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.