FG1000: Difference between revisions

Jump to navigation Jump to search
80 bytes added ,  11 October 2020
Line 234: Line 234:
=== Airspeed flags (Vx, Vy, Vr, Vglide, Vne) ===
=== Airspeed flags (Vx, Vy, Vr, Vglide, Vne) ===


You can set the value and visibility of various V-speeds shown on the airspeed tape.  The values are stored in the ConfigStore of fg1000.
You can set the value and visibility of various V-speeds shown on the airspeed tape.  The values are stored in the ConfigStore of fg1000 and properties that you set.


To set them, simply set the values in your Nasal file:
To set them, simply call the "set()" method in your Nasal file with the appropriate value.  For example:


<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
Line 251: Line 251:
* Vne
* Vne


Each flag has a "-visible" version which is used to indicate whether the value should be shown at all.  In the above example code the "Vglide" flag will not be shown
Each flag has a "-visible" property which is used to indicate whether the value should be shown at all.  In the above example code the "Vglide" flag will not be shown.


=== Add multikey support ===
=== Add multikey support ===

Navigation menu