Hi,
I am trying to setup transport logic where transport will wait at a queue (or processor) until a specific number of flow items is achieved then move these items to a sink. The basic idea is a truck getting loaded with dirt and then dumping the dirt elsewhere.
The queue is being supplied by a processor, and I only want the processor to be activated when the transport is waiting at the queue, and deactivated while no transport is idle nearby.
Would there be another way where the transport is being fed directly from the processor, with it only being activated while supplying the transport?
I will attach my project below:
Basic Model.fsm
Thanks for the help.