question

Omar Aguilera Rico avatar image
0 Likes"
Omar Aguilera Rico asked Omar Aguilera Rico commented

Interaction of Time Table with Process Flow

Hello boys. I have the following problem and I have not found a solution. Annex the model where the following is shown. I am using a Time Table to define my work schedules, but what is presented is that in the second 8100 the Time Table is detonated but the token in the Process Flow is in the Delay so I would expect the Delay to make a Stop and do not continue to run your time, since the activity being performed by the operator must be affected by the Time Table, but this does not happen. How can I involve the Process Flow to a Time Table or what alternatives exist to solve this problem? Thanks for your support.

time-table-process-flow.fsm

FlexSim 18.1.2
process flowtime tablescheduled down
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

Joshua S avatar image
4 Likes"
Joshua S answered Karan commented

The new 18.2 Beta has new commands for tokens where you can call stop() or resume() on them. So you could reference the token in a label attached to your operator, then on your down and resume functions in your time table, call stop() and resume() to the referenced token.

· 8
5 |100000

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