E_AcsiAnalogueValuePresCond

Konfiguriert die Präsenz der AnalogueValue „i“ und „f“ Attribute in den Statuswerten (mxVal) und Kontrollwerten (ctlVal).

Namensraum: Tc3_Acsi
Bibliothek: 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

Werte

Name

Statuswerte (mxVal)

Kontrollwerte (ctlVal)

i

i

i

f

f

f

both_CO_i

i und f

i

both_CO_f

i und f

f