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
Scope | Inherits | Singleton | Optional |
---|---|---|---|
Global | No | Yes | No |
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
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<AOASystem> | No | Yes | Yes |
Attributes
Name | Value | Optional (Default) | Description |
---|---|---|---|
index | Number | No | The index of the flap position - this will be a number like 1, 2, or 3. This is not the flap angle. |
zeroLift | Number | No | The angle of attack, in degrees, at which no lift is produced |
stall | Number | No | The angle of attack, in degrees, at which the aircraft stalls |
correctionFactor | Number | Yes (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
Scope | Inherits | Singleton | Optional |
---|---|---|---|
Global | No | Yes | Yes |
Attributes
None.
Child Tags
<ArtificialHorizonStyle>
(optional)- The style of the artificial horizon
Default Value
None.
<ArtificialHorizonStyle>
(<PfdConfig>
)
Defines the style of the artificial horizon.
Properties
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<PfdConfig> | No | Yes | Yes |
Attributes
None.
Child Tags
None
Content
Full
or Cropped
.
Default Value
Full
<Annunciations>
Defines CAS alerts.
Properties
Scope | Inherits | Singleton | Optional |
---|---|---|---|
Global | No | Yes | Yes |
Attributes
None.
Child Tags
Default Value
<Annunciations></Annunciations>
<Annunciation>
(<Annunciations>
)
Defines a single CAS alert.
Properties
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<Annunciations> | No | No | Yes |
Attributes
None.
Child Tags
Default Value
None.
<Type>
(<Annunciation>
)
Defines the priority level used to activate a CAS alert.
Properties
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<Annunciation> | No | Yes | No |
Attributes
None.
Content
'Warning', 'Caution', or 'Advisory'.
<Text>
(<Annunciation>
)
Defines the message text of a CAS alert.
Properties
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<Annunciation> | No | Yes | No |
Attributes
None.
Content
String.
<Condition>
(<Annunciation>
)
Defines logic that determines when a CAS alert is activated.
Properties
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<Annunciation> | No | No | No |
Attributes
Name | Value | Optional (Default) | Description |
---|---|---|---|
suffix | String | Yes ([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
Scope | Inherits | Singleton | Optional |
---|---|---|---|
Global | No | Yes | Yes |
Attributes
None.
Child Tags
Default Value
<VoicesAlerts></VoicesAlerts>
<Alert>
(<VoicesAlerts>
)
Defines a single aural alert.
Properties
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<VoicesAlerts> | No | No | Yes |
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
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<Alert> | No | Yes | No |
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
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<Alert> | No | Yes | No |
Attributes
None.
Content
String.
<Once>
(<Alert>
)
Defines whether an aural alert should only play once per activation.
Properties
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<Alert> | No | Yes | Yes |
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
Scope | Inherits | Singleton | Optional |
---|---|---|---|
<Alert> | No | No | No |
Attributes
None.
Content
Logic that evaluates to a boolean (0/1) value.