E_WG_AutoTareType
ENUM for the method input of FB_WG_Weighing.AutoTare().
Syntax
Definition:
TYPE E_WG_AutoTareType : (
eEnd := 0, // Tares at the end of the AutoTare measurement (if FB_WG_Weighing.bNewAutoTareResult = TRUE).
eContinously, // Tares continiously, if FB_WG_Weighing.fAutoTareOffset is not 0.
eIdle // Do nothing
)
END_TYPE