This page describes the device driver and the device window for the sat-nms Power Sensor.
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 .
--- This page shows the power reading and lets you set the power sensor's operational parameters.
--- 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 receiver.
| parameter | description |
|---|---|
| address | This is the only parameter that must be set. Enter the power sensor's IP address in 'dotted quad' notation here. Example: " 192.168.2.81 ". |
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.note | TEXT | R/O | StringRange R/O |
| info.serialno | TEXT | R/O | StringRange R/O |
| info.temperature | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| info.adcv | INTEGER | R/O | IntegerRange R/O (0 .. 0) |
| info.sensivity | TEXT | R/O | StringRange R/O |
| power | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| range | CHOICE | EnumRange (AUTO LOW-SENS HIGH-SENS) | |
| frequency | INTEGER | IntegerRange (0 .. 19000) | |
| offset | FLOAT | DoubleRange (-99.99 .. 99.99) | |
| averaging | CHOICE | EnumRange (OFF FAST SLOW) | |
| threshold | FLOAT | DoubleRange (-99.99 .. 99.99) | |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (Level threshold) |