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

E_GseGoCBPublisherState

Publisher status.

srcAddr

ETHERNET_ADDRESS

MAC address of the message source.

dstAddr

ETHERNET_ADDRESS

MAC address of the message destination.

nAPPID

WORD

APPID.

nVID

WORD(0..4095)

Virtual LAN identification.

ePRIORITY

E_AcsiVLanPriority

Virtual LAN priority.

sGoCBRef

T_AcsiObjectReference

GOOSE control block reference string.

nTimeAllowedToLive

UDINT

Permitted lifetime/validity duration of the GOOSE message [ms].

sDatSet

T_AcsiObjectReference

Data set reference string.

sGoID

T_AcsiVisString129

GOOSE ID.

tT

T_UtcTime

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.