Validity: R3 (rule, task), Ladder (task).
This variable is used to command an alarm reset if set to a value different than 0.
Syntax |
I32 adv_rq |
---|
NOTE: The resetting of the adv_rq variable is performed by RTE.
Esempi
; if a rising edge is detected (0 to 1) ; of the variable inputResetAlarms ; then an alarm reset is requested if (rise(inputResetAlarms)) adv_rq = 1 endif |