question

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

how to solve a synchronize problem

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

FlexSim 24.0.0
transporterproces flowtokensreleasesynchronize
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

·
Arun Kr avatar image
0 Likes"
Arun Kr answered Jason Lightfoot commented

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




· 2
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 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 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ djami-zinedine commented ·
Try using a dispatcher and remove the resources - use task sequences instead.
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.