Product sequence in jobshop system

Product sequence in jobshop system

donia_m
Not applicable
4 Views
2 Replies
Message 1 of 3

Product sequence in jobshop system

donia_m
Not applicable

[ FlexSim 22.0.1 ]

V0.fsm Hello,

I have a problem concerning the modeling of a jobshop production system.

Indeed, the product gets stuck at the level of the stations Pm40_2 and Pm20, whereas I need the following sequence : Pm40 ->Pm30 ->Pm30_2 ->Pm20 -> Pm40_2 -> Pm20 -> Pm50 -> Queue1.

Please find attached the example


Thank you in advance for your help.

Best regards,

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

moehlmann_fe
Explorer
Explorer
Accepted solution

Since the Pm20 processor you need a way to tell to which connection the item should be send after processing. An easy way to do this would be to create a label on the item that signifies whether is has already been processed by Pm40_2 or not.

In the attached model I create this label in the "On Creation" trigger of the source, where its inital value is set to 0. In the "On Process Finish" trigger of Pm40_2, the label value is changed to 1.

1650528899433.png

In the "Send to Port" option of Pm20, the option "Conditional Port" allows you to define a condition. Depending on whether that condition is true or false, the item is send to the respective connection.

1650528865689.png

If you have more than two connection, "Port by Case" allows you to specify a port rank for multiple possible values.

v0-fm.fsm

0 Likes
Message 3 of 3

donia_m
Not applicable

@Felix Möhlmann Thank you very much!

Best regards

0 Likes