E_AcsiAnalogueValuePresCond
Configures the presence of the AnalogueValue "i" and "f" attributes in the status values (mxVal) and control values (ctlVal).
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiAnalogueValuePresCond :
(
i := 2#0101,
f := 2#1010,
both_CO_i := 2#0111,
both_CO_f := 3#1011
)SINT;
END_TYPE
Values
Name | Status values (mxVal) | Control values (ctlVal) |
---|---|---|
i | i | i |
f | f | f |
both_CO_i | i and f | i |
both_CO_f | i and f | f |