question

jgarber22 avatar image
0 Likes"
jgarber22 asked jgarber22 commented

Reset causes Wait for Event to break

I have a model with some Wait for Event actions (e.g. Wait for Unloading at Car) that, once configured seem to work fine, but then when I reset the model it no longer seems to work. Not sure what the issue is. I have to go back and configure it with the eyedropper every time I reset which has been tedious. FVLa14.fsm

Any advice you can offer would be greatly appreciated!

FlexSim 24.2.2
wait for event
fvla14.fsm (15.9 MiB)
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 jgarber22 commented

I don't see any changes to the "Wait for Unloading at Car" activity when I reset the model. It won't work the way it is currently configured though. The "Token" event parameter is a pointer to the token that exited the activity. It can never match the number label you put into that field.

Since the token that goes through the activity is not the puller itself but a child token of it, you could use the following structure:

capture1.pngcapture2.png


capture1.png (53.3 KiB)
capture2.png (48.3 KiB)
· 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.