This page describes the device driver and the device window for the Wilmers blueberryCOMPACT (aka NDL485 compact) weather data logger. The sat-nms device driver for the blueberryCOMPACT reads the numeric measurement data from the device's Web GUI (left frame).
The driver does not provide any means to configure or setup the device. This has to be done using the device's Web GUI.
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 .
--- Shows the actual 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 the device address must be configured in order to make the sat-nms software talk to the device.
| parameter | description |
|---|---|
| address | As the device uses HTTP basic authentication to protect it's Web GUI, user name ('guest') and password have to be specified together with the device's IP address in this field. Example: 10.0.0.1 guest mypasswd |
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 |
| radiation | FLOAT | R/O | DoubleRange R/O (0.0000 .. 0.0000) |
| windDirection | FLOAT | R/O | DoubleRange R/O (0 .. 0) |
| windRose | TEXT | R/O | StringRange R/O |
| windSpeed | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| verticalWindSpeed | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| airPressure | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| airHumidity | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| airTemp | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| dewPoint | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| rain | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| rainToday | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| rainMonth | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| supplyLogger | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| supplyMetPak | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| battery1 | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| battery2 | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| fog | BOOLEAN | R/O | BooleanRange R/O (true false) |
| snow | BOOLEAN | R/O | BooleanRange R/O (true false) |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (Fog) |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (Snow) |