question

Lukas Buchta avatar image
0 Likes"
Lukas Buchta asked Parker S commented

How operator can load 2 items at once by label?

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

FlexSim 21.2.0
labelloadflexsim 21.2.0items
take.jpg (50.9 KiB)
take1.jpg (50.9 KiB)
5 |100000

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

1 Answer

·
Parker S avatar image
0 Likes"
Parker S answered Parker S commented

@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.



· 7
5 |100000

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

Lukas Buchta avatar image Lukas Buchta commented ·

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 0 ·
operator.jpg (97.3 KiB)
Parker S avatar image Parker S ♦ Lukas Buchta commented ·

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 0 ·
1629735982276.png (55.5 KiB)
1629735987698.png (35.9 KiB)
1629735993182.png (36.4 KiB)
1629735996479.png (51.4 KiB)
Lukas Buchta avatar image Lukas Buchta Parker S ♦ commented ·

@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 0 ·
totek.jpg (179.7 KiB)
Show more comments

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.