U_AcsiEnumeratedCtlVal

Control value for controllable enumerated status (ENC).

Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)

Syntax

TYPE U_AcsiEnumeratedCtlVal :
UNION
    iAny      : SINT;
    Mode      : E_AcsiMod;
    PmpCtlGen : E_AcsiPmpCtlGen;
    PmpCtl    : E_AcsiPmpCtl;
    FanCtlGen : E_AcsiFanCtlGen;
    FanCtl    : E_AcsiFanCtl;
    OpModSyn  : E_AcsiOpModSyn;
END_UNION
END_TYPE

Components

Name

Type

Description

iAny

SINT

Control value as a generic 8-bit integer.

Mode

E_AcsiMod

Control value for mode.

PmpCtlGen

E_AcsiPmpCtlGen

Generic control value for pump control.

PmpCtl

E_AcsiPmpCtl

Control value for pump control.

FanCtlGen

E_AcsiFanCtlGen

Generic control value for fan control.

FanCtl

E_AcsiFanCtl

Control value for fan control.

OpModSyn

E_AcsiOpModSyn

Control value for the operation mode.