question

djami-zinedine avatar image
0 Likes"
djami-zinedine asked djami-zinedine commented

how to use robot in process flow

hello everyone, hope you are doing well,
i had a issue concerning the robot manipulation in my flexsim model, the main idea is that the robot has to pick a box from one queue and place on a pallet that is located in another queue, i modeled this whole process under proces flow, but its always giving me the same probleme, which is that the robot somehow cant identifie the box(the item that should be loaded), a task error is shown as the problem apears, as simple as it appears, i tried many alternatives and solutions but non of them really worked,
1711117963773.pngsimple_example_probleme_robot.fsm

FlexSim 24.1.0
process flowrobotloaditemload unload
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered djami-zinedine commented

You do not have a reference to the items entering Queue2. What currently happens is that a token is created when an item enters the queue and this token is pushed to the list and later pulled. So you are actually telling the robot to load the token, which it of course can't do.

When an item enters Queue2, assign it to a label on the token, then push that value to the list.

1711122198469.png


1711122198469.png (30.5 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.

djami-zinedine avatar image djami-zinedine commented ·
thank you very much for your answer, it worked properly
0 Likes 0 ·

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.