ST_ScsmReportEventInfo
This structure provides additional information about the received report.
Namespace: Tc3_iec61850_8_1
Library: Tc3_iec61850_8_1 (Tc3_iec61850_8_1.compiled-library)
Syntax
TYPE ST_ScsmReportEventInfo :
STRUCT
eService : E_AcsiServiceType;
RptID : T_AcsiObjectReference;
OptFlds : ST_AcsiOptionalFields;
SeqNum : UINT;
TimeOfEntry : T_BinaryTime;
DatSet : T_AcsiObjectReference;
BufOvfl : BOOL;
EntryID : T_OCTET8;
ConfRev : UDINT;
SubSeqNum : UINT;
MoreSegmentsFollow : BOOL;
DataReference : T_AcsiObjectReference;
ReasonCode : ST_AcsiReasonCode;
nEventSequence : UDINT;
bMoreFollows : BOOL;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
eService | Designation of service, the execution of which has generated the report. | |
RptID | Unique report ID. | |
OptFlds | Information about the optional fields. | |
SeqNum | UINT | Report sequence number. |
TimeOfEntry | Report timestamp. | |
DatSet | DataSet reference | |
BufOvfl | BOOL | Buffer overflow. |
EntryID | Identification of the report entry. | |
ConfRev | UDINT | Configuration revision. |
SubSeqNum | UINT | Subsequence number. |
MoreSegmentsFollow | BOOL | If TRUE, further segments follow. |
DataReference | Datareferenz. | |
ReasonCode | Cause of transfer. | |
nEventSequence | UDINT | Sequence number of the event handling routine. If the event handling routine is called repeatedly, the calls are numbered consecutively. |
bMoreFollows | BOOL | FALSE => last call of the event handling routine. TRUE => further calls of the event handling routine will follow. |