question

JulHa avatar image
0 Likes"
JulHa asked Joerg Vogel commented

Stop processor trigger

Hello together,


Is it possible to stop a processor with a trigger. I don't want to just stop the In- or Output. I want to completly stop it processing and continueing when I set the next trigger.


Tank you and best regards,


Julius

FlexSim 25.0.0
triggerprocesorprocessor stop
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

Sebastián Cañas avatar image
0 Likes"
Sebastián Cañas answered Joerg Vogel commented

Hey @JulHa ,

You can use these methods to stop an object and resume it:

  1. Object.stop()
  2. Object.resume()

Check the documentation to understand the parameters examples.

· 3
5 |100000

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