question

Claudia P3 avatar image
0 Likes"
Claudia P3 asked Claudia P3 commented

How to wait for an event: Processor is available

Hi, I have a flow of material that need to be batched and wait until the processor is available before aquire the resource. When the processor will be available the resource is going to take the item flow and take it to the processor. But I can't do that with "wait for an event" because I don't find that option.

SimulacionPF.fsm

FlexSim 21.2.0
processflowprocessorwait for eventflexsim 21.2.0first available
simulacionpf.fsm (75.4 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Claudia P3 commented

It would probably work best, if you added the processor(s) as a resource to the process flow as well and simply acquire it before the operator. Then release it again by listening for the "ProcessFinish" event in a wait for event activity.
Make sure to assign them to a different label on the token than the operators so you can properly release them.

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