This page describes the device driver and the device window for SPXFLOW Etsiline CommPact dehydrator.The driver is intended for monitoring only purpose.
For SW releases later than 1.02 use SPX-Etsiline-CommPact device driver
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 .
--- Meter readings.
--- The faults page.
--- 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 device as well as to allow proper alarm monitoring.
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.
pressureLowAlarm --- Defines the lower limit for the device pressure in mBar which triggers the low pressure fault.
pressureHighAlarm --- Defines the upper limit for the device pressure in mBar which triggers the high pressure fault.
humidityAlarm --- Defines the upper limit for the device humidity in percent which triggers the high humidity fault.
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 |
| config.readBackDelay | INTEGER | SAVE SETUP | IntegerRange (100 .. 10000) |
| config.pressureLowLevel | INTEGER | SETUP | IntegerRange (0 .. 0) |
| config.pressureHighLevel | INTEGER | SETUP | IntegerRange (0 .. 0) |
| config.pressureLowAlarm | INTEGER | SAVE SETUP | IntegerRange (1 .. 7000) |
| config.pressureHighAlarm | INTEGER | SAVE SETUP | IntegerRange (1 .. 7000) |
| config.humidityAlarm | INTEGER | SAVE SETUP | IntegerRange (0 .. 100) |
| pressure | INTEGER | R/O | IntegerRange R/O (0 .. 0) |
| humidity | INTEGER | R/O | IntegerRange R/O (0 .. 100) |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (Low pressure) |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (High pressure) |
| faults.03 | ALARM | R/O | AlarmFlagRange R/O (High humidity) |