question

Mouad B avatar image
0 Likes"
Mouad B asked Cliff King commented

drop itemtype into the correct matching queues in one trip

I hope the task executer 2 can loads 12 flowitems (3 itemtypes) each trip and drop them into the correct matching queues in this trip.

For example, from Queue2 to QueueRed, then drop all red boxes, and then go to QueueGreen, drop all green boxes(, rather than to QueueRed, drop one red box, then go to QueueGreen, drop one green box, then back to QueueRed, drop another red box).

i have no idea how to do it

thank you.

base.fsm

FlexSim 19.0.0
lean manufacuring
base.fsm (62.8 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Cliff King avatar image Cliff King commented ·

Mouad, were you able to resolve this issue with Braydn's suggestions?

0 Likes 0 ·

1 Answer

·
Braydn T avatar image
0 Likes"
Braydn T answered Jeff Nordgren commented

Hey @Mouad B

I think the easiest way to do this is in Process Flow. I think you should have a list that represents what the operator should load. You can use a pull from list, and leave the items on the list. Then you can have him travel to queues, and have other pull from lists that do pull the items from the list, and then unload them. If you haven't worked with process flow and/or lists in the past, here is a good tutorial on them: Process Flow and Lists

The reason why you would do it this way is to dynamically query when you are unloading. You can use SQL queries to get what you need from the list.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.