-
-
Notifications
You must be signed in to change notification settings - Fork 105
Sim Variables (for Output)
Sebastian edited this page Nov 1, 2022
·
2 revisions
You can access the current value of a MobiFlight variable and reference it with $ throughout the rest of the configuration settings, e.g. transform, compare, interpolation, etc.
- Type - Number or String. Number interprets value for variable as number; String interprets value for variable as String.
- Name - The name of the variable. There are no restriction or conventions. Names are case-senstive, e.g. "myVar" is not the same as "MYVAR" or "myvar"
Use the Filter Presets List to look up the desired preset from the list of presets that come with MobiFlight. In Select Preset
select a preset from the list, or define your own DataRef.
Filter Presets List
- the following filter options are available:
- Vendor - the vendor of the aircraft, for generic X-Plane presets this is Laminar Research
- Aircraft - the specific aircraft of interest, for generic X-Plane presets this is Generic
- System - the specific system, e.g. Autopilot, Engines, G1000
- Search - a text field to filter by your provided text. MobiFlight will filter all presets that match the text in any of their properties, e.g. DataRef path, category and / or description
Select Preset
- the following options are available:
- Select Preset - pick the desired preset from the list of filtered presets (see,
Filter Presets List
) - Description - additional information that describes the preset in more detail
- Show Preset Code - displays or hides the text box that contains the actual DataRef identifier, e.g.
sim/aircraft/controls/acf_ail1_crat
Use this option to define your own custom DataRef, in case it is not available as preset. Use the+
-button to expand the DataRef text box.