22
x
OneSix Server .ini File Format
OneSix Server Help
Analog Input
[Devicen]
- Section name
Address
– serial number of the sensor.
DeviceType
- DeviceType=AI
PollTime
- the transmit interval of the sensor. (ms)
Label
- Name used for the device (and Topic) (typically AI1)
Log
- Enable/disable logging of device.
LogDecimalPlaces
- Number of decimals to create when logging.
Cal1Raw
- Two point calibration point 1 (default 0).
Cal2Raw
- Two point calibration point 2 (default 4095).
Cal1Engr
- Two point calibration engineering units for point 1 (default 0).
Cal2Engr
- Two point calibration engineering units for point 2 (default 10).
DeadBand
- Dead band filtering value in % of full scale (Cal2Engr).
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 “=1,MEDIAN” – no filtering. Example:
FilterElements=3,AVERAGE
Units
- units label (default "%").
Description
- Generic description field
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.