Recipe FixedAvgEna FieldThe Dynaview Modbus .dll API documentation

[This is preliminary documentation and is subject to change.]

Set/Reset the FixedAvg enable boolean in the remote Dynaview

Namespace: DynaviewModbus
Assembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool FixedAvgEna
Dim instance As Recipe 
Dim value As Boolean 

value = instance.FixedAvgEna 

instance.FixedAvgEna = value
Remarks

If set, the Dynaview uses the MinimumPrescaleValue variable to always report over a multiple of "x" eyemarks (Reports the length of the entire set). If not set the Dynaview uses the MinimumPrescaleValue variable to set the minimum number of eyemarks to average over (reports the length of one eyemark).
See Also