9.68 Auto-RollOff

The Auto-RollOff logical device adds an automatic roll-off selection to IRDs which lack from this feature or which do not behave properly with the roll-off set to AUTO.

The Auto-RollOff device is linked to an IRD's rollOff and symbolRate parameters, it provides an rollOff parameter which the GUI uses instead of the IRD's one. The device's rollOff parameter offers the same selections as the the parameter at the IRD, with an AUTO setting added.

If the rollOff parameter is set to one of the 20%, 25% or 35% settings, this value is passed to the IRD. If set to AUTO, the device computes and sets the rollOff setting from the symbol rate using these formulas:

  1. Compute the occupied bandwidth BWocc = symbolrate * 1.2
  2. From the occupied bandwidth evaluate the allocated bandwidth BWalloc by extending it to the next defined slot bandwidth in the list (see below).
  3. Evaluate the roll off factor by comparing the allocated bandwidth to the symbolrate: if symbolrate * 1.35 <= BWalloc then rolloff = 35% else if symbolrate * 1.25 <= BWalloc then rolloff = 25% else if symbolrate * 1.20 <= BWalloc then rolloff = 20% else raise fault The evaluated roll of factor is commanded to the IRD, the same applies if the symbol rate changes.

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 .

Configuration parameters

At the maintenance page of the device window there are a couple of configuration parameter which must be set to interconnect the Auto-RollOff device with the IRD device.

parameter description
rollOffId Enter the message identifier here of the IRD's roll off parameter, e.g. "IRD-3.rollOff".
outputId Enter the message identifier here of the IRD's symbol rate parameter, e.g. "IRD-3.symbolRate".
bandwidthSteps This parameter defines the stepping of allocated bandwidth as a comma separated list of values. Factory default is "3,4.5,6,9,12,18,24,27,36". For detail about specifying the list of allocated bandwidths see the paragraph below.

List of allocated bandwidths

The device provides a setup parameter to specify the list of allocated bandwidth value to use. When specifying this list, the following rules apply:

Fault flags

The Auto-RollOff device provides one fault flag which is raised if in AUTO mode a symbol rate is recognized which occupies a bandwidth wider than the widest allocated slot, even with 20% roll off set. The flag remains active until a valid symbol rate is set at the IRD.

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.frame TEXT R/O StringRange R/O
info.rollOff TEXT R/O StringRange R/O
info.symbolRate FLOAT R/O DoubleRange R/O (0.000000 .. 0.000000)
config.rollOffId TEXT SAVE SETUP StringRange
config.symbolRateId TEXT SAVE SETUP StringRange
config.bandwidthSteps TEXT SAVE SETUP StringRange
faults.01 ALARM R/O AlarmFlagRange R/O (Invalid symbol rate)
rollOff CHOICE NOPRESET EnumRange (UNKNOWN)