Skip to main content

WT21 panel.xml Tag Documentation

<AOASystem>

Defines options for the angle of attack computer based on flap index. If this tag is not present, then the angle of attack computer will use the value of the STALL ALPHA SimVar as the stall angle of attack.

Properties

ScopeInheritsSingletonOptional
GlobalNoYesNo

Attributes

None.

Child Tags

  • <Flaps>
    • The logic determining the angle of attack to use for stall and zero-lift based on the flap angle.

Default Value

<AOASystem></AOASystem>

<Flaps> (<AOASystem>)

Defines the value of the stall (critical), and zero angle of attack, in degrees, for an angle of attack computer with the flaps at a given position index. If a tag is not present for the current flap position index, then the angle of attack computer will use the value of the STALL ALPHA SimVar as the stall angle of attack.

Properties

ScopeInheritsSingletonOptional
<AOASystem>NoYesYes

Attributes

NameValueOptional (Default)Description
indexNumberNoThe index of the flap position - this will be a number like 1, 2, or 3. This is not the flap angle.
zeroLiftNumberNoThe angle of attack, in degrees, at which no lift is produced
stallNumberNoThe angle of attack, in degrees, at which the aircraft stalls
correctionFactorNumberYes (1)The correction factor to use to account for any non-linearity in the angle of attack.

Content

None.

Default Value

None.

<PfdConfig>

Defines options for the PFD.

Properties

ScopeInheritsSingletonOptional
GlobalNoYesYes

Attributes

None.

Child Tags

Default Value

None.

<ArtificialHorizonStyle> (<PfdConfig>)

Defines the style of the artificial horizon.

Properties

ScopeInheritsSingletonOptional
<PfdConfig>NoYesYes

Attributes

None.

Child Tags

None

Content

Full or Cropped.

Default Value

Full

<Annunciations>

Defines CAS alerts.

Properties

ScopeInheritsSingletonOptional
GlobalNoYesYes

Attributes

None.

Child Tags

Default Value

<Annunciations></Annunciations>

<Annunciation> (<Annunciations>)

Defines a single CAS alert.

Properties

ScopeInheritsSingletonOptional
<Annunciations>NoNoYes

Attributes

None.

Child Tags

Default Value

None.

<Type> (<Annunciation>)

Defines the priority level used to activate a CAS alert.

Properties

ScopeInheritsSingletonOptional
<Annunciation>NoYesNo

Attributes

None.

Content

'Warning', 'Caution', or 'Advisory'.

<Text> (<Annunciation>)

Defines the message text of a CAS alert.

Properties

ScopeInheritsSingletonOptional
<Annunciation>NoYesNo

Attributes

None.

Content

String.

<Condition> (<Annunciation>)

Defines logic that determines when a CAS alert is activated.

Properties

ScopeInheritsSingletonOptional
<Annunciation>NoNoNo

Attributes

NameValueOptional (Default)Description
suffixStringYes ([See Description])The suffix to activate when the condition evaluates to true. If not defined, then the alert is assumed to have no suffixes.

Content

Logic that evaluates to a boolean (0/1) value.

<VoicesAlerts>

Defines aural alerts.

Properties

ScopeInheritsSingletonOptional
GlobalNoYesYes

Attributes

None.

Child Tags

Default Value

<VoicesAlerts></VoicesAlerts>

<Alert> (<VoicesAlerts>)

Defines a single aural alert.

Properties

ScopeInheritsSingletonOptional
<VoicesAlerts>NoNoYes

Attributes

None.

Child Tags

Default Value

None.

<Type> (<Alert>)

Defines the type of an aural alert. The specific type is mostly ignored, but nonetheless this tag must be defined with one of the valid content values for the parent alert to be parsed correctly.

Properties

ScopeInheritsSingletonOptional
<Alert>NoYesNo

Attributes

None.

Content

One of the following:

  • 'Warning'
  • 'Caution'
  • 'Test'
  • 'SoundOnly'

<SoundEvent> (<Alert>)

Defines the sound event ID to play when an aural alert is activated.

Properties

ScopeInheritsSingletonOptional
<Alert>NoYesNo

Attributes

None.

Content

String.

<Once> (<Alert>)

Defines whether an aural alert should only play once per activation.

Properties

ScopeInheritsSingletonOptional
<Alert>NoYesYes

Attributes

None.

Content

One of the following:

  • 'True': play once.
  • (Any other value): play repeatedly.

Default Value

<Once>False</Once>

<Condition> (<Alert>)

Defines logic that determines when an aural alert is activated.

Properties

ScopeInheritsSingletonOptional
<Alert>NoNoNo

Attributes

None.

Content

Logic that evaluates to a boolean (0/1) value.