This page describes the device driver for the temperature measurement unit STE2. It allows displaying the measurements in kelvin, centigrade and fahrenheit.
Please note as the SNMP interface doesn't report the selected unit correctly make sure that the desired unit is only set by the MNC not from the WebUI.
Device window pages
The following table shows which device window pages are available with this individual device type. Tool-bar functions not mentioned here are described at the general description of device windows .
--- Measurement value.
--- The device info page.
--- The maintenance page.Configuration parameters
At the maintenance page of the device window there are a couple of configuration parameters which must be set to make the software talk to the antenna controller as well as the model type.
parameter --- description
address --- The SNMP address specification for the device. The full address specification consists of the following fields:aaa.bbb.ccc.ddd:pppp read-community write-community
readBackDelay --- Defines the delay the driver uses when it reads back parameters recently commanded. The delay is initialized or a proved preset value which should not be changed under normal circumstances.
hiThreshold --- Defines the high temperature threshold triggering the high temperature alarm.
loThreshold --- Defines the low temperature threshold triggering the low temperature alarm.
unit --- Defines the desired temperature unit for measurement and threshold display.
Variables defined by this device driver
| name | type | flags | range |
|---|---|---|---|
| info.driver | TEXT | R/O | StringRange R/O |
| lowLevel.cmd | TEXT | StringRange | |
| lowLevel.reply | TEXT | R/O | StringRange R/O |
| faults.99 | ALARM | R/O | AlarmFlagRange R/O (Communication) |
| faults.commstat | TEXT | R/O | StringRange R/O |
| info.type | TEXT | R/O | StringRange R/O |
| info.port | TEXT | R/O | StringRange R/O |
| info.frame | TEXT | R/O | StringRange R/O |
| info.serial | TEXT | R/O | StringRange R/O |
| config.hiThreshold | FLOAT | SAVE SETUP | DoubleRange (0.0 .. 0.0) |
| config.loThreshold | FLOAT | SAVE SETUP | DoubleRange (0.0 .. 0.0) |
| config.unit | CHOICE | SAVE SETUP | EnumRange (NONE CELSIUS FAHRENHEIT KELVIN PERCENT) |
| internal.temp | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| temperature | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| temperature.f | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| type | TEXT | R/O | StringRange R/O |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (Low temp threshold) |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (High temp threshold) |