Hi there. I'm new here. I got stacked with a problem of catching alarms.
My project has the main SFC program with some states. Transitions btw states are internal variables that I change in states and satisfy the conditions. In exit actions, I reset transition's variables.
I have some info alarms linked digitally with transition's variables for logging state transitions. But I discovered that the system leaves some transitions uncaught. I think it possible because of different cyclic intervals, but how to synchronize them?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there. I'm new here. I got stacked with a problem of catching alarms.
My project has the main SFC program with some states. Transitions btw states are internal variables that I change in states and satisfy the conditions. In exit actions, I reset transition's variables.
I have some info alarms linked digitally with transition's variables for logging state transitions. But I discovered that the system leaves some transitions uncaught. I think it possible because of different cyclic intervals, but how to synchronize them?