This page describes the device driver and the device window for the Advantech Wireless Genesis Series Amplifier. If more than one BUC is connected to the same Control panel the respective unit can be chosen from the device setup config.unit.
Note: Please be aware that in redundant setup all driver instances should communicate to the same common POC IP address. The HPA IPs are not reachable depending on switch position. The driver is designed to work for standalone units as well as in 1:1 redundancy. Other redundancy modes are not implemented and tested
It was tested with 1:1 redundant units type GenesisB1-250KuX
Device window pages
The following table shows which device window pages are available with this individual device type.
--- The transmit parameters
--- The meter readings.
--- The redundancy switching parameters.
--- 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 unit.
| parameter | description |
|---|---|
| readBackDelay | Defines the delay the driver uses when it reads back parameters recently commanded. The delay is initialized at a proved preset value which should not be changed under normal circumstances. |
| powerDisplayMode | Defines the display of gain or attenuation in the parameter section. |
| 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. |
| reference | Sets the reference sources of the BUC |
| maxAttn | Defines units max attenuation. Default setting is 30dB |
| lockLevel | Sets units lock level |
| unit | Defines the unit number (1..6) if more than one unit is controlled |
SNMP address specification
The full address consists of the following fields: aaa.bbb.ccc.ddd:pppp read-community write-community
| parameter | description |
|---|---|
| aaa.bbb.ccc.ddd | The IP address of the device in 'dotted quad' notation. This field is mandatory. |
| pppp | The IP port number where the device accepts SNMP requests. The port number may be omitted, the driver uses the standard port 161 in this case. |
| read-community | The SNMP read community name. This must match the read community expected by the device. |
| write-community | The SNMP write community name. This must match the write community expected by the device. The write community name may be omitted, the driver uses the read community name for both, read and write in this case. If both community names are missing, the driver uses public as a default for read and write community string. |
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.version | TEXT | R/O | StringRange R/O |
| info.unitType | TEXT | R/O | StringRange R/O |
| info.unitModel | TEXT | R/O | StringRange R/O |
| info.unitDescription | TEXT | R/O | StringRange R/O |
| info.serial | TEXT | R/O | StringRange R/O |
| info.redUnit | TEXT | R/O | StringRange R/O |
| info.redMode | TEXT | R/O | StringRange R/O |
| info.signal.on | CHOICE | R/O | EnumRange R/O (OFF ON) |
| config.readBackDelay | INTEGER | SAVE SETUP | IntegerRange (100 .. 10000) |
| config.powerDisplayMode | CHOICE | SAVE SETUP | EnumRange (GAIN ATTN) |
| config.reference | CHOICE | SETUP | EnumRange (AUTO INTERNAL EXTERNAL) |
| config.maxAttn | INTEGER | SAVE SETUP | IntegerRange (0 .. 0) |
| config.lockLevel | CHOICE | SETUP | EnumRange (OFF LEVEL-1 LEVEL-2 LEVEL-3) |
| config.unit | CHOICE | SAVE SETUP | EnumRange (1 2 3 4 5 6) |
| config.deviceComment | TEXT | SAVE SETUP | StringRange |
| tx.on | CHOICE | EnumRange (OFF ON) | |
| sys.tx.on | CHOICE | R/O | EnumRange R/O (OFF ON) |
| tx.gain | FLOAT | DoubleRange (0.0 .. 30.0) | |
| tx.attn | FLOAT | DoubleRange (0.0 .. 30.0) | |
| sys.tx.attn | FLOAT | R/O | DoubleRange R/O (0.0 .. 30.0) |
| sys.tx.gain | FLOAT | R/O | DoubleRange R/O (0.0 .. 30.0) |
| tx.alc | CHOICE | EnumRange (OFF ON SYS.INT-ON SYS-EXT-ON) | |
| tx.agc | CHOICE | EnumRange (OFF ON) | |
| tx.requestedLevel | FLOAT | DoubleRange (0.0 .. 0.0) | |
| state | TEXT | R/O | StringRange R/O |
| meas.fwdPwr | INTEGER | R/O | IntegerRange R/O (0 .. 0) |
| meas.refPwr | INTEGER | R/O | IntegerRange R/O (0 .. 0) |
| tx.measuredLevel | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| tx.measuredLevel2 | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| meas.temperature | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| meas.humidity | INTEGER | R/O | IntegerRange R/O (0 .. 0) |
| meas.psu1Voltage | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| meas.psu2Voltage | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| meas.psuAuxVoltage | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| reset | TEXT | NOPRESET | StringRange |
| clearLatched | TEXT | NOPRESET | StringRange |
| clearFaultsTable | TEXT | NOPRESET | StringRange |
| protection | CHOICE | EnumRange (AUTO MANUAL LOCKED) | |
| standbyMode | CHOICE | EnumRange (HOT COLD WARM) | |
| location | CHOICE | R/O | EnumRange R/O (STANDBY ONLINE) |
| position | CHOICE | EnumRange (A B) | |
| online | TEXT | NOPRESET | StringRange |
| internal.gain | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| internal.faults | TEXT | R/O | StringRange R/O |
| internal.pout | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| internal.pref | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (Summary) |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (Power Supply) |
| faults.03 | ALARM | R/O | AlarmFlagRange R/O (Forward RF/ALC) |
| faults.04 | ALARM | R/O | AlarmFlagRange R/O (Reflected RF) |
| faults.05 | ALARM | R/O | AlarmFlagRange R/O (Input RF) |
| faults.06 | ALARM | R/O | AlarmFlagRange R/O (Cooling) |
| faults.07 | ALARM | R/O | AlarmFlagRange R/O (RF Switch) |
| faults.08 | ALARM | R/O | AlarmFlagRange R/O (Converter) |
| faults.09 | ALARM | R/O | AlarmFlagRange R/O (Pre-amp/Input Driver) |
| faults.10 | ALARM | R/O | AlarmFlagRange R/O (Post amp) |
| faults.11 | ALARM | R/O | AlarmFlagRange R/O (Auxiliary / IO Board) |
| faults.12 | ALARM | R/O | AlarmFlagRange R/O (Temperature/Humidity) |
| faults.13 | ALARM | R/O | AlarmFlagRange R/O (External Mute) |
| faults.14 | ALARM | R/O | AlarmFlagRange R/O (Fault Mute) |
| faults.15 | ALARM | R/O | AlarmFlagRange R/O (TX Enable) |
| faults.16 | ALARM | R/O | AlarmFlagRange R/O (Int Bus los) |
| faults.26 | ALARM | R/O | AlarmFlagRange R/O (TX Off) |