ST_AcsiSvOptionalFields
This structure provides information about the optional fields transferred with a sampled value.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
TYPE ST_AcsiSvOptionalFields :
STRUCT
RefreshTime : BIT;
SampleSynchronized : BIT;
SampleRate : BIT;
DataSetName : BIT;
Security : BIT;
SampleMode : BIT;
SynchSourceIdentity : BIT;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
RefreshTime | BIT | When TRUE, the sampled value is transmitted with the attribute value "RefrTm". |
SampleSynchronized | BIT | This value is ignored and exists for compatibility with IEC 61850-9-2 Edition 1.0. |
SampleRate | BIT | When TRUE, the sampled value is transmitted with the attribute value "SmpRate". |
DataSetName | BIT | When TRUE, the sampled value is transmitted with the attribute value "DatSet". |
Security | BIT | When TRUE, the sampled value is transmitted with the attribute value "Security". |
SampleMode | BIT | When TRUE, the sampled value is transmitted with the attribute value "SmpMod". |
SynchSourceIdentity | BIT | When TRUE, the sampled value is transmitted with the attribute value "GmIdentity". |