ST_WG_Weighing

Configuration structure for the function block FB_WG_Weighing.

TYPE ST_WG_Weighing :
STRUCT
   nWindowLength : UDINT := 100;  (* Size in samples of a sliding window and must be greater than zero. It specifies over how many values the function block outputs fWeight, fStd, fMin and fMax should be calculated. If the amount of existing input values is smaller than nWindowLength the calculation will be done with the already existing values. *)
   Validation    : ST_WG_Weighing_Validation;
   AutoTare      : ST_WG_Weighing_AutoTare;
END_STRUCT
END_TYPE
ST_WG_Weighing 1: