Hello,
I’m simulating a production line where some products start at Processor 1 and others join the flow mid-process at Processor 2. All tokens are released simultaneously at time 0 from a Scheduled Source, but I need to enforce the following sequence:
Processor 2 entrants
- I split the flow in a Decide block: products that start mid-process bypass Processor 1 and go directly to Processor 2.
- However, these mid-process products must wait and only enter Processor 2 after the first (Processor1) product has arrived in InQueue2 (the queue for Processor 2).
My goal is to respect the original schedule order—releasing all tokens at once, but then gating them so:
- Type A products enter Processor 1 one by one,
- Type B products enter Processor 2 one by one, only after the preceding Type A or Type B product reaches InQueue2.
How can I set up my Process Flow, so that both routes maintain the correct sequence?
Mixed-Entry Products.fsm