question

Gary Q avatar image
0 Likes"
Gary Q asked Gary Q commented

Process Flow, queue configuration send to port

Hello community, I would like you to help me with the following logic, I need QUEUE 2 to send the type of item to the corresponding ports, when configuring queue2 in the flow tab, I get the error that the label does not exist, solve that creating a number label in flow item bin, but the logic still does not work, I leave the model for your visualization

queue congiguration to send to port.fsm

FlexSim 22.2.1
queueproces flowsend to port
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jacob W2 avatar image
0 Likes"
Jacob W2 answered Gary Q commented

Hi @Gary Q,

The reason why all of your boxes are going to queue3 is because of the timing of operations within the model and process flow. When you create the objects in Queue1, before the token can move down to your assign label activities, they have already been moved into Queue2, and from there into Queue3. One way to assign the labels to the items before moving them into Queue2 is by removing the connection between Queue1 and Queue2, and then once the items have received their type labels, you can move the items into queue2. Since the items now have "Type" Labels on them, they will go to the correct queue. I have attached my edited model so that you can see what I did.

queue-congiguration-to-send-to-port_JW.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Gary Q avatar image Gary Q commented ·

@Jacob W2


I just saw the model and it works, thank you very much for the help, I was thinking about the problem for a long time, I guess I need more practice with the software


0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.