E_BA_ParamCOVMode
TYPE E_BA_ParamCOVMode :
(
Invalid := 0,
eNone := 1,
eStandard := 2,
eManual := 3,
ePrioritized := 4
) BYTE;
END_TYPE
Name | Description |
---|---|
Invalid | No significance for the user. |
eNone | COV display of the parameter is inactive. |
eStandard | COV display of the parameter is evaluated periodically (depending on the load). |
eManual | COV display is executed, but the changed values must be read or written manually. |
ePrioritized | COV display of the parameter is evaluated in each PLC cycle. |