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):
FALSE := Off
TRUE := On

DPC

BOOL

Control value for double command (controllable double point):
FALSE := Off
TRUE := On

INC

DINT

Control value for a setpoint (controllable integer status).

ENC

U_AcsiEnumeratedCtlVal

Control value for a setpoint (Controllable Enumerated Status).

BSC

E_AcsiTcmd

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

U_AcsiAnalogueCtlVal

Control value for an analog setpoint (Controllable Analog Process Value).

BAC

E_AcsiTcmd

Control value for an analog setpoint (Binary Controlled Analog Process Value).