E_WG_Calibrate
ENUM for the calibration output of FB_WG_Scaling .
Syntax
Definition:
TYPE E_WG_Calibrate : (
eIdle :=1, (* eIdle represents no calibration. *)
eCalibrateLow :=2, (* eCalibrateLow represents that the CalibrateRefLow() process is still running. *)
eCalibrateHigh :=3, (* eCalibrateHigh that the CalibrateRefHigh() process is still running. *)
eCalibrateIdle :=4, (* eCalibrateIdle represents the temporary completed CalibrateRefLow()/CalibrateRefHigh() process. ApplyCalibration() completes or discards the process. *)
eTare :=5 (* eTare represents the current Tare() process. *)
) UDINT
END_TYPE