A efficient method for reflow process model

A efficient method for reflow process model

che_wei_c
Not applicable
69 Views
2 Replies
Message 1 of 3

A efficient method for reflow process model

che_wei_c
Not applicable

[ FlexSim 20.1.3 ]

Hi,

I build a simple model for a re-flow process. However, if I wanna build a large scale re-flow process model, is there a efficient way to construct the Flexsim model that refering a global table that based on its step, or others smarter approach.

Thanks for your kindly reponse.

Best regards,

Wade

Re-flow process model.fsm

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

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

You can use the "Start Activity Named" or "Start Activity By Case" options in the Run Sub Flow activity to send the token to different subflows depending on a token label. That token label can then just iterate through one row of the steps table. The type label determines which row and the column number is incremented after each subflow run. Inbetween, a Decide activity checks whether there are still more columns and whether the value in the next cell is not 0 (no more tasks). In one of those conditions is not fulfilled the token is send to the sink.

1652444030430.png

re-flow-process-model-fm.fsm

0 Likes
Message 3 of 3

che_wei_c
Not applicable
Hi Felix,

Thank you so much for your response.

Wade

0 Likes