E_AcsiTcmd
Control value for a step switch. The enumeration value is coded in 2 bits. The remaining 6 bits are not used.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiTcmd :
(
Stop := 2#00,
Lower := 2#01,
Higher := 2#10,
{attribute 'hide'}reserved := 2#11
)SINT;
END_TYPE
Values
Name | Description |
---|---|
Stop | Stoppen |
Lower | Decrement |
Higher | Increment |
reserved | Reserved |