Hi All.
I need help. I created a model with items sent from queueIn to queue 1-queue 4 and out of the queue 1-queue 4 to queueOut.
The logic that I want to create is when the item is sent to the queue 1,2,3,4 to full. I want the queueIn to send the item to the queuetotal and when the queue 1 or queue 2 or queue 3 or queue 4 is available to queueIn Send the item to the queue 1,2,3,4 as before. And when there is an order, I want to pull the item out of the queuetotal to the queueOut, just like the item is pull from queue 1-q 4.
This is the model I want to create.test.fsm
I thank you for your help in advance.