question

Che-Wei Chou avatar image
0 Likes"
Che-Wei Chou asked Che-Wei Chou commented

A efficient method for reflow process model

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

FlexSim 20.1.3
process flowre-flow process
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 Che-Wei Chou commented

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


· 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.

Che-Wei Chou avatar image Che-Wei Chou commented ·
Hi Felix,

Thank you so much for your response.

Wade

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.