ST_AcsiFunctionalConstraints
Functional group as a structured type.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
TYPE ST_AcsiFunctionalConstraints :
STRUCT
MX : BIT;
ST_: BIT;
CO : BIT;
CF : BIT;
DC : BIT;
SP : BIT;
SG : BIT;
RP : BIT;
LG : BIT;
BR : BIT;
GO : BIT;
GS : BIT;
SV : BIT;
SE : BIT;
MS : BIT;
SC : BIT;
US : BIT;
EX : BIT;
// XX : BIT;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
MX | BIT | Measurands (analogue values) (use of FC in the definition of DATA). |
ST_ | BIT | Status information (use of FC in the definition of DATA). |
CO | BIT | Control (use of FC in the definition of DATA). |
CF | BIT | Configuration (use of FC in the definition of DATA). |
DC | BIT | Description (use of FC in the definition of DATA). |
SP | BIT | Setpoint (use of FC in the definition of DATA and control blocks). |
SG | BIT | Setting group (use of FC in the definition of DATA). |
RP | BIT | Unbuffered report (-> Reserved for control classes and use of the FC in the definition of control blocks). |
LG | BIT | Logging . |
BR | BIT | Buffered report (-> Reserved for control classes and use of the FC in the definition of control blocks). |
GO | BIT | Goose control (-> Reserved for control classes and use of the FC in the definition of control blocks). |
GS | BIT | Gsse control (-> Reserved FOR control classes AND use OF the FC in the definition OF control blocks). |
SV | BIT | Substitution (use of FC in the definition of DATA). |
SE | BIT | Setting group editable (use of FC in the definition of DATA). |
MS | BIT | Multicast sampled value control (-> Reserved for control classes and use of the FC in the definition of control blocks). |
SC | BIT | SCL. |
US | BIT | Unicast sampled value control (-> Reserved for control classes and use of the FC in the definition of control blocks). |
EX | BIT | Extended definition (use of FC in the definition of DATA). |
XX | BIT | Shall represent all DataAttributes of a Data of any FC. This value shall only used in the FCD; "XX" shall not used as value in DataAttributes. |