ST_AcsiOptionalSvFields
This structure provides information about the optional fields transferred in an SV message (Sampled Values).
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
TYPE ST_AcsiSvOptionalFields :
STRUCT
RefreshTime : BIT;
SampleSynchronized : BIT;
SampleRate : BIT;
DataSetName : BIT;
Security : BIT;
SampleMode : BIT;
SynchSourceIdentity : BIT;
{attribute 'hide'}unused7 : BIT;
END_STRUCT
END_TYPEComponents
Name | Type | Description |
|---|---|---|
RefreshTime | BIT | If TRUE, the SV message is transmitted with the "RefrTm" attribute. |
SampleSynchronized | BIT | "SmpSynch" attribute is always transferred in the SV message. This value is now always TRUE and may no longer be FALSE (IEC 61850-9-2:2004). |
SampleRate | BIT | If TRUE, the SV message is transmitted with the "SmpRate" attribute. |
DataSetName | BIT | If TRUE, the SV message is transmitted with the "DatSet" attribute. |
Security | BIT | If TRUE, the SV message is transmitted with the "Security" attribute. |
SampleMode | BIT | If TRUE, the SV message is transmitted with the "SmpMod" attribute. |
SynchSourceIdentity | BIT | If TRUE, the SV message is transmitted with the "GmIdentity" attribute. |