E_GseGoCBSubscriberState

GOOSE control block subscriber status.

Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_GseGoCBSubscriberState :
(
    Off          := 0,
    NonExistent  := 1,
    Valid        := 2,
    Questionable := 3
)BYTE;
END_TYPE

Values

Name

Description

Off

Disabled.

NonExistent

Active and has not yet received any GOOSE messages.

Valid

Active and is continually receiving GOOSE messages.

Questionable

Active and the GOOSE messages are either not being received at all or too late (allowed reading time/validity duration has expired).