User guide
Table Of Contents
- Version: V2.7.1.2
- Contents
- 1 INSTALLATION and OVERVIEW
- 2DEVICE CONNECTION
- 3ENGINEERING RESOURCES
- 4MANAGING PROFILES
- 5MANAGING LOGGED DATA
- 6CONFIGURING DATALOGGERS
- 6.1 Introduction
- 6.2 DS-CPU3 Configuration
- 6.3 DS-4483 Configuration
- 6.3.1 DS-4483 Sensor Configuration Settings
- 6.3.1.1 Retrieving the Datalogger Configuration
- 6.3.1.2 Transferring Configuration Settings to the DS-4483
- 6.3.1.3 Loading a Template into iLink
- 6.3.1.4 Saving a Template to file
- 6.3.1.5 Printing Template Information
- 6.3.1.6 Sensor Selection
- 6.3.1.7 General Setup
- 6.3.1.8 I/O Setup
- 6.3.1.9 Scaling Setup
- 6.3.1.10 Timing/Misc Setup
- 6.3.1.11 Alarms Setup
- 6.3.1.12 Output Setup
- 6.3.1.13 Comment Setup
- 6.3.2 Telemetry Communications Control Configuration
- 6.3.4 New Sensor Wizard
- 6.3.1 DS-4483 Sensor Configuration Settings
- 7LOADING PROGRAMS
- 8DEVICE CALIBRATION
- APPENDIX A
- APPENDIX B
- APPENDIX C
- APPENDIX D

iLink Configuration and Support Utility 65
iQuest (NZ) Ltd - PO Box 15169 HAMILTON Tel: +64 7 957 8160 - Fax: +64 7 957 8162 - Email: iquest@iquest.co.nz
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.