question

Robert F2 avatar image
0 Likes"
Robert F2 asked mattias commented

Release one token at a time

Hello,

I have been unable to solve this issue I am having with a process sub flow. The first Run Sub Flow activity in the middle shown block sends 4 tokens to the sub flow block. There is then a Wait for Event activity that all 4 tokens wait at. When this activity occurs, all 4 tokens are released but what I would like to happen is have 1 token released each time that Wait for Event activity occurs.

Waiting for Event

All 4 released at same time

Thanks for any help

OperatorPalletizing.fsm

FlexSim 19.1.2
process flowflexsim 19.1.2tokenstoken count
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
1 Like"
Felix Möhlmann answered mattias commented

Put a zone with a max content of one around the wait for event activity, so only one token is waiting there at a time. (And maybe a 0 second delay for good measure to prevent timing issues)


zone-maxcontent.png (13.1 KiB)
· 3
5 |100000

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