ST_IotFunctionsEvent
The data type contains detailed information about the cause of the last error code result.
Syntax
(* guid of underlying event class *)
uuidEventClass: GUID;
(* event id of underlying event *)
nEventId : UDINT;
(* severity level of underlying event *)
nSeverity : UDINT;
(* verbose message of underlying event *)
sEventMsg : STRING(255);
(* verbose event class name of underlying event *)
sEventClass : STRING(255);
(* verbose origin of underlying event *)
sSourcePath : STRING(255);
(* cycle in which underlying event occurred *)
nCycle : ULINT;
Parameter
Name | Type | Description |
---|---|---|
uuidEventClass | GUID | GUID of the Event Class. |
nEventId | UDINT | ID of the event. |
nSeverity | UDINT | Severity of the event. |
sEventMsg | STRING | Detailed message of the event. |
sEventClass | STRING | Detailed class name of the event. |
sSourcePath | STRING | Detailed source path of the event. |
nCycle | ULINT | Cycle in which the event occurred. |