E_GseGoCBPublisherState
GOOSE control block publisher status.
Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_GseGoCBPublisherState :
(
NonExistent := 0,
SendValues := 1,
RetransmitPending := 2,
Retransmit := 3
)BYTE;
END_TYPE
Values
Name | Description |
---|---|
NonExistent | Disabled. |
SendValues | Active and sending GOOSE message (including update). |
RetransmitPending | Active and waiting for GOOSE message repetition. |
Retransmit | Active and sending GOOSE message repetition. |