Edit the process flow

Edit the process flow

joey_s
Not applicable
83 Views
4 Replies
Message 1 of 5

Edit the process flow

joey_s
Not applicable

[ FlexSim 19.0.2 ]

I have doubts in my model. I modified the model and this is the model to fix it, it works normally.0.fsm

I want the item from queueIn to be sent to the queue 1,2,3,4 and ended the work. I therefore modified the model. But the model that I modified is not working according to the logic I want. And this is the model that I modified.1.fsm

0 Likes
Accepted solutions (1)
84 Views
4 Replies
Replies (4)
Message 2 of 5

joseph_g3
Not applicable
Accepted solution

@joey From what I understand from your question, you want to load all 4 queues but not unload them afterwards. If that is the case, all you need to do to fix model 1 is add back in the "Create Tokens" activity in Process Flow in the full queue branch. Your model 1 was filling the first two queues but not acquiring the other two, so they were left empty. Attached is your model with my solution: 1answer.fsm

Let me know if I misunderstood your question or if you have any further questions on this.

0 Likes
Message 3 of 5

joey_s
Not applicable

Hi @Joseph Gillespie

From the model you attached it is the logic that I want.

But i have a question ,I wonder why I need to add (Create Tokens) to come from (Queues Full?).

19510-11.png

Can you explain?

Thanks.

0 Likes
Message 4 of 5

joseph_g3
Not applicable

The problem that you had before is that only two tokens were being created (one from each source), so only two of the queues were acquired. By adding back in the "Create Tokens" activities, more tokens will be created in the "Acquire Queues" activity, allowing the other two queues to be acquired. You could also solve the problem by having each of your sources "Source (Type 1)" and "Source (Type 2)" create two tokens each, causing each queue to be acquired by a token. Doing that would cause all four queues to fill at the same time, but I'm not sure if that is what you want the model to do.

0 Likes
Message 5 of 5

joey_s
Not applicable

Thank you.

0 Likes