Processor “On State Change” trigger only allows “Do Nothing” – no actions available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I am running into a limitation (or bug?) in FlexSim related to triggers on Processor objects and I would appreciate some clarification.
My setup
Two Processor objects in sequence (P1 → Buffer → P2).
P2 has a defined setup time.
No operators, no Process Flow, and no custom code (FlexScript) – only standard object logic and triggers.
Goal:
When P2 starts its setup, P1 should pause, and once the setup is finished, P1 should resume.
The core problem
On Processor 2, I tried to use the “On State Change” trigger to detect when the processor enters the Setup state.
However, in the trigger configuration:
The only selectable action is “Do Nothing”
No object actions are available (e.g. Stop Object, Resume Object, Close Input, Send Message, etc.)
So even though “On State Change” exists as a trigger option, it is effectively read-only and cannot be used to control other objects.
Does anyone know, how i can proceed with this problem, without using operators or FlexScript.
Thank you guys