ST_GseGoCBSubscriberRx
Information in the last-received GOOSE message.
Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)
TYPE ST_GseGoCBSubscriberRx :
STRUCT
eState : E_GseGoCBSubscriberState;
(*--------------------------------------------*)
srcAddr : ETHERNET_ADDRESS;
dstAddr : ETHERNET_ADDRESS;
nAPPID : WORD;
nVID : WORD(0..4095);
ePRIORITY : E_AcsiVLanPriority;
(*--------------------------------------------*)
sGoCBRef : T_AcsiObjectReference;
nTimeAllowedToLive : UDINT;
sDatSet : T_AcsiObjectReference;
sGoID : T_AcsiVisString129;
tT : T_UtcTime;
nStNum : UDINT;
nSqNum : UDINT;
bTest : BOOL;
nConfRev : UDINT;
bNdsCom : BOOL;
nNumDatSetEntries : UDINT;
(*--------------------------------------------*)
nTimeRemainingToLive : UDINT;
ipAdapter : I_GseAdapterClass;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
eState | Subscriber status. | |
srcAddr | MAC address of the message source. | |
dstAddr | MAC address of the message destination. | |
nAPPID | WORD | APPID. |
nVID | WORD | Virtual LAN identification. |
ePRIORITY | Virtual LAN priority. | |
sGoCBRef | GOOSE control block reference string. | |
nTimeAllowedToLive | UDINT | Permitted lifetime/validity duration of the GOOSE message [ms]. |
sDatSet | Data set reference string. | |
sGoID | T_AcsiVisString129 | GOOSE ID. |
tT | Timestamp (UTC). | |
nStNum | UDINT | Status number. |
nSqNum | UDINT | Sequence number. |
bTest | BOOL | Simulation/test flag. |
nConfRev | UDINT | Configuration revision number. |
bNdsCom | BOOL | Configuration/parameterization required. |
nNumDatSetEntries | UDINT | Number of data set entries. |
nTimeRemainingToLive | UDINT | Remaining lifetime/validity duration of the GOOSE message [ms]. |
ipAdapter | I_GseAdapterClass | GSE network adapter interface pointer. |