20
or equal to the Filter Threshold value, N1, then Filtering is ACTIVE. If this
condition occurs for N2 consecutive A/D readings the filtering is DE-ACTIVATED
and the Current Value is set equal to the New A/D value as follows:
IF: AD -AD’≤ $G, THEN: Filtering is ACTIVE
IF: AD -AD’> $G for N consecutive readings THEN: Filtering is NOT ACTIVE
Where:
(AD) is the new A/D reading for the Device
(AD’) is the previous A/D reading for the Device
($G) is the averaging threshold value
(N) is the averaging threshold count
Note: See Legend for Device (D) location mapping
Response: H(D) = [current value > new value]<CR><LF>
$I – INITIALIZE DEVICE CALIBRATION
Syntax: $I(D)
Where:
(D) is the device (channel) (0-7)
Initializes the calibration kept in the Device Parameter Array (DPA) for the
specified Device as follows:
GAIN = 1
OFFSET = 0
If a Calibration File IS being used, deleting all the calibration data but leaving the
file intact initializes the calibration file.
Response: Device (D) Initialized<CR><LF>