EventClassesID
EC_ID
The global variable list specifies the event class number for the message class objects and the alarm-capable objects.
Illustration
{attribute 'qualified_only'}
VAR_GLOBAL CONSTANT
NC10 : UDINT := 10;
NC20 : UDINT := 20;
NC30 : UDINT := 30;
NC40 : UDINT := 40;
NC50 : UDINT := 50;
NC51 : UDINT := 51;
NC60 : UDINT := 60;
NC70 : UDINT := 70;
NC80 : UDINT := 80;
END_VAR
Name | Type | Description |
---|---|---|
NC10 | UDINT | Danger to life |
NC20 | UDINT | Safety message |
NC30 | UDINT | Alarm message |
NC40 | UDINT | Fault message |
NC50 | UDINT | Maintenance message |
NC51 | UDINT | Maintenance message |
NC60 | UDINT | System message |
NC70 | UDINT | Manual intervention |
NC80 | UDINT | Other messages |