question

Kubra E2 avatar image
0 Likes"
Kubra E2 asked Connor A commented

how to assign route according to operation sequence ?

Hi


On my model, I have to assign routes according to operation sequence. But I don't know how can I use which module. For example the part has different operation on same processor. The part has to go different quene after different operation. How can I assign different route ? For example the part route as below;

(Source)-(Quene1)-(Station1_operation1)-(Quene2)-(Station2_operation1)-(Quene1)-(Station1-operation2)-(shipment)

FlexSim 21.1.4
send todifferent route
· 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.

Connor A avatar image Connor A commented ·

Hi @Kubra E2, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Your Objects have Output ports. You send on Flow pane your items by a global table look up. Rows are your recipes or Types. Columns are steps of your recipe. In each object on Exit you increment a label by 1. Now you read the value of your global, where the item exits next output port.
Use Transport is a variable you can look up in the object attributes tree. On Entry you look into another global table, which is built similar to your output port numbers, but this table tells you which value you set for Use Transport at each step.

5 |100000

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

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.