ST_PN_AlarmDiagData

The data structure ST_PN_AlarmDiagData contains the alarm diagnosis data record read from a device, including a time stamp that indicates when the event occurred and a flag that indicates that ‘user-specific’ data are present.

TYPE ST_PN_AlarmDiagData :

STRUCT
    ST_TimeStamp    : TIMESTRUCT;
    sNameOfStation  : STRING(20);
    ST_Diag         : ST_PN_Diag;
    bUserSpecData   : BOOL;
END_STRUCT

END_TYPE