ST_GseGoCBPublisherTx
Information in the last-sent GOOSE message.
Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)
TYPE ST_GseGoCBPublisherTx :
STRUCT
eState : E_GseGoCBPublisherState;
(*-------------------------------------------*)
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;
(*-------------------------------------------*)
nMinTime : UDINT(1..16#7FFFFFFF);
nMaxTime : UDINT(1..16#7FFFFFFF);
nMultiplier : BYTE(1..16#FF);
nTimeRemainingToLive : UDINT;
ipAdapter : I_GseAdapterClass;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
eState | Publisher status. | |
srcAddr | MAC address of the message source. | |
dstAddr | MAC address of the message destination. | |
nAPPID | WORD | APPID. |
nVID | WORD(0..4095) | 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. |
nMinTime | UDINT(1..16#7FFFFFFF) | Start time for message repetitions [ms]. |
nMaxTime | UDINT(1..16#7FFFFFFF) | Final time for message repetitions [ms]. |
nMultiplier | BYTE(1..16#FF) | Multiplier for message repetitions [ms]. |
nTimeRemainingToLive | UDINT | Remaining lifetime/validity duration of the GOOSE message [ms]. |
ipAdapter | I_GseAdapterClass | GSE network adapter interface pointer. |