This page describes the device driver and the device window for the sat-nms LBRX-1MT beacon receiver. This version of the beacon receiver is specialized for a high measurement rate, leaving out the frequency-tracking and c/n measurement modes of the standard sat-nms beacon receiver.
The LBRX-1MT does not provide a TCP/IP interface, if gets controlled via RS232 (Miteq-MOD95 protocol). The device driver for the LBRX-1MT has been designed to take advantage of the high measurement rate of the device. The 'power' device driver variable is defines with a 1 msec update rate, making the real update cycle solely dependent on the 'IDLE' time setting defined to the receiver's interface in the VLC device setup.
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 first parameter page displays the receive level and lets you set the basic receive parameters like frequency, bandwidth and input attenuation.
--- 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 --- The LBRX-1MT receiver uses the fixed device address 'A'.
loBandLo --- Enter the LO frequency for the lower frequency band here (MHz), if you want to specify the receive frequency in terms of true RF receive frequency. Enter 0 if you want the receive frequency to be displayed as receiver input (L-band) frequency.
hiBandLo --- Enter the LO frequency for the upper frequency band here (MHz), if you want to specify the receive frequency in terms of true RF receive frequency. Enter 0 if you want the receive frequency to be displayed as receiver input (L-band) frequency.
bandEdge --- Enter the edge between the receive frequency bands here (MHz). The receiver applies the 'loBandLo' LO frequency if the receive frequency is below the edge, the 'hiBandLo' LO frequency if it is above. If the 22kHzTone parameter is set to AUTO, the 22 kHz ist set accordingly.
lnbVolt --- This parameter controls the LNB supply voltage provided by the receiver at it's input connector. The following settings are available:
22kHzTone --- This parameter controls the presence of a 22 kHz tone on the LNB supply voltage. The following settings are available:
vOutScale --- This parameter defines the slope of the receiver's voltage output in V/dB. The output voltage has a range of 0 .. 10 V. Setting this parameter to 0.25V/dB lets the analog output cover a dynamic range of 40 dB.
vOutOffset --- This parameter defines, which input level gives 0V output.
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.revision | TEXT | R/O | StringRange R/O |
| info.temperature | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| config.loBandLo | FLOAT | SETUP | DoubleRange (-19000.000 .. 19000.000) |
| config.hiBandLo | FLOAT | SETUP | DoubleRange (-19000.000 .. 19000.000) |
| config.bandEdge | FLOAT | SETUP | DoubleRange (0.000 .. 19000.000) |
| config.lnbVolt | CHOICE | SETUP | EnumRange (OFF 14V 18V AUTO) |
| config.22kHzTone | CHOICE | SETUP | EnumRange (OFF ON AUTO) |
| config.vOutScale | FLOAT | SETUP | DoubleRange (-5.00 .. 5.00) |
| config.vOutOffs | FLOAT | SETUP | DoubleRange (-200.00 .. 0.00) |
| frequency | FLOAT | DoubleRange (950.000 .. 19000.000) | |
| gain | CHOICE | EnumRange (-30 dB -20 dB -10 dB 0 dB) | |
| bandwidth | CHOICE | EnumRange (6 kHz 12 kHz 30 kHz 100 kHz) | |
| averaging | CHOICE | EnumRange (OFF 0.1 Hz 0.5 Hz 1 Hz 5 Hz 10 Hz 50 Hz 100 Hz) | |
| threshold | FLOAT | DoubleRange (-999.99 .. 0.00) | |
| polarization | CHOICE | EnumRange (H V) | |
| speccomp | FLOAT | DoubleRange (-10.00 .. 10.00) | |
| power | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| voltage | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (D/C power supply) |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (Level threshold) |
| faults.03 | ALARM | R/O | AlarmFlagRange R/O (Synth lock) |