2.2.2.20 Target list element

The target list element embeds the list of targets of a SatService-ACU-ODM antenna controller in the screen. Targets may be recalled (which moves the antenna to the stored position and sets the tracking parameters associated with this target), saved or deleted.

display-element-xy-chart

Device Name Indirection

The id parameter is interpreted differently depending on the context where the ODM Target List screen element resides:

Target List Parsing

The target list element gets its information from a parameter 'target.list' the ODM device provides for this purpose. This variable contains the target list as a one line string with the target definitions appearing at fixed character positions.

Each target definition contains the target name and the azimuth / elevation / polarization angles. The target number is defined implicitly from the position of the target in the complete string. The format of each target definition is as follows:

target name (azimuth/elevation/polarization)

This string is padded with spaces to 45 characters length. With target numbers starting at 0, you can access a particular target in the string at position n*45 with a length of 45 characters.