Hello guys, i have a big problem.
I have 4 items types in my model: Product1, Product2, Product3 and Product4.
All these items are created from Source and going to enter the separator.
Product1 and Product3 dont need to be split, only processed and then sent to a specific output port.
Product2 and Product4 need to be split into 3 work items, then they needs to be routed to different ports, 2 items on queue1 and 1 on queue2.
My model works when i have only 1 quantity for each items:
Separator mult-Input.fsm ----------> This is the working model
But when i increase quantity of Product2 and Product4 from the Source, my model dont works good after the 5th item processed in the Separator:
not working.fsm ----------> This model is not working good after increase quantity