This page describes the ETL-Genus-PRN device driver and its device window. The ETL-Genus-PRN device driver monitors and controls one Piranha LNB or BUC DC Injection Card in a Genus Chassis.
Multiple instances of the device may be configured in the sat-nms M&C to handle all modules of the chassis. All devices referring to the same physical device must be configured at the same device thread / interface to ensure that SNMP requests to the device do not overlap.
The 'slot' configuration parameter is used to select which of the physical slots in the Genus chassis this particular sat-nms device shall control.
The driver was tested with the following equipment:
and card models:
The different available optional cards of the ETL Genus series are:
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 .
--- The modules settings and readings.
--- 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 device.
| parameter | description |
|---|---|
| address | The SNMP address specification for the device (details below). |
| 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. |
| voltage | Sets the DC supply voltage for the individual card. Depending on the card the following voltages are available 13V/15V/18V/48V |
| 22kHz | En- or Disable the 22kHz tone |
| reference | En- or Disables the reference usage |
| current.loLimit | Sets the lower supply current alarm limit |
| current.hiLimit | Sets the upper supply current alarm limit |
| rfLevel.loLimit | Sets the lower rf level alarm limit |
| rfLevel.hiLimit | Sets the upper rf level alarm limit |
| slot | Defines the table index the 10MHz modules is installed within the chassis. Default value is 35 |
| 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. |
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 private as 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.model | TEXT | R/O | StringRange R/O |
| info.version | TEXT | R/O | StringRange R/O |
| info.serial | TEXT | R/O | StringRange R/O |
| info.name | TEXT | R/O | StringRange R/O |
| info.vBus | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| info.5v | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| info.elapsed | INTEGER | R/O | IntegerRange R/O (0 .. 0) |
| config.readBackDelay | INTEGER | SAVE SETUP | IntegerRange (100 .. 10000) |
| config.voltage | INTEGER | SETUP | IntegerRange (0 .. 0) |
| config.22kHz | CHOICE | SETUP | EnumRange (ON OFF) |
| config.current.loLimit | INTEGER | SETUP | IntegerRange (0 .. 6000) |
| config.current.hiLimit | INTEGER | SETUP | IntegerRange (0 .. 6000) |
| config.rfLevel.loLimit | FLOAT | SETUP | DoubleRange (-100.0 .. 100.0) |
| config.rfLevel.hiLimit | FLOAT | SETUP | DoubleRange (-100.0 .. 100.0) |
| config.slot | CHOICE | SAVE SETUP | EnumRange (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) |
| config.deviceComment | TEXT | SAVE SETUP | StringRange |
| meas.voltage | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| meas.current | INTEGER | R/O | IntegerRange R/O (0 .. 0) |
| meas.rfLevel | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| meas.temp | FLOAT | R/O | DoubleRange R/O (0.0 .. 0.0) |
| internal.v1 | TEXT | R/O | StringRange R/O |
| internal.v2 | TEXT | R/O | StringRange R/O |
| internal.v3 | TEXT | R/O | StringRange R/O |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (Summary Alarm) |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (Voltage Low) |
| faults.03 | ALARM | R/O | AlarmFlagRange R/O (Voltage High) |
| faults.04 | ALARM | R/O | AlarmFlagRange R/O (Current Low) |
| faults.05 | ALARM | R/O | AlarmFlagRange R/O (Current High) |
| faults.06 | ALARM | R/O | AlarmFlagRange R/O (RF Power Low) |
| faults.07 | ALARM | R/O | AlarmFlagRange R/O (RF Power High) |
| faults.08 | ALARM | R/O | AlarmFlagRange R/O (VBus) |
| faults.09 | ALARM | R/O | AlarmFlagRange R/O (5V) |
| faults.10 | ALARM | R/O | AlarmFlagRange R/O (Temperature) |
| faults.11 | ALARM | R/O | AlarmFlagRange R/O (Voltage Off) |