Column “Over N”
This alarm verifies that tasks execution time don’t overtake a customizable set-point for too many consecutive times.The signals are OFF/grey (OK), or red (error detected)
- FAST: the 1131 code inside the “FAST” task has overtaken the maximum allowed time, specified on pre-defined variable GPV_WARNINGTIME_WDOG1131, for a consecutive times greater than the value specified on variable GPV_WARNINGCYCLE_WDOG1131.
- NORMAL: the 1131 code inside the “NORMAL” task has overtaken the maximum allowed time, specified on pre-defined variable GPV_WARNINGTIME_WDOG1131_ NORMAL, for a consecutive times greater than the value specified on variable GPV_WARNINGCYCLE_WDOG1131_ NORMAL.
- SLOW: the 1131 code inside the “SLOW” task has overtaken the maximum allowed time, specified on pre-defined variable GPV_WARNINGTIME_WDOG1131_ SLOW, for a consecutive times greater than the value specified on variable GPV_WARNINGCYCLE_WDOG1131_ SLOW.