ST_ReadEvent
Information about a message read by means of FB_AdsReadEvents.
![]() | Available up to TwinCAT 3.1 Build 4024 |
TYPE ST_ReadEvent :
STRUCT
nSourceId : UDINT;
nEventId : UDINT;
nClass : DWORD;
nConfirmState : DWORD;
nResetState : DWORD;
sSource : STRING(255);
sDate : STRING(23);
sTime : STRING(23);
sComputer : STRING;
sMessageText : STRING(255);
bQuitMessage : BOOL;
bConfirmable : BOOL;
END_STRUCT
END_TYPE
Requirements
Development environment | Target platform | PLC libraries to be integrated (category group) |
---|---|---|
TwinCAT v3.1.0 | PC or CX (x86, x64, Arm®) | Tc2_Utilities (System) |