U_AcsiCtlVal
General control value for different data classes (CDC) used for the switch control.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
TYPE U_AcsiCtlVal :
UNION
SPC : BOOL;
DPC : BOOL;
INC : DINT;
ENC : U_AcsiEnumeratedCtlVal;
BSC : E_AcsiTcmd;
ISC : SINT(-64..63);
APC : U_AcsiAnalogueCtlVal;
BAC : E_AcsiTcmd;
END_UNION
END_TYPE
Components
Name | Type | Description |
---|---|---|
SPC | BOOL | Control value for single command (controllable single point): |
DPC | BOOL | Control value for double command (controllable double point): |
INC | DINT | Control value for a setpoint (controllable integer status). |
ENC | Control value for a setpoint (Controllable Enumerated Status). | |
BSC | Control value for a regulating step command (Binary Controlled Step Position Information). | |
ISC | SINT(-64..63) | Control value for regulating step command (integer controlled step position information). |
APC | Control value for an analog setpoint (Controllable Analog Process Value). | |
BAC | Control value for an analog setpoint (Binary Controlled Analog Process Value). |