E_GseRetransmissionStrategy
Time algorithm for the repeated GOOSE messages.
Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_GseRetransmissionStrategy :
(
Arithmetic:=0
)BYTE;
END_TYPE
Values
Name | Description |
---|---|
Arithmetic | The first message is sent after the minimum interval time. Each subsequent message (repetition) is sent after the time interval, which is a product of the previous interval time and the multiplier, until the maximum time is reached. If the value changes, a GOOSE message is sent immediately and the interval time is reset to the minimum value again. |