This function provide to smooth a analog input. The function calculate the smooth value by add S/16 of previous value with (16-S)/16 of actual value
the formula used isOut = ([Smooth_factor]/16)*[Prev_value]+((16-[Smooth_factor])/16)*[Input_value]
S = smoothing factor X1 = initial value/previous output X2 = new input from I/O table
Valid entries for S smooth factorIf you want to.... then enter...Prevent the smoothing 0 Provide minimal smoothing 1 provide maximum smoothing 15
This function provide to smooth a analog input. The function calculate the smooth value by add S/16 of previous value with (16-S)/16 of actual value
the formula used is
Out = ([Smooth_factor]/16)*[Prev_value]+((16-[Smooth_factor])/16)*[Input_value]
S = smoothing factor X1 = initial value/previous output X2 = new input from I/O table
Valid entries for S smooth factor
If you want to.... then enter...
Prevent the smoothing 0 Provide minimal smoothing 1 provide maximum smoothing 15