question

chiang avatar image
0 Likes"
chiang asked chiang commented

Changing direction adds seconds

1744880502584.png

I want to create a similar model. When a car passes through the control area, if it is in the same direction as the previous car, it can pass directly, but if it is in a different direction from the previous car, it needs to wait for a fixed number of seconds! How should I design it?change.fsm

FlexSim 25.0.0
agvconditional decide
1744880502584.png (22.2 KiB)
change.fsm (36.7 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

Steven Hamoen avatar image
0 Likes"
Steven Hamoen answered chiang commented

@chiang you can put a label somewhere or use a global variable that you set when a vehicle passes a control point. At the same time you send your vehicles always to a controlpoint just before the crossing and there check what the previous crossing was act upon the check and on continue set the flag again


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

chiang avatar image chiang commented ·
sir sorry !can u have some example ? i need to learn about that
0 Likes 0 ·