TcEventSeverity
Severity of a message.
Namespace: TwinCAT TypeSystem
Library: Not required. TwinCAT system resource from v3.1.4024.0
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE TcEventSeverity :
(
Verbose := 0,
Info := 1,
Warning := 2,
Error := 3,
Critical := 4
);
END_TYPE
Values
Name | Description |
---|---|
Verbose | Text |
Info | Information |
Warning | Warning |
Error | Error |
Critical | Critical |