This page describes the device driver and the device window for the for the HWGroup STE Temperature/Humidity Sensor using SNMP.
It was tested with:
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 .
--- The measurement values.
--- The faults page.
--- The device info page.
--- The maintenance page. The configuration parameters described below are set at this 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 unit.
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
sensors --- Defines the number of installed sensors on the unit.
deviceComment --- An optional text entered here appears as an addition to the tooltip which is shown while the mouse is placed over a device icon in the GUI. The "\n" character sequence is translated into a newline character, splitting the text into multiple lines.
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.macAddress | TEXT | R/O | StringRange R/O |
| info.serialSens.1 | TEXT | R/O | StringRange R/O |
| info.serialSens.2 | TEXT | R/O | StringRange R/O |
| info.unit.1 | CHOICE | EnumRange (NONE CELSIUS FAHRENHEIT KELVIN PERCENT) | |
| info.unit.2 | CHOICE | EnumRange (NONE CELSIUS FAHRENHEIT KELVIN PERCENT) | |
| info.sysDescription | TEXT | R/O | StringRange R/O |
| info.sysName | TEXT | R/O | StringRange R/O |
| info.sysLocation | TEXT | R/O | StringRange R/O |
| info.sysContact | TEXT | R/O | StringRange R/O |
| config.sensors | CHOICE | SAVE SETUP | EnumRange (0 1 2) |
| config.deviceComment | TEXT | SAVE SETUP | StringRange |
| temperature.1 | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| temperature.1.f | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| temperature.2 | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| temperature.2.f | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| humidity.1 | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| humidity.2 | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| name.1 | TEXT | R/O | StringRange R/O DIS |
| name.2 | TEXT | R/O | StringRange R/O DIS |
| state.1 | CHOICE | R/O | EnumRange R/O (INVALID NORMAL OUT-OF-RANGE-LOW OUT-OF-RANGE-HIGH ALARM-LOW ALARM-HIGH) |
| state.2 | CHOICE | R/O | EnumRange R/O (INVALID NORMAL OUT-OF-RANGE-LOW OUT-OF-RANGE-HIGH ALARM-LOW ALARM-HIGH) |
| internal.value | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| faults.11 | ALARM | R/O | AlarmFlagRange R/O (Sensor 1 invalid) |
| faults.12 | ALARM | R/O | AlarmFlagRange R/O (Sensor 1 low alarm) |
| faults.13 | ALARM | R/O | AlarmFlagRange R/O (Sensor 1 high alarm) |
| faults.14 | ALARM | R/O | AlarmFlagRange R/O (Sensor 1 out of range) |
| faults.21 | ALARM | R/O | AlarmFlagRange R/O (Sensor 2 invalid) |
| faults.22 | ALARM | R/O | AlarmFlagRange R/O (Sensor 2 low alarm) |
| faults.23 | ALARM | R/O | AlarmFlagRange R/O (Sensor 2 high alarm) |
| faults.24 | ALARM | R/O | AlarmFlagRange R/O (Sensor 2 out of range) |