How operator can load 2 items at once by label?

How operator can load 2 items at once by label?

_3gsimulator
Not applicable
38 Views
8 Replies
Message 1 of 9

How operator can load 2 items at once by label?

_3gsimulator
Not applicable

[ FlexSim 21.2.0 ]

In the end of production line, operator must load two items - pad and chassis. I set those items label at the queue "take" but in the process flow i don't know what to put in the LOAD that it takes these items by label.

Do you know how can load 2 items? Shall I use labels, or something else? Before i had only two items so there was "token.item.first" and operators loaded only first item. But I didn't find option like: take first two items.

yama new 19.8_autosave.fsm

take.jpgtake1.jpg

0 Likes
Accepted solutions (1)
39 Views
8 Replies
Replies (8)
Message 2 of 9

parker_s
Not applicable
Accepted solution

@Lukas Buchta

See attached model where I've altered your Process Flow.

yama-new-198-autosave_PS_1.fsm


The items in the queue need to be split up and sent a list. This is because there are 3 subitems loaded onto the tray object, and it makes things easier if we can pick and choose what we load.

Then we pull 2 items that have the label take = 1.

The load and unload activities are also done with subflows to handle both items.


Let me know if you have any questions! I noticed there are a few errors that are still showing up, let me know if you can't resolve them and I can take another look at them.


0 Likes
Message 3 of 9

_3gsimulator
Not applicable

Thank you. Great i can see how to use subflow. Thank you for your help and time. So pushing and pulling from list is the way.


Please, can you help me to solve, how operators can unload those 2 items into the trolley together? That is it in one bay in same position like on the tray object? I tried trigger on the queque (on the elevator) - i can set location, set rotation or visual, but no way to get them together.

Thank you

operator.jpg

0 Likes
Message 4 of 9

parker_s
Not applicable

If you want the items to stay together, you can change the process flow to this:

1629735982276.png

1629735987698.png

1629735993182.png

1629735996479.png


This will allow you to unload one item on the rack so it is only taking up one slot, then unload the second item onto the first.

0 Likes
Message 5 of 9

_3gsimulator
Not applicable

@Parker S Thank you

The last thing I am fighting and is connected to all solved is:

The last item ("totek" = 1) when it arrives back to the begging of the line, the operator must load it and unload it into the queque7.

It shows error that the label is missing, but when i stop simulation, it is there.

The queque on the elevator pushes the token into the list "readyforpickup_1".


Can you please help me? Thank you.

yama-new-198-autosave-ps-1_autosave.fsm

totek.jpg


0 Likes
Message 6 of 9

_3gsimulator
Not applicable
@Parker S so I put in decision point option to push it in to the list. But operator on the load takes completely all pallet, not just the small tote with label name "totek"
0 Likes
Message 7 of 9

parker_s
Not applicable
Can you upload your model again? There seems to be an issue with the file.
0 Likes
Message 8 of 9

_3gsimulator
Not applicable
0 Likes
Message 9 of 9

parker_s
Not applicable

@Lukas Buchta

Please see new model and changes to your process flow. There is no need to push the totes to a list and pull them back, you can just load and unload them directly. I didn't find Queue7, so I created a queue called "UsedTotes" that the operator unloads to.


yama-new-198-PS_2.fsm


0 Likes