how to solve a synchronize problem

how to solve a synchronize problem

djami_zinedine
Not applicable
509 Views
3 Replies
Message 1 of 4

how to solve a synchronize problem

djami_zinedine
Not applicable

[ FlexSim 24.0.0 ]

hello every one hope you are doing well
i have encountred a new probleme in a new model, the main problem is in process flow, there is two activities for two different operators, as it is shown in the image, for these activities a made a token and there is a condition at the end to synchronize both activities(tokens) but for some reason, the process flow won't allow it
the main purpose of the transporter is to make a full cycle with the pallet and to stop in certain points

as you can see in the execution there is a error message that i couldn't solve, which i think is the main problem in my model, if any one have an idea how to solve it i will be much gratfull

thank you in advance
simple_example_probleme_V2_synchronize_probleme.fsm
1711544217694.png

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

arunTTT2P
Collaborator
Collaborator
Accepted solution

The stopobject() activity is throwing the exception. Stop the forklift using the closenodeedge() command and start it using opennodeedge(). When you try to load-unload on a stopped object the exception is thrown. Here's a modified model.simple-example-probleme-v2-synchronize-probleme_1.fsm



0 Likes
Message 3 of 4

djami_zinedine
Not applicable
thank you very much arun, i had a suspection about that stopobject() custom code, but i didn't know any other option,

perhaps you can help me in this particular modification that i have to do to the model, its just that there must be 4 forklift that do the entire cycle, in which each one will carry one pallet,
do you advise me to make a dispatcher for all the 4 forklifts or i should only group them and use the group as ressource in the process flow
thank you in advance

0 Likes
Message 4 of 4

jason_lightfoot_adsk
Autodesk
Autodesk
Try using a dispatcher and remove the resources - use task sequences instead.
0 Likes