The Antenna-BBU-Connector logical device controls three matrix switches to connect the TT&C signals of one antenna to a BBU device. These signals are two telemetry signals from the antenna to the receiver inpüuts and one telecommand signal from the BBU's modulator to the antenna.
The Antenna-BBU-Connector device is logically bound to one antenna. This may be either a movable antenna represented by an Antenna-Management device or a fixed antenna. In the latter case the name of the satellite the antenna is pointed to must be configured in the Antenna-BBU-Connector's setup.
The Antenna-BBU-Connector device permits to connect the antenna to a BBU from a given set of BBUs. The device offers only BBUs from this set, if they are capable to process the satellite this antenna is pointed to. This is either if the name of the satellite reported by the Antenna-Management device matches the satellite name configured for the particular BBU or if the BBU is marked to be a 'spare' one which may be used with any satellite.
Configuration
The configuration of the Antenna-BBU-Connector is defined in a configuration file. This file defines the list of available BBUs, the names of the matrix devices used for switching and the matrix ports the BBUs are connected to. The configuration file is mostly self explaining, here an example:
{
"comment" : [ "Writing the comment this way",
"this does not mess up a picky",
"JSON parser" ],
"antennas" : [
{
"device" : "AB-1",
"satelliteId" : "AM-1.alias",
"tcPort" : "01",
"tm1Port" : "11",
"tm2Port" : "12"
},
{
"device" : "AB-2",
"satellite" : "MY-SAT",
"tcPort" : "02",
"tm1Port" : "13",
"tm2Port" : "14"
}
],
"bbus" : [
{
"name" : "BBU-1",
"satellite" : "MY-SAT",
"tcPort" : "11",
"tm1Port" : "01",
"tm2Port" : "01"
},
{
"name" : "BBU-2",
"satellite" : "MY-SAT",
"tcPort" : "12",
"tm1Port" : "02",
"tm2Port" : "02"
}
],
"matrices" : [
{
"useFor" : "TC",
"device" : "MTRX-TC"
},
{
"useFor" : "TM1",
"device" : "MTRX-TM1"
},
{
"useFor" : "TM2",
"device" : "MTRX-TM2"
}
]
}
Remarks
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 .
--- Contains the switch parameter to select a BBU for this antenna.
--- 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 if this device there is exactly one configuration parameter to configure the device:
| parameter | description |
|---|---|
| confFile | The name of the configuration file defining antennas, BBUs and matrices |
Variables defined by this device driver
| name | type | flags | range |
|---|---|---|---|
| info.driver | 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.indication | TEXT | R/O | StringRange R/O |
| config.confFile | TEXT | SAVE SETUP | StringRange |
| position | CHOICE | EnumRange (UNKNOWN) | |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (Configuration) |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (Switch Combination) |