Sort Box Ramdom

Sort Box Ramdom

danilo_d2
Not applicable
473 Views
2 Replies
Message 1 of 3

Sort Box Ramdom

danilo_d2
Not applicable

[ FlexSim 19.0.9 ]

Hi community!


I have been trying to sort boxes from a queue to different queues using Flow char, but it does not work well. I know that I should do something in the query but is no working! I am nooby in Flexsim

Please help.


28340-1589247925243.png

Ramdom_items.fsm

0 Likes
Accepted solutions (1)
474 Views
2 Replies
Replies (2)
Message 2 of 3

bo_wang
Not applicable
0 Likes
Message 3 of 3

braydn_t
Not applicable
Accepted solution

@Danilo D2

You are very close. You need to decide which way you want to do things though. If you create your objects in process flow, you dont need a list. you can assign the destination label onto the token, and then have the operator unload there. If you want to use a list, then you need to assign the label to the 3D object, and not the token like you are doing now. I think you would be better off assigning it in the label, and not pushing or pulling from a list.

Also, right now the items on the list do not have the queue label. You can look at the entries on the list by right clicking the list in the toolbox, and then clicking view entries. You also are trying to release the queue, which does not push the queue back to the list.

Are you trying to make the queues be a sort of bottleneck, where they are acquired? If that is the case, then I would use a resource, not a list. Again, you can put the name of the queue you want the boxes to go to as a destination label.


0 Likes