TYPE EVENT_CLASS :
This enumeration describes the event classes.
Attributes:
|
|
InOut:
|
Name
|
Initial
|
Comment
|
ALL_CLASSES
|
-1
|
all classes
|
NO_CLASS
|
16#0
|
no classes
|
ONLINE_EVENTS
|
16#1
|
general online events
|
INFOS
|
16#2
|
infos
|
WARNINGS
|
16#4
|
warnings
|
RTS_ERRORS
|
16#8
|
errors from runtime
|
SYSTEM_EXCEPTIONS
|
16#10
|
system exceptions
|
INTERRUPTS
|
16#20
|
interrupts
|
IO
|
16#40
|
I/O actions
|
FIELDBUS
|
16#80
|
Fieldbus actions
|
TIMERS
|
16#100
|
Timer ervents
|
MANUF_SPEC
|
16#200
|
manufacturer specific
|
|