Appendix c, Ds-4483 lookup tables, Table size – Xylem SDI-12 Data Logger iLink User Manual
Page 65

iLink Configuration and Support Utility
65
i
Quest (NZ) Ltd - PO Box 15169 HAMILTON Tel: +64 7 957 8160 - Fax: +64 7 957 8162 - Email:
APPENDIX C
DS-4483 Lookup Tables
The DS-4483 supports a single lookup table for use in calculating derived data from an attached sensor.
This format is identical to that used by HydroTel 2000™.
The lookup table must be contained in a text file with a .tbl extension and only integer values are
permitted. The format of the table is that of ‘paired couplets’. An excerpt of a sample table is shown
below:
1000
Recorded value from attached physical sensor
21600
Value to be inserted for derived sensor
1010
Recorded value from attached physical sensor
22000
Value to be inserted for derived sensor
1020
22300
1030
22600
1040
22900
1050
23200
1060
23600
The DS-4483 deals with recorded values that fall between table entries by using simple linear
interpolation. Thus for the table above, if a value of 1005 is recorded, the associated derived value will be
calculated as:
21600
+ (22000 – 21600) * (1005 – 1000) =
21800
(1010
–
1000)
Table Size
The DS-4483 will support tables ranging from 2 couplets up to 512 couplets.