question

Donia M avatar image
0 Likes"
Donia M asked Donia M commented

Product sequence in jobshop system

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,

FlexSim 22.0.1
product sequence in jobshop system
v0.fsm (83.1 KiB)
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Donia M commented

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


1650528865689.png (9.6 KiB)
1650528899433.png (10.0 KiB)
v0-fm.fsm (82.2 KiB)
· 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.

Donia M avatar image Donia M commented ·

@Felix Möhlmann Thank you very much!

Best regards

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.