
16
x
OneSix Server .ini File Format
OneSix Server Help
TEMPERATURE Setup
(Point Temperature, DS1820/1920/18S20/18B20/1822)
[Device
n
]
- Section name.
Address
- – serial number of the sensor.
DeviceType
- Device type. (DeviceType=TEMP)
PollTime
- the transmit interval of the sensor. (ms)
Label
- Name used for the device (and Topic).
Log
- Enable/disable logging of device.
LogDecimalPlaces
- Number of decimals to create when logging.
Units
- See OPC tags list under input.units for description.
Cal1Raw
- Two point calibration point 1.
Cal2Raw
- Two point calibration point 2.
Cal1Engr
- Two point calibration engineering units for point 1.
Cal2Engr
- Two point calibration engineering units for point 2.
DeadBand
- Dead band filtering value in ºC. (Default 0.01)
FilterElements
- running macro filter of the sampled data. Syntax: [
no. of
elements
,
type
] where
no. of elements
is number of samples to filter;
type
– “AVERAGE”, “MEDIAN” and “AVERAGEMEDIAN”.
Default is “=0,MEDIAN” – no filtering. Example:
FilterElements=6,AVERAGE
Description
- General purpose description.
CorrID
– What CorrectionID to use with this device. Must be found in the
"Correction.INI" file that you write and keep in the same directory as
the OneSix.ini file. 0 is the default and means no correction; 127 is the
maximum. If the device type is a thermistor, the default CorrID is
found in the [Server] section "DefaultThermistorCorrID", which
defaults to 128.