question

Ghazi avatar image
0 Likes"
Ghazi asked Arul answered

How to start processor with specific time?

  1. How to start the process at a certain time? For example, the simulation is run at the 0th second but there is a process that starts at the 200th second
FlexSim 25.0.2
procesorstart time
5 |100000

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

Arul avatar image
0 Likes"
Arul answered

@Ghazi You can control the processor. When the simulation starts, you have the option to stop the processor and choose the specific time at which you want to resume it. I have attached the sample model Start_Processor.fsm


start-processor.fsm (31.9 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.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

you control a process by an item being available at a processor,

The tool timeable can stop an object in its action.

You call a stop by method on an object. A call to resume from a different let the processor start.

5 |100000

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