question

Pinakin K avatar image
0 Likes"
Pinakin K asked Ben Wilson commented

Split token Wait for event does not work

splittoken_event.fsm

I have constructed a process flow in the attached file. The second wait for event does not trigger even when the token value is splitID is matched.

FlexSim 20.2.3
flexsim 20.0.3split token
· 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.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

The splitID is token 1 and your condition for matching the Proc2 entry is that the entering token (token 2) matches the spltID token (token 1) which it does not. The match is not comparing the splitID label of two tokens, but is comparing the entering token to a label value of splitID. That's why it works for Proc1 where the match is true.




5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.