E_AcsiDbpos
Double-point status value. 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_AcsiDbpos :
(
Intermediate := 2#00,
Off := 2#01,
On := 2#10,
Bad := 2#11
)SINT;
END_TYPE
Values
Name | Description |
---|---|
Intermediate | Intermediate state |
Off | Off |
On | On |
Bad | No good |