This page describes the device driver and the device window for the Mesa-WSWD device. This device reads the wind speed and direction values from the Mesa WSWD Sonic Anemometer.
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 .
--- Wind measurement.
--- 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 RX8200.
| parameter | description |
|---|---|
| address | The device address (or ID) as 2 character ASCII string. factory default of WDWD is 00 |
| northOffset | Value for North Correction, changes will be written to EEPROM |
| Serial | Remember to set the line parameters for the serial interface to 38400,N,8,1 , no handshaking. (default) |
Remarks
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 |
| info.production | TEXT | R/O | StringRange R/O |
| info.temp.internal | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| info.temp.transducer | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| config.northOffset | FLOAT | SETUP | DoubleRange (0.0 .. 360.0) |
| speed | FLOAT | R/O | DoubleRange R/O (0.0 .. 99.0) |
| speed2 | FLOAT | R/O | DoubleRange R/O (0.0 .. 360.0) |
| hiThreshold | FLOAT | SAVE | DoubleRange (0.0 .. 99.0) |
| direction | INTEGER | R/O | IntegerRange R/O (0 .. 359) |
| windRose | TEXT | R/O | StringRange R/O |
| heating | CHOICE | R/O | EnumRange R/O (ON OFF) |
| reset | TEXT | NOPRESET | StringRange |
| internal.status | HEX | R/O | HexRange R/O (0 .. 0) |
| internal.dummy | TEXT | R/O | StringRange R/O |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (High Wind Speed) |
| faults.03 | ALARM | R/O | AlarmFlagRange R/O (Voltage) |
| faults.04 | ALARM | R/O | AlarmFlagRange R/O (High Temperature) |
| faults.05 | ALARM | R/O | AlarmFlagRange R/O (Temp. Difference) |
| faults.06 | ALARM | R/O | AlarmFlagRange R/O (Averaging Buffer) |
| faults.07 | ALARM | R/O | AlarmFlagRange R/O (Meas. Track X) |
| faults.08 | ALARM | R/O | AlarmFlagRange R/O (Meas. Track Y) |