<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.flightgear.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zakharov</id>
	<title>FlightGear wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.flightgear.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zakharov"/>
	<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/Special:Contributions/Zakharov"/>
	<updated>2026-06-13T13:40:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_installation_guide&amp;diff=142256</id>
		<title>User:Zakharov/zkv1000 installation guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_installation_guide&amp;diff=142256"/>
		<updated>2025-08-07T20:39:15Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: new domainname&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
[[Image:Nasallogo3.png|link=Nasal]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[[Image:Tutorialready.png|link=Tutorials]]&lt;br /&gt;
[[Image:Checklistready.png|link=Aircraft Checklists]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Get the sources ==&lt;br /&gt;
the whole zkv1000 can be retrieved from &amp;lt;tt&amp;gt;https://seb.lautre.netlib.re/git/seb/zkv1000&amp;lt;/tt&amp;gt;. You will have the choice with different ways  (git, zip or tar.gz).&lt;br /&gt;
&lt;br /&gt;
You have the choice of the destination of the source (in order of recommandation)&lt;br /&gt;
# in &amp;lt;tt&amp;gt;$FGHOME/Aircraft/Instruments-3d&amp;lt;/tt&amp;gt;&lt;br /&gt;
# in your aircraft directory&lt;br /&gt;
# in &amp;lt;tt&amp;gt;$FGDATA/Aircraft/Instruments-3d&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We'll refer to the zkv1000 installation directory as &amp;lt;tt&amp;gt;$ZKV1000&amp;lt;/tt&amp;gt; later in this document&lt;br /&gt;
&lt;br /&gt;
== Installation in the cockpit ==&lt;br /&gt;
The glass cockpit and the material around are included in the sources, but you can provide yours. Please see the advanced installation below.&lt;br /&gt;
&lt;br /&gt;
The zkv1000 provides files in order to let you choose if you want a PFD, a MFP, both of them, or two PFDs and one PFD.&lt;br /&gt;
&lt;br /&gt;
So the installation depends on what you want. Place in your cockpit the following files in the XML definition files of your aircraft&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Configuration !! Files needed&lt;br /&gt;
|-&lt;br /&gt;
| PFD only || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MFD only || &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 1 PFD + 1 MFD || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 PFD + 1 MFD || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/pfd-copilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Here's an example from the Lancair 235, configuration with a PFD in front of the pilot's seat and a MFD between the pilot's seat and the copilot's seat, a bit inclinated in direction of the pilot. These lines take place in the dedicated file about the cockpit definition.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;model&amp;gt;&lt;br /&gt;
    &amp;lt;path&amp;gt;Aircraft/Instruments-3d/zkv1000/pfd-pilot.xml&amp;lt;/path&amp;gt;&lt;br /&gt;
    &amp;lt;offsets&amp;gt;&lt;br /&gt;
      &amp;lt;x-m&amp;gt; -0.023 &amp;lt;/x-m&amp;gt;&lt;br /&gt;
      &amp;lt;y-m&amp;gt; -0.235 &amp;lt;/y-m&amp;gt;&lt;br /&gt;
      &amp;lt;z-m&amp;gt; -0.028 &amp;lt;/z-m&amp;gt;&lt;br /&gt;
    &amp;lt;/offsets&amp;gt;&lt;br /&gt;
  &amp;lt;/model&amp;gt;&lt;br /&gt;
  &amp;lt;model&amp;gt;&lt;br /&gt;
    &amp;lt;path&amp;gt;Aircraft/Instruments-3d/zkv1000/mfd.xml&amp;lt;/path&amp;gt;&lt;br /&gt;
    &amp;lt;offsets&amp;gt;&lt;br /&gt;
      &amp;lt;x-m&amp;gt; 0.03 &amp;lt;/x-m&amp;gt;&lt;br /&gt;
      &amp;lt;y-m&amp;gt;  0.06 &amp;lt;/y-m&amp;gt;&lt;br /&gt;
      &amp;lt;z-m&amp;gt; -0.028 &amp;lt;/z-m&amp;gt;&lt;br /&gt;
      &amp;lt;heading-deg&amp;gt; -15 &amp;lt;/heading-deg&amp;gt;&lt;br /&gt;
    &amp;lt;/offsets&amp;gt;&lt;br /&gt;
  &amp;lt;/model&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== make it work ==&lt;br /&gt;
Once your device is installed in your cockpit you may tell FligthGear where to find the underlying Nasal code. This is done in the &amp;lt;nasal&amp;gt; section of your aircraft definition. Obviously this is one of the manadatory step and value, the Nasal namespace '''must''' be zkv1000.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;zkv1000&amp;gt;&lt;br /&gt;
      &amp;lt;file&amp;gt;Aircraft/Instruments-3d/zkv1000/zkv1000.nas&amp;lt;/file&amp;gt;&lt;br /&gt;
    &amp;lt;/zkv1000&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You have other options you can pass to the device in the &amp;lt;instrumentation&amp;gt; section of your aircraft definition&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;instrumentation&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
    &amp;lt;zkv1000&amp;gt;&lt;br /&gt;
      &amp;lt;alerts&amp;gt;&lt;br /&gt;
        &amp;lt;Vx&amp;gt;15&amp;lt;/Vx&amp;gt;&lt;br /&gt;
        &amp;lt;Vy&amp;gt;110&amp;lt;/Vy&amp;gt;&lt;br /&gt;
        &amp;lt;Vr&amp;gt;65&amp;lt;/Vr&amp;gt;&lt;br /&gt;
        &amp;lt;Vglide&amp;gt;80&amp;lt;/Vglide&amp;gt;&lt;br /&gt;
        &amp;lt;stall-aoa&amp;gt;12&amp;lt;/stall-aoa&amp;gt;&lt;br /&gt;
        &amp;lt;approach-aoa&amp;gt;4&amp;lt;/approach-aoa&amp;gt;&lt;br /&gt;
      &amp;lt;/alerts&amp;gt;&lt;br /&gt;
      &amp;lt;eis&amp;gt;&lt;br /&gt;
        &amp;lt;type&amp;gt;single-prop&amp;lt;/type&amp;gt;&lt;br /&gt;
      &amp;lt;/eis&amp;gt;&lt;br /&gt;
    &amp;lt;/zkv1000&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
  &amp;lt;/instrumentation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The available options are&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Category !! Option !! Meaning !! Values&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | &amp;lt;tt&amp;gt;alerts&amp;lt;/tt&amp;gt; || &amp;lt;tt&amp;gt;V''speed''&amp;lt;/tt&amp;gt; || default [https://en.wikipedia.org/wiki/V_speeds V-speed] speed, displayed with a mark in the PFD's speed tape identified by the text after the uppercase V (Vfoobar, Vx, Vglide, etc.), no default value || a number in '''knots''', it can be modified by user using zkv1000 UI '''except for &amp;lt;tt&amp;gt;Vne&amp;lt;/tt&amp;gt;''', no default value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;stall-aoa&amp;lt;/tt&amp;gt; || The stalling angle of attack, if defined it is displayed in AOA widget || rowspan=&amp;quot;2&amp;quot; | a number in degrees&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;approach-aoa&amp;lt;/tt&amp;gt; || The expected angle of attack at approach phase, if defined it is displayed in AOA widget&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;warnings&amp;lt;/tt&amp;gt; || colspan=&amp;quot;2&amp;quot; | Set of as simple as possible Nasal scripts to use the internal alerts system, internally the message identifies the alert so be careful not to use the same message for two different warnings.&lt;br /&gt;
&lt;br /&gt;
Indexing the warning space can be useful if some property has to be modified like message or level, letting you use only one definition of a kind of alert with multiple levels and messages.&lt;br /&gt;
&lt;br /&gt;
There are 3 alerts levels: &amp;lt;tt&amp;gt;0&amp;lt;/tt&amp;gt; (information), &amp;lt;tt&amp;gt;1&amp;lt;/tt&amp;gt; (warning), and higher values (begins with &amp;lt;tt&amp;gt;2&amp;lt;/tt&amp;gt;, decimal allowed) for really important alerts. The UI will sort the alerts in descendant order (highest level first).&lt;br /&gt;
&lt;br /&gt;
Only the triggered alerts are shown (i.e return &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
An example may help a bit&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;warnings&amp;gt;&lt;br /&gt;
  &amp;lt;warning n=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;script&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;
      var severity = getprop('/environment/icing/icing-severity');&lt;br /&gt;
      if (severity) {&lt;br /&gt;
        setprop('/instrumentation/zkv1000/alerts/warnings/warning/level', severity);&lt;br /&gt;
        setprop('/instrumentation/zkv1000/alerts/warnings/warning/message', &lt;br /&gt;
            sprintf('%s ICING CONDITIONS', string.uc(getprop('/environment/icing/icing-severity-name'))));&lt;br /&gt;
      }&lt;br /&gt;
      return severity;&lt;br /&gt;
    ]]&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
    &amp;lt;level&amp;gt;0&amp;lt;/level&amp;gt;                    &amp;lt;!-- set by script --&amp;gt;&lt;br /&gt;
    &amp;lt;message&amp;gt;icing conditions&amp;lt;/message&amp;gt; &amp;lt;!-- set by script --&amp;gt;&lt;br /&gt;
  &amp;lt;/warning&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;warning n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;script&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;
      getprop('/consumables/deice') / (getprop('/controls/deice/mode')+2) &amp;lt; 100;&lt;br /&gt;
    ]]&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
    &amp;lt;level&amp;gt;1&amp;lt;/level&amp;gt;&lt;br /&gt;
    &amp;lt;message&amp;gt;deice liquid low&amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/warning&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/warnings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;eis&amp;lt;/tt&amp;gt; || &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;file&amp;lt;/tt&amp;gt; || the type of EIS on MFD only, defaults to none || &amp;quot;none&amp;quot; means... none, the other possible values are the nasal definitions of file as in &amp;lt;tt&amp;gt;$ZKV1000/Nasal/eis&amp;lt;/tt&amp;gt; (without the .nas extension) or the relative path to your definition specific to your aircarft&lt;br /&gt;
|}&lt;br /&gt;
More options to come...&lt;br /&gt;
&lt;br /&gt;
The zkv1000 Nasal code is loaded at the end of the FDM initialization. Knowing that if you want to automagically switch on the zkv1000 there is a function named &amp;lt;code&amp;gt;zkv1000.powerOn()&amp;lt;/code&amp;gt;, otherwise there is a predefined multikey {{key press|:}}{{key press|z}}{{key press|o}} witch will call the &amp;lt;tt&amp;gt;powerOn()&amp;lt;/tt&amp;gt; function.&lt;br /&gt;
&lt;br /&gt;
This should work and you and your aircraft's users should enjoy the instrument :)&lt;br /&gt;
== Advanced installation ==&lt;br /&gt;
You may want to use your own 3D objects, this is not a problem.&lt;br /&gt;
&lt;br /&gt;
Each component of the zkv1000 is created at the power on if a property exists : &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/status&amp;lt;/code&amp;gt; in wich &amp;lt;tt&amp;gt;NAME&amp;lt;/tt&amp;gt; is a string with the pattern: &amp;lt;code&amp;gt;(MFD|PFD)[optional identifier]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there are 3 optional properties useful to create your own device (only &amp;lt;tt&amp;gt;screen-object&amp;lt;/tt&amp;gt; is available for now)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Role&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-object&amp;lt;/code&amp;gt; || The name of the 3D object&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-view&amp;lt;/code&amp;gt; || N/A The size of the view in Canvas context (defaults to &amp;lt;tt&amp;gt;[1024, 768]&amp;lt;/tt&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-size&amp;lt;/code&amp;gt; || N/A The value of the Canvas size (defaults to &amp;lt;tt&amp;gt;[1280, 1280]&amp;lt;/tt&amp;gt;), this value should be a square and large enough to allow rotation of the view without a not included pixel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;tt&amp;gt;zkv1000&amp;lt;/tt&amp;gt; namespace API specific for one component will be available by the &amp;lt;tt&amp;gt;NAME&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;zkv1000.flightdeck['PFD-example'].knobs.FmsInner(...)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== API ===&lt;br /&gt;
==== softkeys ====&lt;br /&gt;
There are 12 softkeys, related to the twelve boxes along the bottom of the zkv1000 screen.&lt;br /&gt;
They are accesible via the Class &amp;lt;tt&amp;gt;softkeys&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;tt&amp;gt;SoftKey(number, pressed)&amp;lt;/tt&amp;gt; =====&lt;br /&gt;
arguments:&lt;br /&gt;
  * number: the number of the softkey, from 0 on the left-side, to 11 at the most right&lt;br /&gt;
  * pressed: if the button is being pressed (1) or released (0), actually only pressed status is usable&lt;br /&gt;
&lt;br /&gt;
==== buttons ====&lt;br /&gt;
.buttons.FMS&lt;br /&gt;
.buttons.ENT&lt;br /&gt;
.buttons.CLR&lt;br /&gt;
.buttons.PROC&lt;br /&gt;
.buttons.FPL&lt;br /&gt;
.buttons.MENU&lt;br /&gt;
.buttons.DirectTo&lt;br /&gt;
.buttons.PAN&lt;br /&gt;
.buttons.AsSwitchCOM&lt;br /&gt;
.buttons.AsSwitchNAV&lt;br /&gt;
.buttons.ALT&lt;br /&gt;
&lt;br /&gt;
==== knobs ====&lt;br /&gt;
===== .knobs.FmsOuter(direction) =====&lt;br /&gt;
takes one argument which is the direction of the turn: &amp;lt;tt&amp;gt;cmdarg().getNode('offset').getValue()&amp;lt;/tt&amp;gt;&lt;br /&gt;
===== .knobs.knobs.FmsInner(direction) ===== &lt;br /&gt;
takes one argument which is the direction of the turn: &amp;lt;tt&amp;gt;cmdarg().getNode('offset').getValue()&amp;lt;/tt&amp;gt;&lt;br /&gt;
===== .knobs.display.updateNAV({set:1}) =====&lt;br /&gt;
set the value for standby frequency for the selected NAV radio&lt;br /&gt;
===== .knobs.display.updateNAV({refresh:1|2}) =====&lt;br /&gt;
===== .knobs.display.updateCOMM({set:1}) ===== &lt;br /&gt;
set the value for standby frequency for the selected COMM radio&lt;br /&gt;
===== .knobs.display.updateCOMM({refresh:1|2}) =====&lt;br /&gt;
===== .knobs.display.updateHDG() ===== &lt;br /&gt;
no argument, just refresh the HDG display when the knob is used&lt;br /&gt;
===== .knobs.display.updateCRS() ===== &lt;br /&gt;
no argument, just refresh the CRS display when the knob is used&lt;br /&gt;
===== .knobs.display.updateALT() ===== &lt;br /&gt;
no argument, just refresh the ALT display when the knob is used&lt;br /&gt;
===== .knobs.display.updateBARO() ===== &lt;br /&gt;
no argument, just refresh the BARO display when the knob is used&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|Installation guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=126771</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=126771"/>
		<updated>2020-08-08T07:57:45Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively '''not''' an exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;But by flying with zkv1000 you have the certitude that you're the nearest to the real zkv1000, it can't me more realistic :)&lt;br /&gt;
&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are in a sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two device types: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&lt;br /&gt;
Available entry is LightBlue on Black&lt;br /&gt;
Unavailable entry is White on Black&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Primary Flight Display ==&lt;br /&gt;
You just jumped into your Aircraft, depending of the scenario for it you may need to switch up electric system or some button(s) to get the zkv1000 up. Please refer to the aircraft manual.&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots or km/h, the unit is refered as speed init later in this documentation. You can modify the speed unit by the dedicated window.&lt;br /&gt;
The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are displayed with 10 speed units interval, minor ticks at 5 speed units interval. The trend can show up to 1000 speed units. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 speed units).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references (value and display, except Vne) as described later in this document&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed, in the same unit than IAS&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet or meters, the unit is refered as altitude unit later in this documentation. The altitude can show from -990 to 99990 altitude units. The black pointer shows the current indicated altitude (determined from the air pressure), 20 altitude units graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300 altitude units.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg or hPa, which is refered as pressure unit later in this documentation. The pressure unit can be modified to hPa or inHg quickly by using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; UNITS&amp;lt;/code&amp;gt; and press &amp;lt;code&amp;gt;INHG&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;HPA&amp;lt;/code&amp;gt;&lt;br /&gt;
{{note|It won't be saved this way for another session. To save it see the zkv1000 settings part in this documentation}}&lt;br /&gt;
The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 altitude unit range a black box indicates the selected altitude above the altitude tape. This box disappears when the indicated altitude is +/- 100 altitude unit of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min or m/min refered as vertical speed units later in this documentation. Minor ticks are displayed every 500 vertical speed units.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 vertical speed units precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 vertical speed units the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
The HSI displays a rotating compass card in a heading-up orientation. Letters indicate the cardinal points and numeric labels occur every 30°.&amp;lt;br&amp;gt;&lt;br /&gt;
Major tick marks are at 10° intervals and minor tick marks at 5° intervals.&amp;lt;br&amp;gt;&lt;br /&gt;
A digital reading of the current heading appears on top of the HSI.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Course Deviation Indicator ====&lt;br /&gt;
The HSI contains a Course Deviation Indicator (CDI) with course pointer, TO/FROM indication and a sliding deviation bar.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS, VOR1 and LOC1 have single line arrow, while VOR2 have two lines arrow.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS CDI is available only if a course has been set via the route manager, VOR and LOC show arrow when the active NAVAID is received.&lt;br /&gt;
&lt;br /&gt;
==== Adjust heading ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;HDG&amp;lt;/code&amp;gt; knob to adjust the heading, doing so the heading bug will be positionned along the compass.&amp;lt;br&amp;gt;&lt;br /&gt;
A window showing the desired heading is shown for 3 seconds.&lt;br /&gt;
==== Adjust selected course ====&lt;br /&gt;
Select the corresponding GPS, NAV1 or NAV2 display by pressing the CDI softkey, then turn the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob to adjust the desired course for VOR.&amp;lt;br&amp;gt; Unless you aren't in OBS mode you cannot change the course for GPS. To do so, select GPS by pressing &amp;lt;code&amp;gt;CDI&amp;lt;/code&amp;gt; softkey, then &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; softkey is displayed as available. To enter in OBS mode, press the &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; softkey, now you can adjust course by turning the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob.&lt;br /&gt;
&lt;br /&gt;
== Set your zkv1000 preferences ==&lt;br /&gt;
Press the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button, a window appears with settings. Navigate into the available settings by turning the outter FMS knob. The inner FMS knob changes the selected setting.&amp;lt;br&amp;gt;To quit and save changes press &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt;.&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
You can adjust the luminosity of the whole device (PFD and MFD). Select the first entry &amp;lt;code&amp;gt;Brightness&amp;lt;/code&amp;gt; and turn the inner FMS knob to increase or decrease brightness (from 0% to 100%). This setting isn't saved from a session to another.&lt;br /&gt;
=== Device lights ===&lt;br /&gt;
For a night flight you may need to change the device enlightment. With outter FMS knob, select the entry in front of &amp;lt;code&amp;gt;Light&amp;lt;/code&amp;gt;. With the inner FMS knob select the device light level to fit your need from 0 (lights off) to 3 (lights very bright). This setting isn't saved from a session to another.&lt;br /&gt;
=== Units ===&lt;br /&gt;
Select the unit domain ou want to change with outter FMS knob, and select the unit with the inner knob. Once choosen, apply the change by pressing the &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Quit the window with the button &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt;, the settings will be saved for future session. The settings are only for that aircraft, so if you use another aircraft you have to set to fit your needs again.&amp;lt;br&amp;gt;&lt;br /&gt;
The unit will be used everywhere on the zkv1000, MFD and PFD, and all corresponding data will be displayed in the unit set here.&amp;lt;br&amp;gt;&lt;br /&gt;
Here is the list of available domains and their units, at the time of writting:&lt;br /&gt;
* Pressure: inHg or hPa&lt;br /&gt;
* Altitude: feet or meters&lt;br /&gt;
* Distance: NM (nautic miles) or km (kilometers)&lt;br /&gt;
* Speed: KT (knots) or km/h (kilometers per hour)&lt;br /&gt;
* Vert. Speed (for Vertical speed): ft/min or m/min&lt;br /&gt;
* Temperat. (for Temperature): F (Fahrenheit) or °C (degrees Celsius)&lt;br /&gt;
* Volume: L (liters), M3 (cube meter) or GAL (US gal)&lt;br /&gt;
&amp;lt;note&amp;gt;It is possible to quickly set the pressure setting from the &amp;lt;code&amp;gt;PFD &amp;gt; UNITS&amp;lt;/code&amp;gt; softkeys sequence&amp;lt;/note&amp;gt;&lt;br /&gt;
=== Time ===&lt;br /&gt;
The default displayed time is GMT. You may want to display time in UTC, LCL (local, dependant of your aircraft location), or RL (Real Life, the time of your computer). This setting isn't saved from a session to another.&lt;br /&gt;
&lt;br /&gt;
== check and adapt Vspeeds references ==&lt;br /&gt;
You may check the Vspeed references for your aircraft (if any). Press &amp;lt;code&amp;gt;TMR/REF&amp;lt;/code&amp;gt; softkey. A window is now displayed presenting a timer, eventually Vspeeds if they are set, and minimums settings (which isn't used at the time of writing).&amp;lt;br&amp;gt;&lt;br /&gt;
Turn the outter FMS knob to select successively the displayed Vspeed. 3 are shown but the list may be longer so continue until you reach the minimums settings.&amp;lt;br&amp;gt;&lt;br /&gt;
You can modify the Vspeed reference by turning the inner knob to adapt it at your situation (altitude, temperature, weight, etc.)&lt;br /&gt;
&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&lt;br /&gt;
&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level shows a choice of distances, the distances are the range of the map from the bottom to the top of the MFD screen. They depend of the latitude of the aircraft.&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
By default the navaids around the aircraft are shown on the map (airports, VOR &amp;amp; TACAN, NDB)&lt;br /&gt;
===== Nearest Navaids =====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
By turning the MFD Outer FMS knob you enter in menu system, turn the Outer FMS knob to select the NRST page. The available nearest navaids searches are in light-blue chars, the grey entries aren't available for now.&lt;br /&gt;
&lt;br /&gt;
As the day of writing, here are the available searches:&lt;br /&gt;
* NEAREST AIRPORTS&lt;br /&gt;
* NEAREST INTERSECTIONS&lt;br /&gt;
* NEAREST NDB&lt;br /&gt;
* NEAREST VOR&lt;br /&gt;
&lt;br /&gt;
Select the desired search by turning the Inner FMS knob, and validate your choice by pressing the ENT button. The navaids available in a range of 100NM are listed, one by line, the second line contains the distance and course from the aircraft to the navaids. You can select by turning the Inner FMS knob and validate your choice by pressing the ENT button.&lt;br /&gt;
&lt;br /&gt;
You can have information about the selected navaid by pressing the ENT button.&lt;br /&gt;
For radios navaids it include frequencies, coordinates, complete name, eventually range if the data is available.&lt;br /&gt;
For airports the information include name, coordinates, frequencies, runways (eventually with ILS frequencies)&lt;br /&gt;
&lt;br /&gt;
In near future it will be possible to compute a DTO, or include the navaid in an existing flightplan, but for now these features aren't yet released...&lt;br /&gt;
&lt;br /&gt;
The scrolling feature isn't really well managed, and there are some nasty things displayed, but a go-to-bottom then go-up correct it in most of the cases&lt;br /&gt;
&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
==== Set screen brightness and body lighting ====&lt;br /&gt;
(screenshots to come one as soon as the highlighting system has been repaired)&lt;br /&gt;
&lt;br /&gt;
On PFD without other windows opened, click on MENU key in order to make the System Settings windows displayed. You can use Inner FMS knob to adjust the brightness of the screen percent by percent from 0% which is very low, to 100% which is adapted to very shiny conditions.&lt;br /&gt;
&lt;br /&gt;
During night, you can also make the ZKV1000 body being lighted (keys, softkeys and knobs descriptions). To do so, select the Light using Outer FMS knob, and adjust the lighting with the INner FMS knob. There are four level, from 0 which is light off, to 3 which is very luminous. Adjust to the level you are the most comfortable.&lt;br /&gt;
&lt;br /&gt;
Using MENU or CLR key close the window.&lt;br /&gt;
&lt;br /&gt;
The settings aren't stored for future flight sessions&lt;br /&gt;
&lt;br /&gt;
==== Checklists ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
If the aircraft provides checklists, they can be visualized directly on the MFD.&lt;br /&gt;
&lt;br /&gt;
To show checklists, press the softkey CHKLIST (which is available only if aircraft has at least one checklist). The checklists are divided into two groups:&lt;br /&gt;
* emergency checklists&lt;br /&gt;
* all the others&lt;br /&gt;
&lt;br /&gt;
The emergency checklists are accessible by pressing the EMERGCY softkey. This will present a list of checklist if there are multiple checklists, or directly the emergency playlist if there is only one.&lt;br /&gt;
&lt;br /&gt;
The other checklists may be divided by groups of checklists, in this case the group are shown then you can select using Inner or Outer FMS knob the desired group of chekclists, valid your choice by pressing the ENT button. Then another list will be displayed then you can select the desired checklist with Outer or Inner FMS knob, and valid your choice by pressing the ENT button. If there is no groups of checklists, the list of available non-emergency checklists are displayed. Select by using Inner or Outer FMS knob, and valid your choice by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
A checklist may have more than one page, to navigate into the pages select NEXT or PREVIOUS and validate by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
To exit a checklist, or selection of checklist, just press the CLR button.&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|User guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_installation_guide&amp;diff=126770</id>
		<title>User:Zakharov/zkv1000 installation guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_installation_guide&amp;diff=126770"/>
		<updated>2020-08-07T12:01:00Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: complete instructions for installation with last updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
[[Image:Nasallogo3.png|link=Nasal]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[[Image:Tutorialready.png|link=Tutorials]]&lt;br /&gt;
[[Image:Checklistready.png|link=Aircraft Checklists]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Get the sources ==&lt;br /&gt;
the whole zkv1000 can be retrieved from &amp;lt;tt&amp;gt;https://seb.lautre.net/git/seb/zkv1000&amp;lt;/tt&amp;gt;. You will have the choice with different ways  (git, zip or tar.gz).&lt;br /&gt;
&lt;br /&gt;
You have the choice of the destination of the source (in order of recommandation)&lt;br /&gt;
# in &amp;lt;tt&amp;gt;$FGHOME/Aircraft/Instruments-3d&amp;lt;/tt&amp;gt;&lt;br /&gt;
# in your aircraft directory&lt;br /&gt;
# in &amp;lt;tt&amp;gt;$FGDATA/Aircraft/Instruments-3d&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We'll refer to the zkv1000 installation directory as &amp;lt;tt&amp;gt;$ZKV1000&amp;lt;/tt&amp;gt; later in this document&lt;br /&gt;
&lt;br /&gt;
== Installation in the cockpit ==&lt;br /&gt;
The glass cockpit and the material around are included in the sources, but you can provide yours. Please see the advanced installation below.&lt;br /&gt;
&lt;br /&gt;
The zkv1000 provides files in order to let you choose if you want a PFD, a MFP, both of them, or two PFDs and one PFD.&lt;br /&gt;
&lt;br /&gt;
So the installation depends on what you want. Place in your cockpit the following files in the XML definition files of your aircraft&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Configuration !! Files needed&lt;br /&gt;
|-&lt;br /&gt;
| PFD only || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MFD only || &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 1 PFD + 1 MFD || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 PFD + 1 MFD || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/pfd-copilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Here's an example from the Lancair 235, configuration with a PFD in front of the pilot's seat and a MFD between the pilot's seat and the copilot's seat, a bit inclinated in direction of the pilot. These lines take place in the dedicated file about the cockpit definition.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;model&amp;gt;&lt;br /&gt;
    &amp;lt;path&amp;gt;Aircraft/Instruments-3d/zkv1000/pfd-pilot.xml&amp;lt;/path&amp;gt;&lt;br /&gt;
    &amp;lt;offsets&amp;gt;&lt;br /&gt;
      &amp;lt;x-m&amp;gt; -0.023 &amp;lt;/x-m&amp;gt;&lt;br /&gt;
      &amp;lt;y-m&amp;gt; -0.235 &amp;lt;/y-m&amp;gt;&lt;br /&gt;
      &amp;lt;z-m&amp;gt; -0.028 &amp;lt;/z-m&amp;gt;&lt;br /&gt;
    &amp;lt;/offsets&amp;gt;&lt;br /&gt;
  &amp;lt;/model&amp;gt;&lt;br /&gt;
  &amp;lt;model&amp;gt;&lt;br /&gt;
    &amp;lt;path&amp;gt;Aircraft/Instruments-3d/zkv1000/mfd.xml&amp;lt;/path&amp;gt;&lt;br /&gt;
    &amp;lt;offsets&amp;gt;&lt;br /&gt;
      &amp;lt;x-m&amp;gt; 0.03 &amp;lt;/x-m&amp;gt;&lt;br /&gt;
      &amp;lt;y-m&amp;gt;  0.06 &amp;lt;/y-m&amp;gt;&lt;br /&gt;
      &amp;lt;z-m&amp;gt; -0.028 &amp;lt;/z-m&amp;gt;&lt;br /&gt;
      &amp;lt;heading-deg&amp;gt; -15 &amp;lt;/heading-deg&amp;gt;&lt;br /&gt;
    &amp;lt;/offsets&amp;gt;&lt;br /&gt;
  &amp;lt;/model&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== make it work ==&lt;br /&gt;
Once your device is installed in your cockpit you may tell FligthGear where to find the underlying Nasal code. This is done in the &amp;lt;nasal&amp;gt; section of your aircraft definition. Obviously this is one of the manadatory step and value, the Nasal namespace '''must''' be zkv1000.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;zkv1000&amp;gt;&lt;br /&gt;
      &amp;lt;file&amp;gt;Aircraft/Instruments-3d/zkv1000/zkv1000.nas&amp;lt;/file&amp;gt;&lt;br /&gt;
    &amp;lt;/zkv1000&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You have other options you can pass to the device in the &amp;lt;instrumentation&amp;gt; section of your aircraft definition&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;instrumentation&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
    &amp;lt;zkv1000&amp;gt;&lt;br /&gt;
      &amp;lt;alerts&amp;gt;&lt;br /&gt;
        &amp;lt;Vx&amp;gt;15&amp;lt;/Vx&amp;gt;&lt;br /&gt;
        &amp;lt;Vy&amp;gt;110&amp;lt;/Vy&amp;gt;&lt;br /&gt;
        &amp;lt;Vr&amp;gt;65&amp;lt;/Vr&amp;gt;&lt;br /&gt;
        &amp;lt;Vglide&amp;gt;80&amp;lt;/Vglide&amp;gt;&lt;br /&gt;
        &amp;lt;stall-aoa&amp;gt;12&amp;lt;/stall-aoa&amp;gt;&lt;br /&gt;
        &amp;lt;approach-aoa&amp;gt;4&amp;lt;/approach-aoa&amp;gt;&lt;br /&gt;
      &amp;lt;/alerts&amp;gt;&lt;br /&gt;
      &amp;lt;eis&amp;gt;&lt;br /&gt;
        &amp;lt;type&amp;gt;single-prop&amp;lt;/type&amp;gt;&lt;br /&gt;
      &amp;lt;/eis&amp;gt;&lt;br /&gt;
    &amp;lt;/zkv1000&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
  &amp;lt;/instrumentation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The available options are&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Category !! Option !! Meaning !! Values&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | &amp;lt;tt&amp;gt;alerts&amp;lt;/tt&amp;gt; || &amp;lt;tt&amp;gt;V''speed''&amp;lt;/tt&amp;gt; || default [https://en.wikipedia.org/wiki/V_speeds V-speed] speed, displayed with a mark in the PFD's speed tape identified by the text after the uppercase V (Vfoobar, Vx, Vglide, etc.), no default value || a number in '''knots''', it can be modified by user using zkv1000 UI '''except for &amp;lt;tt&amp;gt;Vne&amp;lt;/tt&amp;gt;''', no default value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;stall-aoa&amp;lt;/tt&amp;gt; || The stalling angle of attack, if defined it is displayed in AOA widget || rowspan=&amp;quot;2&amp;quot; | a number in degrees&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;approach-aoa&amp;lt;/tt&amp;gt; || The expected angle of attack at approach phase, if defined it is displayed in AOA widget&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;warnings&amp;lt;/tt&amp;gt; || colspan=&amp;quot;2&amp;quot; | Set of as simple as possible Nasal scripts to use the internal alerts system, internally the message identifies the alert so be careful not to use the same message for two different warnings.&lt;br /&gt;
&lt;br /&gt;
Indexing the warning space can be useful if some property has to be modified like message or level, letting you use only one definition of a kind of alert with multiple levels and messages.&lt;br /&gt;
&lt;br /&gt;
There are 3 alerts levels: &amp;lt;tt&amp;gt;0&amp;lt;/tt&amp;gt; (information), &amp;lt;tt&amp;gt;1&amp;lt;/tt&amp;gt; (warning), and higher values (begins with &amp;lt;tt&amp;gt;2&amp;lt;/tt&amp;gt;, decimal allowed) for really important alerts. The UI will sort the alerts in descendant order (highest level first).&lt;br /&gt;
&lt;br /&gt;
Only the triggered alerts are shown (i.e return &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
An example may help a bit&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;warnings&amp;gt;&lt;br /&gt;
  &amp;lt;warning n=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;script&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;
      var severity = getprop('/environment/icing/icing-severity');&lt;br /&gt;
      if (severity) {&lt;br /&gt;
        setprop('/instrumentation/zkv1000/alerts/warnings/warning/level', severity);&lt;br /&gt;
        setprop('/instrumentation/zkv1000/alerts/warnings/warning/message', &lt;br /&gt;
            sprintf('%s ICING CONDITIONS', string.uc(getprop('/environment/icing/icing-severity-name'))));&lt;br /&gt;
      }&lt;br /&gt;
      return severity;&lt;br /&gt;
    ]]&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
    &amp;lt;level&amp;gt;0&amp;lt;/level&amp;gt;                    &amp;lt;!-- set by script --&amp;gt;&lt;br /&gt;
    &amp;lt;message&amp;gt;icing conditions&amp;lt;/message&amp;gt; &amp;lt;!-- set by script --&amp;gt;&lt;br /&gt;
  &amp;lt;/warning&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;warning n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;script&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;
      getprop('/consumables/deice') / (getprop('/controls/deice/mode')+2) &amp;lt; 100;&lt;br /&gt;
    ]]&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
    &amp;lt;level&amp;gt;1&amp;lt;/level&amp;gt;&lt;br /&gt;
    &amp;lt;message&amp;gt;deice liquid low&amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/warning&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/warnings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;eis&amp;lt;/tt&amp;gt; || &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;file&amp;lt;/tt&amp;gt; || the type of EIS on MFD only, defaults to none || &amp;quot;none&amp;quot; means... none, the other possible values are the nasal definitions of file as in &amp;lt;tt&amp;gt;$ZKV1000/Nasal/eis&amp;lt;/tt&amp;gt; (without the .nas extension) or the relative path to your definition specific to your aircarft&lt;br /&gt;
|}&lt;br /&gt;
More options to come...&lt;br /&gt;
&lt;br /&gt;
The zkv1000 Nasal code is loaded at the end of the FDM initialization. Knowing that if you want to automagically switch on the zkv1000 there is a function named &amp;lt;code&amp;gt;zkv1000.powerOn()&amp;lt;/code&amp;gt;, otherwise there is a predefined multikey {{key press|:}}{{key press|z}}{{key press|o}} witch will call the &amp;lt;tt&amp;gt;powerOn()&amp;lt;/tt&amp;gt; function.&lt;br /&gt;
&lt;br /&gt;
This should work and you and your aircraft's users should enjoy the instrument :)&lt;br /&gt;
== Advanced installation ==&lt;br /&gt;
You may want to use your own 3D objects, this is not a problem.&lt;br /&gt;
&lt;br /&gt;
Each component of the zkv1000 is created at the power on if a property exists : &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/status&amp;lt;/code&amp;gt; in wich &amp;lt;tt&amp;gt;NAME&amp;lt;/tt&amp;gt; is a string with the pattern: &amp;lt;code&amp;gt;(MFD|PFD)[optional identifier]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there are 3 optional properties useful to create your own device (only &amp;lt;tt&amp;gt;screen-object&amp;lt;/tt&amp;gt; is available for now)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Role&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-object&amp;lt;/code&amp;gt; || The name of the 3D object&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-view&amp;lt;/code&amp;gt; || N/A The size of the view in Canvas context (defaults to &amp;lt;tt&amp;gt;[1024, 768]&amp;lt;/tt&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-size&amp;lt;/code&amp;gt; || N/A The value of the Canvas size (defaults to &amp;lt;tt&amp;gt;[1280, 1280]&amp;lt;/tt&amp;gt;), this value should be a square and large enough to allow rotation of the view without a not included pixel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;tt&amp;gt;zkv1000&amp;lt;/tt&amp;gt; namespace API specific for one component will be available by the &amp;lt;tt&amp;gt;NAME&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;zkv1000.flightdeck['PFD-example'].knobs.FmsInner(...)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== API ===&lt;br /&gt;
==== softkeys ====&lt;br /&gt;
There are 12 softkeys, related to the twelve boxes along the bottom of the zkv1000 screen.&lt;br /&gt;
They are accesible via the Class &amp;lt;tt&amp;gt;softkeys&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;tt&amp;gt;SoftKey(number, pressed)&amp;lt;/tt&amp;gt; =====&lt;br /&gt;
arguments:&lt;br /&gt;
  * number: the number of the softkey, from 0 on the left-side, to 11 at the most right&lt;br /&gt;
  * pressed: if the button is being pressed (1) or released (0), actually only pressed status is usable&lt;br /&gt;
&lt;br /&gt;
==== buttons ====&lt;br /&gt;
.buttons.FMS&lt;br /&gt;
.buttons.ENT&lt;br /&gt;
.buttons.CLR&lt;br /&gt;
.buttons.PROC&lt;br /&gt;
.buttons.FPL&lt;br /&gt;
.buttons.MENU&lt;br /&gt;
.buttons.DirectTo&lt;br /&gt;
.buttons.PAN&lt;br /&gt;
.buttons.AsSwitchCOM&lt;br /&gt;
.buttons.AsSwitchNAV&lt;br /&gt;
.buttons.ALT&lt;br /&gt;
&lt;br /&gt;
==== knobs ====&lt;br /&gt;
===== .knobs.FmsOuter(direction) =====&lt;br /&gt;
takes one argument which is the direction of the turn: &amp;lt;tt&amp;gt;cmdarg().getNode('offset').getValue()&amp;lt;/tt&amp;gt;&lt;br /&gt;
===== .knobs.knobs.FmsInner(direction) ===== &lt;br /&gt;
takes one argument which is the direction of the turn: &amp;lt;tt&amp;gt;cmdarg().getNode('offset').getValue()&amp;lt;/tt&amp;gt;&lt;br /&gt;
===== .knobs.display.updateNAV({set:1}) =====&lt;br /&gt;
set the value for standby frequency for the selected NAV radio&lt;br /&gt;
===== .knobs.display.updateNAV({refresh:1|2}) =====&lt;br /&gt;
===== .knobs.display.updateCOMM({set:1}) ===== &lt;br /&gt;
set the value for standby frequency for the selected COMM radio&lt;br /&gt;
===== .knobs.display.updateCOMM({refresh:1|2}) =====&lt;br /&gt;
===== .knobs.display.updateHDG() ===== &lt;br /&gt;
no argument, just refresh the HDG display when the knob is used&lt;br /&gt;
===== .knobs.display.updateCRS() ===== &lt;br /&gt;
no argument, just refresh the CRS display when the knob is used&lt;br /&gt;
===== .knobs.display.updateALT() ===== &lt;br /&gt;
no argument, just refresh the ALT display when the knob is used&lt;br /&gt;
===== .knobs.display.updateBARO() ===== &lt;br /&gt;
no argument, just refresh the BARO display when the knob is used&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|Installation guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=125788</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=125788"/>
		<updated>2020-06-19T10:01:32Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively '''not''' an exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are in a sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&lt;br /&gt;
Available entry is LightBlue on Black&lt;br /&gt;
Unavailable entry is White on Black&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Primary Flight Display ==&lt;br /&gt;
You just jumped into your Aircraft, depending of the scenario for it you may need to switch up electric system or some button(s) to get the zkv1000 up. Please refer to the aircraft manual.&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots or km/h, the unit is refered as speed init later in this documentation. You can modify the speed unit by the dedicated window.&lt;br /&gt;
The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are displayed with 10 speed units interval, minor ticks at 5 speed units interval. The trend can show up to 1000 speed units. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 speed units).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references (value and display, except Vne) as described later in this document&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed, in the same unit than IAS&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet or meters, the unit is refered as altitude unit later in this documentation. The altitude can show from -990 to 99990 altitude units. The black pointer shows the current indicated altitude (determined from the air pressure), 20 altitude units graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300 altitude units.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg or hPa, which is refered as pressure unit later in this documentation. The pressure unit can be modified to hPa or inHg quickly by using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; UNITS&amp;lt;/code&amp;gt; and press &amp;lt;code&amp;gt;INHG&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;HPA&amp;lt;/code&amp;gt;&lt;br /&gt;
{{note|It won't be saved this way for another session. To save it see the zkv1000 settings part in this documentation}}&lt;br /&gt;
The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 altitude unit range a black box indicates the selected altitude above the altitude tape. This box disappears when the indicated altitude is +/- 100 altitude unit of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min or m/min refered as vertical speed units later in this documentation. Minor ticks are displayed every 500 vertical speed units.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 vertical speed units precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 vertical speed units the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
The HSI displays a rotating compass card in a heading-up orientation. Letters indicate the cardinal points and numeric labels occur every 30°.&amp;lt;br&amp;gt;&lt;br /&gt;
Major tick marks are at 10° intervals and minor tick marks at 5° intervals.&amp;lt;br&amp;gt;&lt;br /&gt;
A digital reading of the current heading appears on top of the HSI.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Course Deviation Indicator ====&lt;br /&gt;
The HSI contains a Course Deviation Indicator (CDI) with course pointer, TO/FROM indication and a sliding deviation bar.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS, VOR1 and LOC1 have single line arrow, while VOR2 have two lines arrow.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS CDI is available only if a course has been set via the route manager, VOR and LOC show arrow when the active NAVAID is received.&lt;br /&gt;
&lt;br /&gt;
==== Adjust heading ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;HDG&amp;lt;/code&amp;gt; knob to adjust the heading, doing so the heading bug will be positionned along the compass.&amp;lt;br&amp;gt;&lt;br /&gt;
A window showing the desired heading is shown for 3 seconds.&lt;br /&gt;
==== Adjust selected course ====&lt;br /&gt;
Select the corresponding GPS, NAV1 or NAV2 display by pressing the CDI softkey, then turn the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob to adjust the desired course for VOR.&amp;lt;br&amp;gt; Unless you aren't in OBS mode you cannot change the course for GPS. To do so, select GPS by pressing &amp;lt;code&amp;gt;CDI&amp;lt;/code&amp;gt; softkey, then &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; softkey is displayed as available. To enter in OBS mode, press the &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; softkey, now you can adjust course by turning the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob.&lt;br /&gt;
&lt;br /&gt;
== Set your zkv1000 preferences ==&lt;br /&gt;
Press the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button, a window appears with settings. Navigate into the available settings by turning the outter FMS knob. The inner FMS knob changes the selected setting.&amp;lt;br&amp;gt;To quit and save changes press &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt;.&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
You can adjust the luminosity of the whole device (PFD and MFD). Select the first entry &amp;lt;code&amp;gt;Brightness&amp;lt;/code&amp;gt; and turn the inner FMS knob to increase or decrease brightness (from 0% to 100%). This setting isn't saved from a session to another.&lt;br /&gt;
=== Device lights ===&lt;br /&gt;
For a night flight you may need to change the device enlightment. With outter FMS knob, select the entry in front of &amp;lt;code&amp;gt;Light&amp;lt;/code&amp;gt;. With the inner FMS knob select the device light level to fit your need from 0 (lights off) to 3 (lights very bright). This setting isn't saved from a session to another.&lt;br /&gt;
=== Units ===&lt;br /&gt;
Select the unit domain ou want to change with outter FMS knob, and select the unit with the inner knob. Once choosen, apply the change by pressing the &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Quit the window with the button &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt;, the settings will be saved for future session. The settings are only for that aircraft, so if you use another aircraft you have to set to fit your needs again.&amp;lt;br&amp;gt;&lt;br /&gt;
The unit will be used everywhere on the zkv1000, MFD and PFD, and all corresponding data will be displayed in the unit set here.&amp;lt;br&amp;gt;&lt;br /&gt;
Here is the list of available domains and their units, at the time of writting:&lt;br /&gt;
* Pressure: inHg or hPa&lt;br /&gt;
* Altitude: feet or meters&lt;br /&gt;
* Distance: NM (nautic miles) or km (kilometers)&lt;br /&gt;
* Speed: KT (knots) or km/h (kilometers per hour)&lt;br /&gt;
* Vert. Speed (for Vertical speed): ft/min or m/min&lt;br /&gt;
* Temperat. (for Temperature): F (Fahrenheit) or °C (degrees Celsius)&lt;br /&gt;
* Volume: L (liters), M3 (cube meter) or GAL (US gal)&lt;br /&gt;
&amp;lt;note&amp;gt;It is possible to quickly set the pressure setting from the &amp;lt;code&amp;gt;PFD &amp;gt; UNITS&amp;lt;/code&amp;gt; softkeys sequence&amp;lt;/note&amp;gt;&lt;br /&gt;
=== Time ===&lt;br /&gt;
The default displayed time is GMT. You may want to display time in UTC, LCL (local, dependant of your aircraft location), or RL (Real Life, the time of your computer). This setting isn't saved from a session to another.&lt;br /&gt;
&lt;br /&gt;
== check and adapt Vspeeds references ==&lt;br /&gt;
You may check the Vspeed references for your aircraft (if any). Press &amp;lt;code&amp;gt;TMR/REF&amp;lt;/code&amp;gt; softkey. A window is now displayed presenting a timer, eventually Vspeeds if they are set, and minimums settings (which isn't used at the time of writing).&amp;lt;br&amp;gt;&lt;br /&gt;
Turn the outter FMS knob to select successively the displayed Vspeed. 3 are shown but the list may be longer so continue until you reach the minimums settings.&amp;lt;br&amp;gt;&lt;br /&gt;
You can modify the Vspeed reference by turning the inner knob to adapt it at your situation (altitude, temperature, weight, etc.)&lt;br /&gt;
&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&lt;br /&gt;
&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
By default the navaids around the aircraft are shown on the map (airports, VOR &amp;amp; TACAN, NDB)&lt;br /&gt;
===== Nearest Navaids =====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
By turning the MFD Outer FMS knob you enter in menu system, turn the Outer FMS knob to select the NRST page. The available nearest navaids searches are in light-blue chars, the grey entries aren't available for now.&lt;br /&gt;
&lt;br /&gt;
As the day of writing, here are the available searches:&lt;br /&gt;
* NEAREST AIRPORTS&lt;br /&gt;
* NEAREST INTERSECTIONS&lt;br /&gt;
* NEAREST NDB&lt;br /&gt;
* NEAREST VOR&lt;br /&gt;
&lt;br /&gt;
Select the desired search by turning the Inner FMS knob, and validate your choice by pressing the ENT button. The navaids available in a range of 100NM are listed, one by line, the second line contains the distance and course from the aircraft to the navaids. You can select by turning the Inner FMS knob and validate your choice by pressing the ENT button.&lt;br /&gt;
&lt;br /&gt;
You can have information about the selected navaid by pressing the ENT button.&lt;br /&gt;
For radios navaids it include frequencies, coordinates, complete name, eventually range if the data is available.&lt;br /&gt;
For airports the information include name, coordinates, frequencies, runways (eventually with ILS frequencies)&lt;br /&gt;
&lt;br /&gt;
In near future it will be possible to compute a DTO, or include the navaid in an existing flightplan, but for now these features aren't yet released...&lt;br /&gt;
&lt;br /&gt;
The scrolling feature isn't really well managed, and there are some nasty things displayed, but a go-to-bottom then go-up correct it in most of the cases&lt;br /&gt;
&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
==== Set screen brightness and body lighting ====&lt;br /&gt;
(screenshots to come one as soon as the highlighting system has been repaired)&lt;br /&gt;
&lt;br /&gt;
On PFD without other windows opened, click on MENU key in order to make the System Settings windows displayed. You can use Inner FMS knob to adjust the brightness of the screen percent by percent from 0% which is very low, to 100% which is adapted to very shiny conditions.&lt;br /&gt;
&lt;br /&gt;
During night, you can also make the ZKV1000 body being lighted (keys, softkeys and knobs descriptions). To do so, select the Light using Outer FMS knob, and adjust the lighting with the INner FMS knob. There are four level, from 0 which is light off, to 3 which is very luminous. Adjust to the level you are the most comfortable.&lt;br /&gt;
&lt;br /&gt;
Using MENU or CLR key close the window.&lt;br /&gt;
&lt;br /&gt;
The settings aren't stored for future flight sessions&lt;br /&gt;
&lt;br /&gt;
==== Checklists ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
If the aircraft provides checklists, they can be visualized directly on the MFD.&lt;br /&gt;
&lt;br /&gt;
To show checklists, press the softkey CHKLIST (which is available only if aircraft has at least one checklist). The checklists are divided into two groups:&lt;br /&gt;
* emergency checklists&lt;br /&gt;
* all the others&lt;br /&gt;
&lt;br /&gt;
The emergency checklists are accessible by pressing the EMERGCY softkey. This will present a list of checklist if there are multiple checklists, or directly the emergency playlist if there is only one.&lt;br /&gt;
&lt;br /&gt;
The other checklists may be divided by groups of checklists, in this case the group are shown then you can select using Inner or Outer FMS knob the desired group of chekclists, valid your choice by pressing the ENT button. Then another list will be displayed then you can select the desired checklist with Outer or Inner FMS knob, and valid your choice by pressing the ENT button. If there is no groups of checklists, the list of available non-emergency checklists are displayed. Select by using Inner or Outer FMS knob, and valid your choice by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
A checklist may have more than one page, to navigate into the pages select NEXT or PREVIOUS and validate by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
To exit a checklist, or selection of checklist, just press the CLR button.&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|User guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124418</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124418"/>
		<updated>2020-04-30T15:38:12Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively '''not''' an exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are in a sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
The HSI displays a rotating compass card in a heading-up orientation. Letters indicate the cardinal points and numeric labels occur every 30°.&amp;lt;br&amp;gt;&lt;br /&gt;
Major tick marks are at 10° intervals and minor tick marks at 5° intervals.&amp;lt;br&amp;gt;&lt;br /&gt;
A digital reading of the current heading appears on top of the HSI, and the current track is represented on the HSI by a magenta diamond bug.&amp;lt;br&amp;gt;&lt;br /&gt;
The HSI also presents turn rate, course deviation, bearing, and navigation source information.&lt;br /&gt;
&lt;br /&gt;
==== Course Deviation Indicator ====&lt;br /&gt;
The HSI contains a Course Deviation Indicator (CDI) with course pointer, TO/FROM indication and a sliding deviation bar.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS, VOR1 and LOC1 have single line arrow, while VOR2 and LOC2 have two lines arrow.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS CDI is available only if a course has been set via the route manager, VOR and LOC show arrow when the active NAVAID is received.&lt;br /&gt;
&lt;br /&gt;
==== Adjust heading ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;HDG&amp;lt;/code&amp;gt; knob to adjust the heading, doing so the heading bug will be positionned along the compass.&amp;lt;br&amp;gt;&lt;br /&gt;
A window showing the desired heading is shown for 3 seconds.&lt;br /&gt;
==== Adjust selected course ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob to adjust the desired course for VOR and LOC&lt;br /&gt;
&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
By default the navaids around the aircraft are shown on the map (airports, VOR &amp;amp; TACAN, NDB)&lt;br /&gt;
===== Nearest Navaids =====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
By turning the MFD Outer FMS knob you enter in menu system, turn the Outer FMS knob to select the NRST page. The available nearest navaids searches are in light-blue chars, the grey entries aren't available for now.&lt;br /&gt;
&lt;br /&gt;
As the day of writing, here are the available searches:&lt;br /&gt;
* NEAREST AIRPORTS&lt;br /&gt;
* NEAREST INTERSECTIONS&lt;br /&gt;
* NEAREST NDB&lt;br /&gt;
* NEAREST VOR&lt;br /&gt;
&lt;br /&gt;
Select the desired search by turning the Inner FMS knob, and validate your choice by pressing the ENT button. The navaids available in a range of 100NM are listed, one by line, the second line contains the distance and course from the aircraft to the navaids. You can select by turning the Inner FMS knob and validate your choice by pressing the ENT button.&lt;br /&gt;
&lt;br /&gt;
You can have information about the selected navaid by pressing the ENT button.&lt;br /&gt;
For radios navaids it include frequencies, coordinates, complete name, eventually range if the data is available.&lt;br /&gt;
For airports the information include name, coordinates, frequencies, runways (eventually with ILS frequencies)&lt;br /&gt;
&lt;br /&gt;
In near future it will be possible to compute a DTO, or include the navaid in an existing flightplan, but for now these features aren't yet released...&lt;br /&gt;
&lt;br /&gt;
The scrolling feature isn't really well managed, and there are some nasty things displayed, but a go-to-bottom then go-up correct it in most of the cases&lt;br /&gt;
&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
==== Set screen brightness and body lighting ====&lt;br /&gt;
(screenshots to come one as soon as the highlighting system has been repaired)&lt;br /&gt;
&lt;br /&gt;
On PFD without other windows opened, click on MENU key in order to make the System Settings windows displayed. You can use Inner FMS knob to adjust the brightness of the screen percent by percent from 0% which is very low, to 100% which is adapted to very shiny conditions.&lt;br /&gt;
&lt;br /&gt;
During night, you can also make the ZKV1000 body being lighted (keys, softkeys and knobs descriptions). To do so, select the Light using Outer FMS knob, and adjust the lighting with the INner FMS knob. There are four level, from 0 which is light off, to 3 which is very luminous. Adjust to the level you are the most comfortable.&lt;br /&gt;
&lt;br /&gt;
Using MENU or CLR key close the window.&lt;br /&gt;
&lt;br /&gt;
The settings aren't stored for future flight sessions&lt;br /&gt;
&lt;br /&gt;
==== Checklists ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
If the aircraft provides checklists, they can be visualized directly on the MFD.&lt;br /&gt;
&lt;br /&gt;
To show checklists, press the softkey CHKLIST (which is available only if aircraft has at least one checklist). The checklists are divided into two groups:&lt;br /&gt;
* emergency checklists&lt;br /&gt;
* all the others&lt;br /&gt;
&lt;br /&gt;
The emergency checklists are accessible by pressing the EMERGCY softkey. This will present a list of checklist if there are multiple checklists, or directly the emergency playlist if there is only one.&lt;br /&gt;
&lt;br /&gt;
The other checklists may be divided by groups of checklists, in this case the group are shown then you can select using Inner or Outer FMS knob the desired group of chekclists, valid your choice by pressing the ENT button. Then another list will be displayed then you can select the desired checklist with Outer or Inner FMS knob, and valid your choice by pressing the ENT button. If there is no groups of checklists, the list of available non-emergency checklists are displayed. Select by using Inner or Outer FMS knob, and valid your choice by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
A checklist may have more than one page, to navigate into the pages select NEXT or PREVIOUS and validate by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
To exit a checklist, or selection of checklist, just press the CLR button.&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|User guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124417</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124417"/>
		<updated>2020-04-30T15:34:46Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* NavAids */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
The HSI displays a rotating compass card in a heading-up orientation. Letters indicate the cardinal points and numeric labels occur every 30°.&amp;lt;br&amp;gt;&lt;br /&gt;
Major tick marks are at 10° intervals and minor tick marks at 5° intervals.&amp;lt;br&amp;gt;&lt;br /&gt;
A digital reading of the current heading appears on top of the HSI, and the current track is represented on the HSI by a magenta diamond bug.&amp;lt;br&amp;gt;&lt;br /&gt;
The HSI also presents turn rate, course deviation, bearing, and navigation source information.&lt;br /&gt;
&lt;br /&gt;
==== Course Deviation Indicator ====&lt;br /&gt;
The HSI contains a Course Deviation Indicator (CDI) with course pointer, TO/FROM indication and a sliding deviation bar.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS, VOR1 and LOC1 have single line arrow, while VOR2 and LOC2 have two lines arrow.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS CDI is available only if a course has been set via the route manager, VOR and LOC show arrow when the active NAVAID is received.&lt;br /&gt;
&lt;br /&gt;
==== Adjust heading ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;HDG&amp;lt;/code&amp;gt; knob to adjust the heading, doing so the heading bug will be positionned along the compass.&amp;lt;br&amp;gt;&lt;br /&gt;
A window showing the desired heading is shown for 3 seconds.&lt;br /&gt;
==== Adjust selected course ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob to adjust the desired course for VOR and LOC&lt;br /&gt;
&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
By default the navaids around the aircraft are shown on the map (airports, VOR &amp;amp; TACAN, NDB)&lt;br /&gt;
===== Nearest Navaids =====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
By turning the MFD Outer FMS knob you enter in menu system, turn the Outer FMS knob to select the NRST page. The available nearest navaids searches are in light-blue chars, the grey entries aren't available for now.&lt;br /&gt;
&lt;br /&gt;
As the day of writing, here are the available searches:&lt;br /&gt;
* NEAREST AIRPORTS&lt;br /&gt;
* NEAREST INTERSECTIONS&lt;br /&gt;
* NEAREST NDB&lt;br /&gt;
* NEAREST VOR&lt;br /&gt;
&lt;br /&gt;
Select the desired search by turning the Inner FMS knob, and validate your choice by pressing the ENT button. The navaids available in a range of 100NM are listed, one by line, the second line contains the distance and course from the aircraft to the navaids. You can select by turning the Inner FMS knob and validate your choice by pressing the ENT button.&lt;br /&gt;
&lt;br /&gt;
You can have information about the selected navaid by pressing the ENT button.&lt;br /&gt;
For radios navaids it include frequencies, coordinates, complete name, eventually range if the data is available.&lt;br /&gt;
For airports the information include name, coordinates, frequencies, runways (eventually with ILS frequencies)&lt;br /&gt;
&lt;br /&gt;
In near future it will be possible to compute a DTO, or include the navaid in an existing flightplan, but for now these features aren't yet released...&lt;br /&gt;
&lt;br /&gt;
The scrolling feature isn't really well managed, and there are some nasty things displayed, but a go-to-bottom then go-up correct it in most of the cases&lt;br /&gt;
&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
==== Set screen brightness and body lighting ====&lt;br /&gt;
(screenshots to come one as soon as the highlighting system has been repaired)&lt;br /&gt;
&lt;br /&gt;
On PFD without other windows opened, click on MENU key in order to make the System Settings windows displayed. You can use Inner FMS knob to adjust the brightness of the screen percent by percent from 0% which is very low, to 100% which is adapted to very shiny conditions.&lt;br /&gt;
&lt;br /&gt;
During night, you can also make the ZKV1000 body being lighted (keys, softkeys and knobs descriptions). To do so, select the Light using Outer FMS knob, and adjust the lighting with the INner FMS knob. There are four level, from 0 which is light off, to 3 which is very luminous. Adjust to the level you are the most comfortable.&lt;br /&gt;
&lt;br /&gt;
Using MENU or CLR key close the window.&lt;br /&gt;
&lt;br /&gt;
The settings aren't stored for future flight sessions&lt;br /&gt;
&lt;br /&gt;
==== Checklists ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
If the aircraft provides checklists, they can be visualized directly on the MFD.&lt;br /&gt;
&lt;br /&gt;
To show checklists, press the softkey CHKLIST (which is available only if aircraft has at least one checklist). The checklists are divided into two groups:&lt;br /&gt;
* emergency checklists&lt;br /&gt;
* all the others&lt;br /&gt;
&lt;br /&gt;
The emergency checklists are accessible by pressing the EMERGCY softkey. This will present a list of checklist if there are multiple checklists, or directly the emergency playlist if there is only one.&lt;br /&gt;
&lt;br /&gt;
The other checklists may be divided by groups of checklists, in this case the group are shown then you can select using Inner or Outer FMS knob the desired group of chekclists, valid your choice by pressing the ENT button. Then another list will be displayed then you can select the desired checklist with Outer or Inner FMS knob, and valid your choice by pressing the ENT button. If there is no groups of checklists, the list of available non-emergency checklists are displayed. Select by using Inner or Outer FMS knob, and valid your choice by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
A checklist may have more than one page, to navigate into the pages select NEXT or PREVIOUS and validate by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
To exit a checklist, or selection of checklist, just press the CLR button.&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|User guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124416</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124416"/>
		<updated>2020-04-30T15:31:25Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
The HSI displays a rotating compass card in a heading-up orientation. Letters indicate the cardinal points and numeric labels occur every 30°.&amp;lt;br&amp;gt;&lt;br /&gt;
Major tick marks are at 10° intervals and minor tick marks at 5° intervals.&amp;lt;br&amp;gt;&lt;br /&gt;
A digital reading of the current heading appears on top of the HSI, and the current track is represented on the HSI by a magenta diamond bug.&amp;lt;br&amp;gt;&lt;br /&gt;
The HSI also presents turn rate, course deviation, bearing, and navigation source information.&lt;br /&gt;
&lt;br /&gt;
==== Course Deviation Indicator ====&lt;br /&gt;
The HSI contains a Course Deviation Indicator (CDI) with course pointer, TO/FROM indication and a sliding deviation bar.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS, VOR1 and LOC1 have single line arrow, while VOR2 and LOC2 have two lines arrow.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS CDI is available only if a course has been set via the route manager, VOR and LOC show arrow when the active NAVAID is received.&lt;br /&gt;
&lt;br /&gt;
==== Adjust heading ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;HDG&amp;lt;/code&amp;gt; knob to adjust the heading, doing so the heading bug will be positionned along the compass.&amp;lt;br&amp;gt;&lt;br /&gt;
A window showing the desired heading is shown for 3 seconds.&lt;br /&gt;
==== Adjust selected course ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob to adjust the desired course for VOR and LOC&lt;br /&gt;
&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
===== Nearest Navaids =====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
By turning the MFD Outer FMS knob you enter in menu system, turn the Outer FMS knob to select the NRST page. The available nearest navaids searches are in light-blue chars, the grey entries aren't available for now.&lt;br /&gt;
&lt;br /&gt;
As the day of writing, here are the available searches:&lt;br /&gt;
* NEAREST AIRPORTS&lt;br /&gt;
* NEAREST INTERSECTIONS&lt;br /&gt;
* NEAREST NDB&lt;br /&gt;
* NEAREST VOR&lt;br /&gt;
&lt;br /&gt;
Select the desired search by turning the Inner FMS knob, and validate your choice by pressing the ENT button. The navaids available in a range of 100NM are listed, one by line, the second line contains the distance and course from the aircraft to the navaids. You can select by turning the Inner FMS knob and validate your choice by pressing the ENT button.&lt;br /&gt;
&lt;br /&gt;
You can have information about the selected navaid by pressing the ENT button.&lt;br /&gt;
For radios navaids it include frequencies, coordinates, complete name, eventually range if the data is available.&lt;br /&gt;
For airports the information include name, coordinates, frequencies, runways (eventually with ILS frequencies)&lt;br /&gt;
&lt;br /&gt;
In near future it will be possible to compute a DTO, or include the navaid in an existing flightplan, but for now these features aren't yet released...&lt;br /&gt;
&lt;br /&gt;
The scrolling feature isn't really well managed, and there are some nasty things displayed, but a go-to-bottom then go-up correct it in most of the cases&lt;br /&gt;
&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
==== Set screen brightness and body lighting ====&lt;br /&gt;
(screenshots to come one as soon as the highlighting system has been repaired)&lt;br /&gt;
&lt;br /&gt;
On PFD without other windows opened, click on MENU key in order to make the System Settings windows displayed. You can use Inner FMS knob to adjust the brightness of the screen percent by percent from 0% which is very low, to 100% which is adapted to very shiny conditions.&lt;br /&gt;
&lt;br /&gt;
During night, you can also make the ZKV1000 body being lighted (keys, softkeys and knobs descriptions). To do so, select the Light using Outer FMS knob, and adjust the lighting with the INner FMS knob. There are four level, from 0 which is light off, to 3 which is very luminous. Adjust to the level you are the most comfortable.&lt;br /&gt;
&lt;br /&gt;
Using MENU or CLR key close the window.&lt;br /&gt;
&lt;br /&gt;
The settings aren't stored for future flight sessions&lt;br /&gt;
&lt;br /&gt;
==== Checklists ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
If the aircraft provides checklists, they can be visualized directly on the MFD.&lt;br /&gt;
&lt;br /&gt;
To show checklists, press the softkey CHKLIST (which is available only if aircraft has at least one checklist). The checklists are divided into two groups:&lt;br /&gt;
* emergency checklists&lt;br /&gt;
* all the others&lt;br /&gt;
&lt;br /&gt;
The emergency checklists are accessible by pressing the EMERGCY softkey. This will present a list of checklist if there are multiple checklists, or directly the emergency playlist if there is only one.&lt;br /&gt;
&lt;br /&gt;
The other checklists may be divided by groups of checklists, in this case the group are shown then you can select using Inner or Outer FMS knob the desired group of chekclists, valid your choice by pressing the ENT button. Then another list will be displayed then you can select the desired checklist with Outer or Inner FMS knob, and valid your choice by pressing the ENT button. If there is no groups of checklists, the list of available non-emergency checklists are displayed. Select by using Inner or Outer FMS knob, and valid your choice by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
A checklist may have more than one page, to navigate into the pages select NEXT or PREVIOUS and validate by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
To exit a checklist, or selection of checklist, just press the CLR button.&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|User guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124415</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124415"/>
		<updated>2020-04-30T15:17:10Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Menus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
The HSI displays a rotating compass card in a heading-up orientation. Letters indicate the cardinal points and numeric labels occur every 30°.&amp;lt;br&amp;gt;&lt;br /&gt;
Major tick marks are at 10° intervals and minor tick marks at 5° intervals.&amp;lt;br&amp;gt;&lt;br /&gt;
A digital reading of the current heading appears on top of the HSI, and the current track is represented on the HSI by a magenta diamond bug.&amp;lt;br&amp;gt;&lt;br /&gt;
The HSI also presents turn rate, course deviation, bearing, and navigation source information.&lt;br /&gt;
&lt;br /&gt;
==== Course Deviation Indicator ====&lt;br /&gt;
The HSI contains a Course Deviation Indicator (CDI) with course pointer, TO/FROM indication and a sliding deviation bar.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS, VOR1 and LOC1 have single line arrow, while VOR2 and LOC2 have two lines arrow.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS CDI is available only if a course has been set via the route manager, VOR and LOC show arrow when the active NAVAID is received.&lt;br /&gt;
&lt;br /&gt;
==== Adjust heading ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;HDG&amp;lt;/code&amp;gt; knob to adjust the heading, doing so the heading bug will be positionned along the compass.&amp;lt;br&amp;gt;&lt;br /&gt;
A window showing the desired heading is shown for 3 seconds.&lt;br /&gt;
==== Adjust selected course ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob to adjust the desired course for VOR and LOC&lt;br /&gt;
&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
==== Set screen brightness and body lighting ====&lt;br /&gt;
(screenshots to come one as soon as the highlighting system has been repaired)&lt;br /&gt;
&lt;br /&gt;
On PFD without other windows opened, click on MENU key in order to make the System Settings windows displayed. You can use Inner FMS knob to adjust the brightness of the screen percent by percent from 0% which is very low, to 100% which is adapted to very shiny conditions.&lt;br /&gt;
&lt;br /&gt;
During night, you can also make the ZKV1000 body being lighted (keys, softkeys and knobs descriptions). To do so, select the Light using Outer FMS knob, and adjust the lighting with the INner FMS knob. There are four level, from 0 which is light off, to 3 which is very luminous. Adjust to the level you are the most comfortable.&lt;br /&gt;
&lt;br /&gt;
Using MENU or CLR key close the window.&lt;br /&gt;
&lt;br /&gt;
The settings aren't stored for future flight sessions&lt;br /&gt;
&lt;br /&gt;
==== Checklists ====&lt;br /&gt;
(screenshots to come as soon as the highlighting system will be repaired)&lt;br /&gt;
&lt;br /&gt;
If the aircraft provides checklists, they can be visualized directly on the MFD.&lt;br /&gt;
&lt;br /&gt;
To show checklists, press the softkey CHKLIST (which is available only if aircraft has at least one checklist). The checklists are divided into two groups:&lt;br /&gt;
* emergency checklists&lt;br /&gt;
* all the others&lt;br /&gt;
&lt;br /&gt;
The emergency checklists are accessible by pressing the EMERGCY softkey. This will present a list of checklist if there are multiple checklists, or directly the emergency playlist if there is only one.&lt;br /&gt;
&lt;br /&gt;
The other checklists may be divided by groups of checklists, in this case the group are shown then you can select using Inner or Outer FMS knob the desired group of chekclists, valid your choice by pressing the ENT button. Then another list will be displayed then you can select the desired checklist with Outer or Inner FMS knob, and valid your choice by pressing the ENT button. If there is no groups of checklists, the list of available non-emergency checklists are displayed. Select by using Inner or Outer FMS knob, and valid your choice by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
A checklist may have more than one page, to navigate into the pages select NEXT or PREVIOUS and validate by pressing ENT button.&lt;br /&gt;
&lt;br /&gt;
To exit a checklist, or selection of checklist, just press the CLR button.&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|User guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124414</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=124414"/>
		<updated>2020-04-30T15:02:03Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Menus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
The HSI displays a rotating compass card in a heading-up orientation. Letters indicate the cardinal points and numeric labels occur every 30°.&amp;lt;br&amp;gt;&lt;br /&gt;
Major tick marks are at 10° intervals and minor tick marks at 5° intervals.&amp;lt;br&amp;gt;&lt;br /&gt;
A digital reading of the current heading appears on top of the HSI, and the current track is represented on the HSI by a magenta diamond bug.&amp;lt;br&amp;gt;&lt;br /&gt;
The HSI also presents turn rate, course deviation, bearing, and navigation source information.&lt;br /&gt;
&lt;br /&gt;
==== Course Deviation Indicator ====&lt;br /&gt;
The HSI contains a Course Deviation Indicator (CDI) with course pointer, TO/FROM indication and a sliding deviation bar.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS, VOR1 and LOC1 have single line arrow, while VOR2 and LOC2 have two lines arrow.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS CDI is available only if a course has been set via the route manager, VOR and LOC show arrow when the active NAVAID is received.&lt;br /&gt;
&lt;br /&gt;
==== Adjust heading ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;HDG&amp;lt;/code&amp;gt; knob to adjust the heading, doing so the heading bug will be positionned along the compass.&amp;lt;br&amp;gt;&lt;br /&gt;
A window showing the desired heading is shown for 3 seconds.&lt;br /&gt;
==== Adjust selected course ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob to adjust the desired course for VOR and LOC&lt;br /&gt;
&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
==== Set screen brightness and body lighting ====&lt;br /&gt;
(screenshots to come one as soon as the highlighting system has been repaired)&lt;br /&gt;
&lt;br /&gt;
On PFD without other windows opened, click on MENU key in order to make the System Settings windows displayed. You can use Inner FMS knob to adjust the brightness of the screen percent by percent from 0% which is very low, to 100% which is adapted to very shiny conditions.&lt;br /&gt;
&lt;br /&gt;
During night, you can also make the ZKV1000 body being lighted (keys, softkeys and knobs descriptions). To do so, select the Light using Outer FMS knob, and adjust the lighting with the INner FMS knob. There are four level, from 0 which is light off, to 3 which is very luminous. Adjust to the level you are the most comfortable.&lt;br /&gt;
&lt;br /&gt;
Using MENU or CLR key close the window.&lt;br /&gt;
&lt;br /&gt;
The settings aren't stored for future flight sessions&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000|User guide]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=Complex_Canvas_avionics&amp;diff=124413</id>
		<title>Complex Canvas avionics</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=Complex_Canvas_avionics&amp;diff=124413"/>
		<updated>2020-04-30T14:49:27Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* How to proceed */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
{{See also|Canvas_News#Moving_map.2FRNAV_discussion}}&lt;br /&gt;
{{FGCquote&lt;br /&gt;
|1= The airspace system is in the process of changing drastically, and I'm following it this summer by finally biting the bullet and installing an IFR GPS (Garmin GTN 650) and ADS-B transponder (Garmin GTX 345) in my Piper Warrior II. What this means that for the first time in the 15 years since I started flying in real life, I won't be able to use FlightGear to practice the IFR approaches I'm flying in real life.&lt;br /&gt;
|2= {{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35924395/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; [Flightgear-devel] RFD: FlightGear and the changing state of air&lt;br /&gt;
 navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; David Megginson &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 3rd, 2017 &lt;br /&gt;
  |added  =  Jul 3rd, 2017 &lt;br /&gt;
  |script_version = 0.39 &lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As of 09/2017, Stuart started making some tentative steps towards a full Garmin G1000 simulation, he started with the excellent xkv1000 as a starting point, particularly for the PFD which very closely mirrors the G1000.&lt;br /&gt;
&lt;br /&gt;
For the MFD he's planning to use the [[Canvas MapStructure]] layers (obviously).&lt;br /&gt;
One area he is going to have to develop is tiled mapping, which the [[MapStructure]] in fgdata doesn't currently support as a layer.  &lt;br /&gt;
&lt;br /&gt;
Stuart's thoughts are:&lt;br /&gt;
&lt;br /&gt;
# Create an OverlayLayer layer with a controller that is analogous to the SymbolLayer, but likely with a simple update method rather than SearchCmd, and no .symbol equivalent&lt;br /&gt;
# Convert the tiled map example from the wiki, but also other layers such as a compass rose, airport diagram, lat/lon grid.&lt;br /&gt;
&lt;br /&gt;
Stuart is currently undecided on how to handle the projection - whether to have the layer itself have to interpret the centerpoint of the map and scale, and then make a projection itself, or to provide it from the Map.  The latter in undoubtably cleaner, but for something like a tiled map he suspects that the management will need to be quite low down the stack.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://forum.flightgear.org/viewtopic.php?p=317013#p317013 &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Canvas G1000 &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; stuart &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Aug 21st, 2017 &lt;br /&gt;
  |added  =  Aug 21st, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Objective ==&lt;br /&gt;
Provide a summary of potential improvements to make the development of complex Canvas-based avionics feasible and better performing.&lt;br /&gt;
&lt;br /&gt;
== Ideas ==&lt;br /&gt;
&lt;br /&gt;
* Integrate Gijs' [[Canvas_Development#Background|projection handling patches]] (see [[Map]] dialog)&lt;br /&gt;
* [[Canvas_Development#Property_I.2FO_observations|reduce/speed up property I/O]]&lt;br /&gt;
* [[Howto:Vectorizing the Nasal setprop() API|Come up with new Nasal APIs for operating on Nasal vectors]] (setpropv/getpropv)&lt;br /&gt;
* [[Canvas_Development#Instancing|Implement support for symbol/element instancing]] (as per James' original comments)&lt;br /&gt;
* Use native C++ code for animation handling instead of dozens of Nasal timers/listeners per element&lt;br /&gt;
* Review Richard's MFD framework to make concepts like &amp;quot;screen&amp;quot;, &amp;quot;page&amp;quot;, &amp;quot;pageElement&amp;quot; first class concepts at the Canvas::Element/Canvas::Group level&lt;br /&gt;
* Equally look at some of the other MFD examples to see if generic building blocks can be extracted&lt;br /&gt;
* state management should probably be handled by the corresponding SimGear state machine code and not tons of custom Nasal code&lt;br /&gt;
* determine what may be missing in terms of new/optimized Canvas elements for special purposes (i.e. best using native C++ code instead of custom Nasal hacks), e.g.:&lt;br /&gt;
** [[Canvas_Sandbox#CanvasPDF|CanvasPDF]] - for EFBs&lt;br /&gt;
** [[Canvas_Sandbox#CanvasModel|Canvas3DModel]] - for visualizing airspaces&lt;br /&gt;
&lt;br /&gt;
== Making an MFD ==&lt;br /&gt;
&lt;br /&gt;
{{FGCquote&lt;br /&gt;
|1= &lt;br /&gt;
Note that this isn't just a matter of throwing up a canvas showing some GPS waypoints and a magenta line. Modern navigators are astoundingly-complex&lt;br /&gt;
devices — probably an order of magnitude more lines of code than FlightGear itself — and even their basic flight planning algorithms and databases (e.g. fly-by waypoints vs fly-over waypoints, open vs closed approach procedures, transitions into RNAV approaches, etc.) are far beyond the scope of anything we've tried, and we'd also need an up-to-date database far more complex than the ones we have now. Once you get to the extra features, like FIS-B weather or TIS-B traffic info over ADS-B, or TAWS (terrain alerting), we're probably in way over our heads trying to emulate even the simplest general-aviation IFR GPS.&lt;br /&gt;
|2= {{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35924395/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; [Flightgear-devel] RFD: FlightGear and the changing state of air&lt;br /&gt;
 navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; David Megginson &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 3rd, 2017 &lt;br /&gt;
  |added  =  Jul 3rd, 2017 &lt;br /&gt;
  |script_version = 0.39 &lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FGCquote&lt;br /&gt;
|1=&lt;br /&gt;
As I tell my students in real life:  Don't get intimidated or hypnotied by the huge number of features. 90% of the value comes from 10% of the features. Actually that's becoming more and more of an understatement. With rare exceptions, you can ignore the features you're not using. This is relevant to FG in the sense that it is not important to implement all the features.  Most can be left out in the short term, and some can be left out forever.&lt;br /&gt;
|2= {{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35924414/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; John Denker &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 3rd, 2017 &lt;br /&gt;
  |added  =  Jul 3rd, 2017 &lt;br /&gt;
  |script_version = 0.39 &lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FGCquote&lt;br /&gt;
|1= I think there has been some development in this area for some time, but it's not clear how complete it is in terms of going beyond a PFD displaying basic flight information digitally.&lt;br /&gt;
For example zakharov on the forum has been developing a Garmin G1000 clone called the zkv1000:&lt;br /&gt;
https://forum.flightgear.org/viewtopic.php?f=14&amp;amp;t=32056&lt;br /&gt;
&lt;br /&gt;
The DA-42 model uses some form of G1000 as well - which may be an older version of the zkv1000.&lt;br /&gt;
&lt;br /&gt;
I agree that this is something we need to address, as our GA aircraft will otherwise become more and more old-fashioned.&lt;br /&gt;
&lt;br /&gt;
I'm more optimistic than David - I think we do have the capability to write this - for example just look at the complexity of the Shuttle model.&lt;br /&gt;
|2= {{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35925226/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Stuart Buchanan &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 3rd, 2017 &lt;br /&gt;
  |added  =  Jul 3rd, 2017 &lt;br /&gt;
  |script_version = 0.39 &lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Navigation data ==&lt;br /&gt;
There's no public-domain source right now, so we'll have to make it happen somehow.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927346/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; David Megginson &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
we need some better data sources, especially with direct routing replacing airways in many areas, and having airspace data would help the map displays, but the current API is specifically designed to support G430, G1000 and similar class devices. Adding RNAV approaches is eminently doable, see the the RNavController base class which the GPS/FMS layer uses to allow new waypoint / route segments to define how they are flown and drive CDIs &amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927598/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; James Turner &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
According to the Route Manager wiki page, we already have support for SID/STAR data provided from Navigraph, which is released on the AIRAC cycle, and costs a pretty small amount (9 EUR for a single download of FMS data, or 90 EUR per year) Given the relatively low cost, I don't think that we as an organiation want to get into trying to digitize data ourselves just to make it open-source or public domain. Particularly given the low cost of a download. We might want to digitize the STAR/SIDs for the default airport with each release so there are some approaches available for those who don't want to purchase the data. &amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927426/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Stuart Buchanan &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The G1000 &amp;amp; Canvas ==&lt;br /&gt;
Here's the list of main pages and how they would map: &lt;br /&gt;
# Map - We already have mapping solutions, and the canvas one would seem to get most of the way there &lt;br /&gt;
# Traffic - Again, we've already got AI objects displayed on in-sim maps, so this is done &lt;br /&gt;
# Terrain - Slightly trickier. Depending on the resolution required, we could do some terrain sampling and colour a canvas? &lt;br /&gt;
# Weather - This looks much more challenging. Not sure if we could do this. &lt;br /&gt;
# Default Nav - this is just some straightforward property display 6) Flight Plan - This is a UI interfacing the FG Route manager. Frankly, I suspect we'd probably just bring up the existing Route Manager dialog at this point, as entering a route via a simulated touchscreen doesn't sound like a fun way to spend a Sunday afternoon! :) &lt;br /&gt;
# Proc - Setting the STAR/SID to use. We already have this function in the Route Manager. There is an issue with getting the underlying data, though there are tools to upload Navigraph into the Route Manager. &lt;br /&gt;
# Nearest - This is just a lookup into our existing airport and fix DBs. So, I think most of the fundamentals are there - it's &amp;quot;just&amp;quot; a case of combining them into an instrument that mimics the GTN 650. &amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927251/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Stuart Buchanan &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the buttonology is an important part of training, so we'll need to support that somehow (if we want to be used for IFR training). For the route manager, we might have to make some tweaks, including fly-by vs fly-over waypoints.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927346/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; David Megginson &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Overall, the display doesn't have more than 50 unique parameters you need to update per cycle - for most pages significantly less. All the config pages have lots of items - but you only need to update them when they change. All the fancy airport and weather charts absolutely do not need updates per-frame - your airport isn't going anywhere or changing in a hurry - you can just draw the whole layer _once_ before you bring it on-screen and then use a global transform to move it as the plane moves and run lay updates on the edges. Precipitation you can update whenever FG updates precipitation (every few minutes). Most maps can be done as cheap raster images rather than vector data (the Saab Viggen just downloads them on the fly for instance). So yeah, it's a lot of work to code all these displays which someone has to do, but there's no reason to assume it'd be hopeless performance-wise.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35926412/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Thorsten Renk &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
after looking into the G1000 manual, it's Thorsten's considered opinion that it is possible to use canvas to render it with decent performance on mid-range modern hardware (not on 10 year old computers though), that I he has a decent picture how it needs to be organized and that the Shuttle MDU code (using Richard's framework to organize everything into pages and the optimization techniques we've learned to use for the pages themselves) exemplifies this&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927242/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Thorsten Renk &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
there's code examples and experience available. You can basically start by looking into Richard's MFD canvas wrapper and go from there.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927242/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Thorsten Renk &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The FG Route Manager provide the RNAV function (http://wiki.flightgear.org/Route_manager), plus logic to connect it as an autopilot source. Switching the CDI to an ILS at the end of the route is pretty straightforward: just put a Nasal listener on /route-manager/signals/finished and then check for a decent ILS signal. &amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927251/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Stuart Buchanan &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
there will be some tweaks requires for the Route Manager for fly-by, fly-over, those radius turn things. But that's really just an extension of what is already there.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927426/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Stuart Buchanan &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
we already have a ton of this code - sids, stars, approaches, tagging missed approach segments, fly-over vs fly-by waypoints. &amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927598/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; James Turner &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to proceed ==&lt;br /&gt;
One thing Stuart pointed out is that, in the last couple of years, that aircraft development has moved on from being a &amp;quot;one man show&amp;quot; to being a team effort, with tightly knit teams working together to produce really high quality work. Examples are the updated c172p, Shuttle, J3Cub and probably many others. This is is a (very positive!) reaction to the amount of work required for high fidelity models, and has allowed much more rapid development, which has created a positive feedback loop, as well as allowing specialiation. That model seems to  bode well for developing a complex system like this, and can develop organically.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927754/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Stuart Buchanan &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the FG team (in the very wide sense) has the skills and infrastructure to do this, and with sufficient interest could have a respectable G1000 implementation within 12 months.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927754/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Stuart Buchanan &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Stuart suggested that identifying a particular piece to develop as a &amp;quot;reference model&amp;quot; in the same way that the c172p is the &amp;quot;reference aircraft&amp;quot; would be a good start as it would allow us to focus on getting one thing right, doing the G1000 (NXi) would be most useful, as it's fitted to the Cessna 172, 182, Caravan, Mustang, and Piper Archer, many of which we already have as airframes in FG. The G1000 also has the advantage tha takh has already done some of the work already for the zhk1000 (https://seb.lautre.net/git/seb/zkv1000).&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35927754/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Stuart Buchanan &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
since we're not writing software for a real hardware device but just a simulation of one, this is _a lot_ less work than a real GPS. Not only do we never need to extract any information from real satellite signals, but we also utilie TONS of existing work - for instance a canvas display call goes through the canvas API, that calls Shiva (or how it's called) - which we didn't write - that in turn calls OSG (which we didn't write), this calls OpenGL code (which we didn't write), that ultimately calls GPU driver functionality (which we didn't write),... if you sum all that, we are likely effectively utilizing 'millions of lines' of code (or a lot anyway) - we just don't have to write it all ourselves. &amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35928220/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Thorsten Renk &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 5th, 2017 &lt;br /&gt;
  |added  =  Jul 5th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
it's a lot of work to code all these displays which someone has to do, but there's no reason to assume it'd be hopeless performance-wise. &amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/35926412/ &lt;br /&gt;
  |title  =  &amp;lt;nowiki&amp;gt; Re: [Flightgear-devel] RFD: FlightGear and the changing state of&lt;br /&gt;
 air navigation &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |author =  &amp;lt;nowiki&amp;gt; Thorsten Renk &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
  |date   =  Jul 4th, 2017 &lt;br /&gt;
  |added  =  Jul 4th, 2017 &lt;br /&gt;
  |script_version = 0.40 &lt;br /&gt;
  }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Appendix}}&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113598</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113598"/>
		<updated>2018-01-03T01:06:04Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Horizontal situation indicator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
The HSI displays a rotating compass card in a heading-up orientation. Letters indicate the cardinal points and numeric labels occur every 30°.&amp;lt;br&amp;gt;&lt;br /&gt;
Major tick marks are at 10° intervals and minor tick marks at 5° intervals.&amp;lt;br&amp;gt;&lt;br /&gt;
A digital reading of the current heading appears on top of the HSI, and the current track is represented on the HSI by a magenta diamond bug.&amp;lt;br&amp;gt;&lt;br /&gt;
The HSI also presents turn rate, course deviation, bearing, and navigation source information.&lt;br /&gt;
&lt;br /&gt;
==== Course Deviation Indicator ====&lt;br /&gt;
The HSI contains a Course Deviation Indicator (CDI) with course pointer, TO/FROM indication and a sliding deviation bar.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS, VOR1 and LOC1 have single line arrow, while VOR2 and LOC2 have two lines arrow.&amp;lt;br&amp;gt;&lt;br /&gt;
GPS CDI is available only if a course has been set via the route manager, VOR and LOC show arrow when the active NAVAID is received.&lt;br /&gt;
&lt;br /&gt;
==== Adjust heading ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;HDG&amp;lt;/code&amp;gt; knob to adjust the heading, doing so the heading bug will be positionned along the compass.&amp;lt;br&amp;gt;&lt;br /&gt;
A window showing the desired heading is shown for 3 seconds.&lt;br /&gt;
==== Adjust selected course ====&lt;br /&gt;
Turn the &amp;lt;code&amp;gt;CRS&amp;lt;/code&amp;gt; knob to adjust the desired course for VOR and LOC&lt;br /&gt;
&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113597</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113597"/>
		<updated>2018-01-03T00:26:55Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* NAV */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of {{Key press|shift}}) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113596</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113596"/>
		<updated>2018-01-03T00:26:09Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* COMM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of shift) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
The COMM stack is on the right side on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
The frequencies are displayed as follow:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
active COMM1 | standby COMM1&lt;br /&gt;
active COMM2 | standby COMM2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning frequency is the one in blue, the step is 0.025 MHz (0.500 Mhz using {{Key press|shift}}) from 118.025 to 123.975 MHz&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113595</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113595"/>
		<updated>2018-01-03T00:00:27Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* NAV */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
NAV stack is on the left on each device. It is composed by&lt;br /&gt;
* 1 switch button&lt;br /&gt;
* 1 tuning knob&lt;br /&gt;
* 1 display with 4 frequencies&lt;br /&gt;
&lt;br /&gt;
Frequencies are organized like this&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
standby NAV1 | active NAV1&lt;br /&gt;
standby NAV2 | active NAV2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tuning is done on the selected NAV which is the one with the standby frequency in blue. The tuning step is 0.25 MHz (or 1.00 MHz with the use of shift) in the range 108.00 to 118.00 MHz&lt;br /&gt;
&lt;br /&gt;
=== COMM ===&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113593</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113593"/>
		<updated>2018-01-02T23:28:03Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
== Radios ==&lt;br /&gt;
=== NAV ===&lt;br /&gt;
=== COMM ===&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113589</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113589"/>
		<updated>2018-01-02T18:54:35Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
* without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
* If some more information are needed in URL (as registration key) you may want to use the &amp;lt;code&amp;gt;/sim/online-tiles-apikey&amp;lt;/code&amp;gt; property&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
* If there is no specific &amp;quot;type&amp;quot;, please affect &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; char to property &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
* If the URL can't be easily standardized, you can create you own template with property &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;, you can use some tags from properties as &amp;lt;code&amp;gt;{server}&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;{type}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{format}&amp;lt;/code&amp;gt;, where values come from respectively &amp;lt;code&amp;gt;/sim/online-tiles-server&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sim/online-tiles-type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/sim/online-tiles-format&amp;lt;/code&amp;gt;:&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
* By default, protocol is &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, so if you need &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; you'll need to use &amp;lt;code&amp;gt;/sim/online-tiles-template&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113586</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113586"/>
		<updated>2018-01-02T15:21:02Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Maps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom level is an number between 7 (largest range) to 13 (smallest range). The range calculation depends on two other factors: latitude and size of the screen (eg. EIS size). Here's a table for ranges without EIS and for 40° lat:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range of Y axis, in NM&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 194&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 49&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 24&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 12&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 3&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
without any configuration (default settings)&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
(nothing displayed with this configuration)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113583</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113583"/>
		<updated>2018-01-02T14:26:23Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Maps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
The zoom is an number, from 7 to 13, which is not reflecting the range in nautic miles. Here's a table for approximative ranges:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Zoom index !! Approximative range&lt;br /&gt;
|-&lt;br /&gt;
| 7 || Example&lt;br /&gt;
|-&lt;br /&gt;
| 8 || Example&lt;br /&gt;
|-&lt;br /&gt;
| 9 || Example&lt;br /&gt;
|-&lt;br /&gt;
| 10 || Example&lt;br /&gt;
|-&lt;br /&gt;
| 11 || Example&lt;br /&gt;
|-&lt;br /&gt;
| 12 || Example&lt;br /&gt;
|-&lt;br /&gt;
| 13 || Example&lt;br /&gt;
|}&lt;br /&gt;
Four orientations are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;NORTH UP&amp;lt;/code&amp;gt;: in this configuration the aircraft symbol rotates, the map is aligned with North up&lt;br /&gt;
* &amp;lt;code&amp;gt;TRK UP&amp;lt;/code&amp;gt; (''Track Up''): if aircraft is on the ground the aircraft symbol doesn't rotates and is up, map rotates to represent the heading of the airplane. Airborn, the top of the map is aligned with the current ground track.&lt;br /&gt;
* &amp;lt;code&amp;gt;DTK UP&amp;lt;/code&amp;gt; (''Desired Track Up''): alignes the map with the desired course (only available if desired course has been set)&lt;br /&gt;
* &amp;lt;code&amp;gt;HDG UP&amp;lt;/code&amp;gt; (''Heading Up''): the top of the map is the current heading of the aircraft&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
without any configuration (default settings)&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
(nothing displayed with this configuration)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113582</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113582"/>
		<updated>2018-01-02T13:57:09Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Maps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The map orientation and zoom can be modified by pressing the &amp;lt;code&amp;gt;MENU&amp;lt;/code&amp;gt; button.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-mapmenu.png|Map orientation and zoom configuration]]&amp;lt;br&amp;gt;&lt;br /&gt;
When the desired zoom and orientation are selected, validate by pressing &amp;lt;code&amp;gt;ENT&amp;lt;/code&amp;gt; button. Pressing the &amp;lt;code&amp;gt;CLR&amp;lt;/code&amp;gt; exit the modification window without saving the changes.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
without any configuration (default settings)&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
(nothing displayed with this configuration)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-mapmenu.png&amp;diff=113581</id>
		<title>File:Zkv1000-mapmenu.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-mapmenu.png&amp;diff=113581"/>
		<updated>2018-01-02T13:55:12Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Map orientation and zoom configuration}}&lt;br /&gt;
|date=2018-01-02&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113575</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113575"/>
		<updated>2018-01-02T01:10:01Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
without any configuration (default settings)&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]]&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
(nothing displayed with this configuration)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-ign.png&amp;diff=113574</id>
		<title>File:Zkv1000-ign.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-ign.png&amp;diff=113574"/>
		<updated>2018-01-02T01:08:17Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=LFBT - tiles from ign.fr (covering France only)}}&lt;br /&gt;
|date=2018-01-01&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-opentopomap.png&amp;diff=113573</id>
		<title>File:Zkv1000-opentopomap.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-opentopomap.png&amp;diff=113573"/>
		<updated>2018-01-02T01:08:17Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=LFBT - tiles from opentopomap}}&lt;br /&gt;
|date=2018-01-01&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113572</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113572"/>
		<updated>2018-01-02T00:49:18Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
You have to choose the map background you want to be displayed. For this you have to use the options in your &amp;lt;code&amp;gt;.fgfsrc&amp;lt;/code&amp;gt;. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]]&lt;br /&gt;
without any configuration (default settings)&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]]&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=tile.thunderforest.com&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=landscape&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-apikey=?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=a.tile.opentopomap.org&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=/&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
(maps covering only France)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=wxs.ign.fr&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-format=jpeg&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&amp;amp;style=normal&amp;amp;tilematrixset=PM&amp;amp;Service=WMTS&amp;amp;Request=GetTile&amp;amp;Version=1.0.&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
(nothing displayed with this configuration)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;--prop:/sim/online-tiles-server=1.tile.maps.openaip.net&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-type=EPSG:900913@png&amp;lt;br&amp;gt;&lt;br /&gt;
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-thunderforest.png&amp;diff=113571</id>
		<title>File:Zkv1000-thunderforest.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-thunderforest.png&amp;diff=113571"/>
		<updated>2018-01-02T00:36:37Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=LFBT - tiles from thunderforest.com (registration needed)}}&lt;br /&gt;
|date=2018-01-01&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-wikimedia.org.png&amp;diff=113570</id>
		<title>File:Zkv1000-wikimedia.org.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-wikimedia.org.png&amp;diff=113570"/>
		<updated>2018-01-02T00:33:11Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=LFBT - from maps.wikimedia.org (default)}}&lt;br /&gt;
|date=2018-01-01&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113566</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113566"/>
		<updated>2018-01-01T18:10:14Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Maps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
The map content can be modified by using &amp;lt;code&amp;gt;INSET&amp;lt;/code&amp;gt; softkey on PFD, and &amp;lt;code&amp;gt;MAP&amp;lt;/code&amp;gt; softkey on MFD, then by activating or de-activating each layer.&amp;lt;br&amp;gt;&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113556</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113556"/>
		<updated>2018-01-01T12:57:47Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-selectable-items.png|selectable items]]&amp;lt;br&amp;gt;entries with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; or both are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char. All other show both &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entry to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-selectable-items.png&amp;diff=113555</id>
		<title>File:Zkv1000-selectable-items.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-selectable-items.png&amp;diff=113555"/>
		<updated>2018-01-01T12:52:54Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=selectable items}}&lt;br /&gt;
|date=2018-01-01&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113554</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113554"/>
		<updated>2018-01-01T12:39:56Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But there may be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
[[File:Zkv1000-available_softkeys.png]]&amp;lt;br&amp;gt;BrightWhite on Black : available menu entry.&amp;lt;br /&amp;gt;Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;Black : no entry&amp;lt;br /&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Zkv1000-active-softkey.png]]&amp;lt;br&amp;gt;Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
[[File:Zkv1000-available_menus.png]]&lt;br /&gt;
Selected entry is in Black on LightBlue&amp;lt;br/&amp;gt;&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113542</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113542"/>
		<updated>2017-12-31T12:04:49Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But thre should be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
==== PFD ====&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
==== MFD ====&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113481</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113481"/>
		<updated>2017-12-30T14:08:23Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* MFD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But thre should be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&lt;br /&gt;
==== MFD ====&lt;br /&gt;
[[File:Zkv1000-MFD-global.png|thumb|zkv1000 MFD overview]]&lt;br /&gt;
&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113480</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113480"/>
		<updated>2017-12-30T14:07:46Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* PFD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But thre should be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
==== PFD ====&lt;br /&gt;
[[File:Zkv1000-PFD-global.png|thumb|zkv1000 PFD overview]]&lt;br /&gt;
&lt;br /&gt;
==== MFD ====&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-PFD-global.png&amp;diff=113479</id>
		<title>File:Zkv1000-PFD-global.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-PFD-global.png&amp;diff=113479"/>
		<updated>2017-12-30T13:03:47Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=zkv1000 PFD overview}}&lt;br /&gt;
|date=2017-12-30&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-MFD-global.png&amp;diff=113478</id>
		<title>File:Zkv1000-MFD-global.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-MFD-global.png&amp;diff=113478"/>
		<updated>2017-12-30T13:03:47Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=zkv1000 MFD overview}}&lt;br /&gt;
|date=2017-12-30&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-available_softkeys.png&amp;diff=113477</id>
		<title>File:Zkv1000-available softkeys.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-available_softkeys.png&amp;diff=113477"/>
		<updated>2017-12-30T13:03:46Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=available and unavailable softkey on zkv1000}}&lt;br /&gt;
|date=2017-12-30&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-available_menus.png&amp;diff=113476</id>
		<title>File:Zkv1000-available menus.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-available_menus.png&amp;diff=113476"/>
		<updated>2017-12-30T13:03:46Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=available and unavailable menus in zkv1000}}&lt;br /&gt;
|date=2017-12-30&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-active-softkey.png&amp;diff=113475</id>
		<title>File:Zkv1000-active-softkey.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=File:Zkv1000-active-softkey.png&amp;diff=113475"/>
		<updated>2017-12-30T13:03:46Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=active and inactive softkeys in zkv1000}}{{fr|1=softkey active et inactive sur le zkv1000}}&lt;br /&gt;
|date=2017-12-30&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Zakharov|Zakharov]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zkv1000]]&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113358</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113358"/>
		<updated>2017-12-27T08:59:48Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
There is two devices for now: MFD and PFD. You may find in your aircraft a configuration with only one of those, one of each or one MFD and two PFD. But thre should be other configurations if the aircraft maintainer has decided it.&lt;br /&gt;
==== PFD ====&lt;br /&gt;
==== MFD ====&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicator ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113357</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113357"/>
		<updated>2017-12-27T08:26:58Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The zkv1000 is an instrument which concentrates some other instruments in only one single and simple interface. It is largely inspired from the famous display parts of Garmin Primus 1000. Once said, the zkv1000 is definitively *not* a exact replica of the Garmin Primus 1000, and isn't intended to be one. Sorry about that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Depending of your aircraft you may have in your cockpit different configurations, and some unavailable entries. Even we are ina sim, so there is no limit in the way to get full instrumented glide plane it may be interesting to limit the use of certain functions depending of the aircraft. This has to checked with the aircraft maintainer, or if you feel free with the GPL licence you may modify the aircraft to get the desired functions to work (see installation guide)&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Overview ===&lt;br /&gt;
=== Softkeys codes ===&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UI code and usage ===&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Flight Instruments ==&lt;br /&gt;
=== Airspeed indicators ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
&lt;br /&gt;
== EIS ==&lt;br /&gt;
&lt;br /&gt;
== Flight Management ==&lt;br /&gt;
=== Maps ===&lt;br /&gt;
==== Terrain ====&lt;br /&gt;
==== NavAids ====&lt;br /&gt;
==== Route ====&lt;br /&gt;
==== TCAS ====&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
==== Topography ====&lt;br /&gt;
==== Inset map ====&lt;br /&gt;
=== Menus ===&lt;br /&gt;
&lt;br /&gt;
=== Transponder ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113353</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113353"/>
		<updated>2017-12-26T22:09:11Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* TCAS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
&lt;br /&gt;
== Softkeys codes ==&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UI code and usage ==&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PFD ==&lt;br /&gt;
=== Airspeed indicators ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
=== Inset map ===&lt;br /&gt;
=== TCAS ===&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
=== Transponder ===&lt;br /&gt;
&lt;br /&gt;
== MFD ==&lt;br /&gt;
=== EIS ===&lt;br /&gt;
=== Maps ===&lt;br /&gt;
=== Menus ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113352</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113352"/>
		<updated>2017-12-26T22:08:21Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Altitude indicator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
&lt;br /&gt;
== Softkeys codes ==&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UI code and usage ==&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PFD ==&lt;br /&gt;
=== Airspeed indicators ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&amp;lt;br /&amp;gt;&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&amp;lt;br /&amp;gt;&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Vertical speed indicator===&lt;br /&gt;
The vertical speed indicator is on the right just near the altitude tape, and is graduated with major ticks every 1000 ft/min, and minor ticks every 500 ft/min.&amp;lt;br /&amp;gt;&lt;br /&gt;
A black pointer containing the vertical speed with 10 ft/min precision moves along the non-moving tape. If the vertical speed exceeds +/- 4500 ft/min the pointer is locked to the upper/lower of the non-moving tape, and the vertical speed is detailed inside the pointer.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
=== Inset map ===&lt;br /&gt;
=== TCAS ===&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
&lt;br /&gt;
== MFD ==&lt;br /&gt;
=== EIS ===&lt;br /&gt;
=== Maps ===&lt;br /&gt;
=== Menus ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113351</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113351"/>
		<updated>2017-12-26T21:58:40Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* Attitude indicator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
&lt;br /&gt;
== Softkeys codes ==&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UI code and usage ==&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PFD ==&lt;br /&gt;
=== Airspeed indicators ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
Pitch scale is graduated 10° up to 80°, with minor marks 5° interval up to 25°, and every 2.5° below 20° pitch. The horizon line is part of the pitch scale, and represents a pitch of 0°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The roll scale is the 120° arc. The inverted triangle represents 0° roll. Major ticks represent 30° and 60°, minor ticks represent 10°, 20° and 45°.&amp;lt;br /&amp;gt;&lt;br /&gt;
The slip skid indicator is the bar beneath the roll pointer. The Slip Skid indicator moves laterally away from the pointer to indicate the lateral acceleration.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
=== Inset map ===&lt;br /&gt;
=== TCAS ===&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
&lt;br /&gt;
== MFD ==&lt;br /&gt;
=== EIS ===&lt;br /&gt;
=== Maps ===&lt;br /&gt;
=== Menus ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113350</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113350"/>
		<updated>2017-12-26T21:37:02Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
&lt;br /&gt;
== Softkeys codes ==&lt;br /&gt;
BrightWhite on Black : available menu entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Black on White : activated entry&amp;lt;br /&amp;gt;&lt;br /&gt;
Grey on Black : not yet implemented entry or not available in this aircraft&amp;lt;br /&amp;gt;&lt;br /&gt;
Black : no entry&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UI code and usage ==&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PFD ==&lt;br /&gt;
=== Airspeed indicators ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
=== Inset map ===&lt;br /&gt;
=== TCAS ===&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
&lt;br /&gt;
== MFD ==&lt;br /&gt;
=== EIS ===&lt;br /&gt;
=== Maps ===&lt;br /&gt;
=== Menus ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113349</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113349"/>
		<updated>2017-12-26T21:32:47Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
&lt;br /&gt;
== Softkeys codes ==&lt;br /&gt;
BrightWhite on Black : available menu entry&lt;br /&gt;
Black on White : activated entry&lt;br /&gt;
Grey on Black : unavailable entry (not yet implemented or not available in this aircraft)&lt;br /&gt;
Black : no entry&lt;br /&gt;
&lt;br /&gt;
== UI code and usage ==&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PFD ==&lt;br /&gt;
=== Airspeed indicators ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
=== Inset map ===&lt;br /&gt;
=== TCAS ===&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
&lt;br /&gt;
== MFD ==&lt;br /&gt;
=== EIS ===&lt;br /&gt;
=== Maps ===&lt;br /&gt;
=== Menus ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113348</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113348"/>
		<updated>2017-12-26T21:24:02Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* tcas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Softkeys codes ==&lt;br /&gt;
BrightWhite on Black : available menu entry&lt;br /&gt;
Black on White : activated entry&lt;br /&gt;
Grey on Black : unavailable entry (not yet implemented or not available in this aircraft)&lt;br /&gt;
Black : no entry&lt;br /&gt;
&lt;br /&gt;
== UI code and usage ==&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PFD ==&lt;br /&gt;
=== Airspeed indicators ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
=== Inset map ===&lt;br /&gt;
=== TCAS ===&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
&lt;br /&gt;
== MFD ==&lt;br /&gt;
=== EIS ===&lt;br /&gt;
=== Maps ===&lt;br /&gt;
=== Menus ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113347</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113347"/>
		<updated>2017-12-26T21:23:39Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Softkeys codes ==&lt;br /&gt;
BrightWhite on Black : available menu entry&lt;br /&gt;
Black on White : activated entry&lt;br /&gt;
Grey on Black : unavailable entry (not yet implemented or not available in this aircraft)&lt;br /&gt;
Black : no entry&lt;br /&gt;
&lt;br /&gt;
== UI code and usage ==&lt;br /&gt;
Selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; are entries with limited number of choices.&amp;lt;br /&amp;gt;First choice doesn't show the &amp;lt;code&amp;gt;&amp;lt;&amp;lt;/code&amp;gt; char, last one doesn't show the &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; char.&amp;lt;br /&amp;gt;&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PFD ==&lt;br /&gt;
=== Airspeed indicators ===&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. The black pointer shows the current IAS.&amp;lt;br /&amp;gt;&lt;br /&gt;
On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots).&amp;lt;br /&amp;gt;&lt;br /&gt;
There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter.&amp;lt;br /&amp;gt;&lt;br /&gt;
The black pointer will take a red color if IAS exceeds the defined Vne.&amp;lt;br /&amp;gt;&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&amp;lt;br /&amp;gt;&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA ON&amp;lt;/code&amp;gt; shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO&amp;lt;/code&amp;gt; make the AoA indicator showing up automagically if the gears are down and flaps out.&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1&amp;lt;/code&amp;gt; shows up the direction of the wind relative to the aircraft (heading and speed)&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2&amp;lt;/code&amp;gt; shows up the direction of the wind with front and cross wind components&amp;lt;br /&amp;gt;&lt;br /&gt;
The softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF&amp;lt;/code&amp;gt; hides the wind indicator window.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Altitude indicator ===&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu &amp;lt;code&amp;gt;PFD &amp;gt; HPA&amp;lt;/code&amp;gt;, and back to inHg via menu &amp;lt;code&amp;gt;PFD &amp;gt; IN&amp;lt;/code&amp;gt;. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu &amp;lt;code&amp;gt;PFD &amp;gt; STD BARO&amp;lt;/code&amp;gt;. The barometer setting is essential and can be done by turning the BARO knob in front of the device (left side, under the COMM knob).&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
=== Attitude indicator===&lt;br /&gt;
=== Horizontal situation indicator===&lt;br /&gt;
=== Inset map ===&lt;br /&gt;
=== tcas ===&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
&lt;br /&gt;
== MFD ==&lt;br /&gt;
=== EIS ===&lt;br /&gt;
=== Maps ===&lt;br /&gt;
=== Menus ===&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113344</id>
		<title>User:Zakharov/zkv1000 user guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_user_guide&amp;diff=113344"/>
		<updated>2017-12-26T21:05:49Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: Created page with &amp;quot;Softkeys colors : BrightWhite on Black : available menu entry Black on White : activated entry Grey on Black : unavailable entry (not yet implemented or not available in this...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Softkeys colors :&lt;br /&gt;
BrightWhite on Black : available menu entry&lt;br /&gt;
Black on White : activated entry&lt;br /&gt;
Grey on Black : unavailable entry (not yet implemented or not available in this aircraft)&lt;br /&gt;
Black : no entry&lt;br /&gt;
&lt;br /&gt;
UI code and usage&lt;br /&gt;
selected entry is in Black on LightBlue&lt;br /&gt;
entry with marks &amp;lt; or &amp;gt; are entries with limited number of choices. First choice doesn't show the &amp;lt; char, last one doesn't show the &amp;gt; char.&lt;br /&gt;
Navigate from an entruy to the next or the previous by turning the large FMS knob, modify the value of the entry by turning the small FMS knob.&lt;br /&gt;
&lt;br /&gt;
PFD&lt;br /&gt;
Airspeed indicators&lt;br /&gt;
The indicated airspeed tape is in knots and can show up to 1000 knots. Tha black pointer shows the current IAS. On the tape major ticks are shown at 10 knots interval, minor ticks at 5 knots interval. A pink trend vector shows the estimated speed in the next 6 seconds (in the limit of +/- 30 knots). There may be some Vspeeds marks (pink, text in white) specific to the aircraft (cf installation guide). It is possible to modify these values of the Vspeeds references by using the softkeys menu TMR/REF which make a window appear in the right down corner of the screen, and then navigating to the value to change it as described in UI code and usage chapter. The black pointer will take a red color if IAS exceeds the defined Vne.&lt;br /&gt;
The true airspeed is shown under the speed tape, and the ground speed. Both are in knots.&lt;br /&gt;
If the device is configured with stall angle of attack (see installation guide) then the softkeys menus PFD &amp;gt; AOA/WIND &amp;gt; AOA ON shows up a window just near the airspeed tape. This indicates the current normalized angle of attack, a LightBlue mark shows the best normalized angle of attack for approach.&lt;br /&gt;
The softkey menu PFD &amp;gt; AOA/WIND &amp;gt; AOA AUTO make the AoA indicator showing up automagically if the gears are down and flaps out.&lt;br /&gt;
The softkey menu PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN1 shows up the direction of the wind relative to the aircraft (haeding and speed)&lt;br /&gt;
The softkey menu PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OPTN2 shows up the direction of the wind with front and cross wind components&lt;br /&gt;
The softkey menu PFD &amp;gt; AOA/WIND &amp;gt; WIND &amp;gt; OFF hides the wind indicator window&lt;br /&gt;
&lt;br /&gt;
Altitude indicator&lt;br /&gt;
The altitude tape is in feet, and shows from -990ft to 99990ft. The black pointer shows the current indicated altitude (determined from the air pressure), 20ft graduated. A trend vector indicates the readched altitude in the next 6 seconds in the limit of +/- 300ft.&lt;br /&gt;
The barometric setting is shwon just under the altitude tape. It is graduated in inHg by default, but this can be modified to hPa using the softkey menu PFD &amp;gt; HPA, and back to inHg via menu PFD &amp;gt; IN. The setting to standard barometric value (29.92inHg or 1023hPa) can be automatically set by the menu PFD &amp;gt; STD BARO. The barometer setting is essential and can be done by turning the BORO knob in front of the device (left side, under the COMM knob).&lt;br /&gt;
The selected altitude is indicated by a lightblue bug along the altitude tape. It is blocked at the upper or lower corner of the tape until the tape has in its range the selected altitude. While the selected altitude isn't in the +/- 300 ft range a black box indicate the selected altitude above the altitude tape. This box disappear when the indicated altitude is +/- 100 ft of selected altitude.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tcas:&lt;br /&gt;
Traffic announciator is shown as there is a traffic in sight, until there is no traffic at all&lt;br /&gt;
&lt;br /&gt;
MFD&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_installation_guide&amp;diff=109296</id>
		<title>User:Zakharov/zkv1000 installation guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_installation_guide&amp;diff=109296"/>
		<updated>2017-07-21T15:19:42Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* knobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
[[Image:Nasallogo3.png|link=Nasal]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[[Image:Tutorialready.png|link=Tutorials]]&lt;br /&gt;
[[Image:Checklistready.png|link=Aircraft Checklists]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Get the sources ==&lt;br /&gt;
the whole zkv1000 can be retrieved from &amp;lt;tt&amp;gt;https://sebmarque.hd.free.fr/git/seb/zkv1000&amp;lt;/tt&amp;gt;. You will have the choice with different ways  (git, zip or tar.gz).&lt;br /&gt;
&lt;br /&gt;
You have the choice of the destination of the source (in order of recommandation)&lt;br /&gt;
# in &amp;lt;tt&amp;gt;$FGHOME/Aircraft/Instruments-3d&amp;lt;/tt&amp;gt;&lt;br /&gt;
# in your aircraft directory&lt;br /&gt;
# in &amp;lt;tt&amp;gt;$FGDATA/Aircraft/Instruments-3d&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We'll refer to the zkv1000 installation directory as &amp;lt;tt&amp;gt;$ZKV1000&amp;lt;/tt&amp;gt; later in this document&lt;br /&gt;
&lt;br /&gt;
== Installation in the cockpit ==&lt;br /&gt;
The glass cockpit and the material around are included in the sources, but you can provide yours. Please see the advanced installation below.&lt;br /&gt;
&lt;br /&gt;
The zkv1000 provides files in order to let you choose if you want a PFD, a MFP, both of them, or two PFDs and one PFD.&lt;br /&gt;
&lt;br /&gt;
So the installation depends on what you want. Place in your cockpit the following files in the XML definition files of your aircraft&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Configuration !! Files needed&lt;br /&gt;
|-&lt;br /&gt;
| PFD only || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MFD only || &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 1 PFD + 1 MFD || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 PFD + 1 MFD || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/pfd-copilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Here's an example from the Lancair 235, configuration with a PFD in front of the pilot's seat and a MFD between the pilot's seat and the copilot's seat, a bit inclinated in direction of the pilot. These lines take place in the dedicated file about the cockpit definition.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;model&amp;gt;&lt;br /&gt;
    &amp;lt;path&amp;gt;Aircraft/Instruments-3d/zkv1000/pfd-pilot.xml&amp;lt;/path&amp;gt;&lt;br /&gt;
    &amp;lt;offsets&amp;gt;&lt;br /&gt;
      &amp;lt;x-m&amp;gt; -0.023 &amp;lt;/x-m&amp;gt;&lt;br /&gt;
      &amp;lt;y-m&amp;gt; -0.235 &amp;lt;/y-m&amp;gt;&lt;br /&gt;
      &amp;lt;z-m&amp;gt; -0.028 &amp;lt;/z-m&amp;gt;&lt;br /&gt;
    &amp;lt;/offsets&amp;gt;&lt;br /&gt;
  &amp;lt;/model&amp;gt;&lt;br /&gt;
  &amp;lt;model&amp;gt;&lt;br /&gt;
    &amp;lt;path&amp;gt;Aircraft/Instruments-3d/zkv1000/mfd.xml&amp;lt;/path&amp;gt;&lt;br /&gt;
    &amp;lt;offsets&amp;gt;&lt;br /&gt;
      &amp;lt;x-m&amp;gt; 0.03 &amp;lt;/x-m&amp;gt;&lt;br /&gt;
      &amp;lt;y-m&amp;gt;  0.06 &amp;lt;/y-m&amp;gt;&lt;br /&gt;
      &amp;lt;z-m&amp;gt; -0.028 &amp;lt;/z-m&amp;gt;&lt;br /&gt;
      &amp;lt;heading-deg&amp;gt; -15 &amp;lt;/heading-deg&amp;gt;&lt;br /&gt;
    &amp;lt;/offsets&amp;gt;&lt;br /&gt;
  &amp;lt;/model&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== make it work ==&lt;br /&gt;
Once your device is installed in your cockpit you may tell FligthGear where to find the underlying Nasal code. This is done in the &amp;lt;nasal&amp;gt; section of your aircraft definition. Obviously this is one of the manadatory step and value, the Nasal namespace '''must''' be zkv1000.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;zkv1000&amp;gt;&lt;br /&gt;
      &amp;lt;file&amp;gt;Aircraft/Instruments-3d/zkv1000/zkv1000.nas&amp;lt;/file&amp;gt;&lt;br /&gt;
    &amp;lt;/zkv1000&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You have other options you can pass to the device in the &amp;lt;instrumentation&amp;gt; section of your aircraft definition&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;instrumentation&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
    &amp;lt;zkv1000&amp;gt;&lt;br /&gt;
      &amp;lt;alerts&amp;gt;&lt;br /&gt;
        &amp;lt;Vx&amp;gt;15&amp;lt;/Vx&amp;gt;&lt;br /&gt;
        &amp;lt;Vy&amp;gt;110&amp;lt;/Vy&amp;gt;&lt;br /&gt;
        &amp;lt;Vr&amp;gt;65&amp;lt;/Vr&amp;gt;&lt;br /&gt;
        &amp;lt;Vglide&amp;gt;80&amp;lt;/Vglide&amp;gt;&lt;br /&gt;
        &amp;lt;stall-aoa&amp;gt;12&amp;lt;/stall-aoa&amp;gt;&lt;br /&gt;
        &amp;lt;approach-aoa&amp;gt;4&amp;lt;/approach-aoa&amp;gt;&lt;br /&gt;
      &amp;lt;/alerts&amp;gt;&lt;br /&gt;
      &amp;lt;eis&amp;gt;&lt;br /&gt;
        &amp;lt;type&amp;gt;single-prop&amp;lt;/type&amp;gt;&lt;br /&gt;
      &amp;lt;/eis&amp;gt;&lt;br /&gt;
    &amp;lt;/zkv1000&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
  &amp;lt;/instrumentation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The available options are&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Category !! Option !! Meaning !! Values&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | &amp;lt;tt&amp;gt;alerts&amp;lt;/tt&amp;gt; || &amp;lt;tt&amp;gt;Vx&amp;lt;/tt&amp;gt; || default Vx speed, displayed with a mark in the PFD's speed tape, may be modified by user, no default value || rowspan=&amp;quot;4&amp;quot; | a number in knots, it can be modified by user using zkv1000 UI, no default value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;Vy&amp;lt;/tt&amp;gt; || default Vy speed, displayed with a mark in the PFD's speed tape&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;Vr&amp;lt;/tt&amp;gt; || default Vr speed, displayed with a mark in the PFD's speed tape&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;Vglide&amp;lt;/tt&amp;gt; || default Vglide speed, displayed with a mark in the PFD's speed tape&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;stall-aoa&amp;lt;/tt&amp;gt; || The stalling angle of attack, if defined it is displayed in AOA widget || rowspan=&amp;quot;2&amp;quot; | a number in degrees&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;approach-aoa&amp;lt;/tt&amp;gt; || The expected angle of attack at approach phase, if defined it is displayed in AOA widget&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;eis&amp;lt;/tt&amp;gt; || &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;file&amp;lt;/tt&amp;gt; || the type of EIS on MFD only, defaults to none || &amp;quot;none&amp;quot; means... none, the other possible values are the nasal definitions of file as in &amp;lt;tt&amp;gt;$ZKV1000/Nasal/eis&amp;lt;/tt&amp;gt; (without the .nas extension) or the relative path to your definition specific to your aircarft&lt;br /&gt;
|}&lt;br /&gt;
More options to come...&lt;br /&gt;
&lt;br /&gt;
The zkv1000 Nasal code is loaded at the end of the FDM initialization. Knowing that if you want to automagically switch on the zkv1000 there is a function named &amp;lt;code&amp;gt;zkv1000.powerOn()&amp;lt;/code&amp;gt;, otherwise there is a predefined multikey {{key press|:}}{{key press|z}}{{key press|o}} witch will call the &amp;lt;tt&amp;gt;powerOn()&amp;lt;/tt&amp;gt; function.&lt;br /&gt;
&lt;br /&gt;
This should work and you and your aircraft's users should enjoy the instrument :)&lt;br /&gt;
== Advanced installation ==&lt;br /&gt;
You may want to use your own 3D objects, this is not a problem.&lt;br /&gt;
&lt;br /&gt;
Each component of the zkv1000 is created at the power on if a property exists : &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/status&amp;lt;/code&amp;gt; in wich &amp;lt;tt&amp;gt;NAME&amp;lt;/tt&amp;gt; is a string with the pattern: &amp;lt;code&amp;gt;(MFD|PFD)[optional identifier]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there are 3 optional properties useful to create your own device (only &amp;lt;tt&amp;gt;screen-object&amp;lt;/tt&amp;gt; is available for now)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Role&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-object&amp;lt;/code&amp;gt; || The name of the 3D object&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-view&amp;lt;/code&amp;gt; || N/A The size of the view in Canvas context (defaults to &amp;lt;tt&amp;gt;[1024, 768]&amp;lt;/tt&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-size&amp;lt;/code&amp;gt; || N/A The value of the Canvas size (defaults to &amp;lt;tt&amp;gt;[1280, 1280]&amp;lt;/tt&amp;gt;), this value should be a square and large enough to allow rotation of the view without a not included pixel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;tt&amp;gt;zkv1000&amp;lt;/tt&amp;gt; namespace API specific for one component will be available by the &amp;lt;tt&amp;gt;NAME&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;nasal&amp;quot;&amp;gt;zkv1000.flightdeck['PFD-example'].knobs.FmsInner(...)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== API ===&lt;br /&gt;
==== softkeys ====&lt;br /&gt;
There are 12 softkeys, related to the twelve boxes along the bottom of the zkv1000 screen.&lt;br /&gt;
They are accesible via the Class &amp;lt;tt&amp;gt;softkeys&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;tt&amp;gt;SoftKey(number, pressed)&amp;lt;/tt&amp;gt; =====&lt;br /&gt;
arguments:&lt;br /&gt;
  * number: the number of the softkey, from 0 on the left-side, to 11 at the most right&lt;br /&gt;
  * pressed: if the button is being pressed (1) or released (0), actually only pressed status is usable&lt;br /&gt;
&lt;br /&gt;
==== buttons ====&lt;br /&gt;
.buttons.FMS&lt;br /&gt;
.buttons.ENT&lt;br /&gt;
.buttons.CLR&lt;br /&gt;
.buttons.PROC&lt;br /&gt;
.buttons.FPL&lt;br /&gt;
.buttons.MENU&lt;br /&gt;
.buttons.DirectTo&lt;br /&gt;
.buttons.PAN&lt;br /&gt;
.buttons.AsSwitchCOM&lt;br /&gt;
.buttons.AsSwitchNAV&lt;br /&gt;
.buttons.ALT&lt;br /&gt;
&lt;br /&gt;
==== knobs ====&lt;br /&gt;
===== .knobs.FmsOuter(direction) =====&lt;br /&gt;
takes one argument which is the direction of the turn: &amp;lt;tt&amp;gt;cmdarg().getNode('offset').getValue()&amp;lt;/tt&amp;gt;&lt;br /&gt;
===== .knobs.knobs.FmsInner(direction) ===== &lt;br /&gt;
takes one argument which is the direction of the turn: &amp;lt;tt&amp;gt;cmdarg().getNode('offset').getValue()&amp;lt;/tt&amp;gt;&lt;br /&gt;
===== .knobs.display.updateNAV({set:1}) =====&lt;br /&gt;
set the value for standby frequency for the selected NAV radio&lt;br /&gt;
===== .knobs.display.updateNAV({refresh:1|2}) =====&lt;br /&gt;
===== .knobs.display.updateCOMM({set:1}) ===== &lt;br /&gt;
set the value for standby frequency for the selected COMM radio&lt;br /&gt;
===== .knobs.display.updateCOMM({refresh:1|2}) =====&lt;br /&gt;
===== .knobs.display.updateHDG() ===== &lt;br /&gt;
no argument, just refresh the HDG display when the knob is used&lt;br /&gt;
===== .knobs.display.updateCRS() ===== &lt;br /&gt;
no argument, just refresh the CRS display when the knob is used&lt;br /&gt;
===== .knobs.display.updateALT() ===== &lt;br /&gt;
no argument, just refresh the ALT display when the knob is used&lt;br /&gt;
===== .knobs.display.updateBARO() ===== &lt;br /&gt;
no argument, just refresh the BARO display when the knob is used&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_installation_guide&amp;diff=109295</id>
		<title>User:Zakharov/zkv1000 installation guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.org/w/index.php?title=User:Zakharov/zkv1000_installation_guide&amp;diff=109295"/>
		<updated>2017-07-21T13:13:23Z</updated>

		<summary type="html">&lt;p&gt;Zakharov: /* knobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Routemanagerready.png|link=Route Manager]]&lt;br /&gt;
[[Image:Rembrandtready.png|link=Rembrandt]]&lt;br /&gt;
[[Image:Canvasready.png|link=Canvas]]&lt;br /&gt;
[[Image:Nasallogo3.png|link=Nasal]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[[Image:Tutorialready.png|link=Tutorials]]&lt;br /&gt;
[[Image:Checklistready.png|link=Aircraft Checklists]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Get the sources ==&lt;br /&gt;
the whole zkv1000 can be retrieved from &amp;lt;tt&amp;gt;https://sebmarque.hd.free.fr/git/seb/zkv1000&amp;lt;/tt&amp;gt;. You will have the choice with different ways  (git, zip or tar.gz).&lt;br /&gt;
&lt;br /&gt;
You have the choice of the destination of the source (in order of recommandation)&lt;br /&gt;
# in &amp;lt;tt&amp;gt;$FGHOME/Aircraft/Instruments-3d&amp;lt;/tt&amp;gt;&lt;br /&gt;
# in your aircraft directory&lt;br /&gt;
# in &amp;lt;tt&amp;gt;$FGDATA/Aircraft/Instruments-3d&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We'll refer to the zkv1000 installation directory as &amp;lt;tt&amp;gt;$ZKV1000&amp;lt;/tt&amp;gt; later in this document&lt;br /&gt;
&lt;br /&gt;
== Installation in the cockpit ==&lt;br /&gt;
The glass cockpit and the material around are included in the sources, but you can provide yours. Please see the advanced installation below.&lt;br /&gt;
&lt;br /&gt;
The zkv1000 provides files in order to let you choose if you want a PFD, a MFP, both of them, or two PFDs and one PFD.&lt;br /&gt;
&lt;br /&gt;
So the installation depends on what you want. Place in your cockpit the following files in the XML definition files of your aircraft&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Configuration !! Files needed&lt;br /&gt;
|-&lt;br /&gt;
| PFD only || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MFD only || &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 1 PFD + 1 MFD || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 PFD + 1 MFD || &amp;lt;tt&amp;gt;$ZKV1000/pfd-pilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/pfd-copilot.xml&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;$ZKV1000/mfd.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Here's an example from the Lancair 235, configuration with a PFD in front of the pilot's seat and a MFD between the pilot's seat and the copilot's seat, a bit inclinated in direction of the pilot. These lines take place in the dedicated file about the cockpit definition.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;model&amp;gt;&lt;br /&gt;
    &amp;lt;path&amp;gt;Aircraft/Instruments-3d/zkv1000/pfd-pilot.xml&amp;lt;/path&amp;gt;&lt;br /&gt;
    &amp;lt;offsets&amp;gt;&lt;br /&gt;
      &amp;lt;x-m&amp;gt; -0.023 &amp;lt;/x-m&amp;gt;&lt;br /&gt;
      &amp;lt;y-m&amp;gt; -0.235 &amp;lt;/y-m&amp;gt;&lt;br /&gt;
      &amp;lt;z-m&amp;gt; -0.028 &amp;lt;/z-m&amp;gt;&lt;br /&gt;
    &amp;lt;/offsets&amp;gt;&lt;br /&gt;
  &amp;lt;/model&amp;gt;&lt;br /&gt;
  &amp;lt;model&amp;gt;&lt;br /&gt;
    &amp;lt;path&amp;gt;Aircraft/Instruments-3d/zkv1000/mfd.xml&amp;lt;/path&amp;gt;&lt;br /&gt;
    &amp;lt;offsets&amp;gt;&lt;br /&gt;
      &amp;lt;x-m&amp;gt; 0.03 &amp;lt;/x-m&amp;gt;&lt;br /&gt;
      &amp;lt;y-m&amp;gt;  0.06 &amp;lt;/y-m&amp;gt;&lt;br /&gt;
      &amp;lt;z-m&amp;gt; -0.028 &amp;lt;/z-m&amp;gt;&lt;br /&gt;
      &amp;lt;heading-deg&amp;gt; -15 &amp;lt;/heading-deg&amp;gt;&lt;br /&gt;
    &amp;lt;/offsets&amp;gt;&lt;br /&gt;
  &amp;lt;/model&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== make it work ==&lt;br /&gt;
Once your device is installed in your cockpit you may tell FligthGear where to find the underlying Nasal code. This is done in the &amp;lt;nasal&amp;gt; section of your aircraft definition. Obviously this is one of the manadatory step and value, the Nasal namespace '''must''' be zkv1000.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;zkv1000&amp;gt;&lt;br /&gt;
      &amp;lt;file&amp;gt;Aircraft/Instruments-3d/zkv1000/zkv1000.nas&amp;lt;/file&amp;gt;&lt;br /&gt;
    &amp;lt;/zkv1000&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You have other options you can pass to the device in the &amp;lt;instrumentation&amp;gt; section of your aircraft definition&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;instrumentation&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
    &amp;lt;zkv1000&amp;gt;&lt;br /&gt;
      &amp;lt;alerts&amp;gt;&lt;br /&gt;
        &amp;lt;Vx&amp;gt;15&amp;lt;/Vx&amp;gt;&lt;br /&gt;
        &amp;lt;Vy&amp;gt;110&amp;lt;/Vy&amp;gt;&lt;br /&gt;
        &amp;lt;Vr&amp;gt;65&amp;lt;/Vr&amp;gt;&lt;br /&gt;
        &amp;lt;Vglide&amp;gt;80&amp;lt;/Vglide&amp;gt;&lt;br /&gt;
        &amp;lt;stall-aoa&amp;gt;12&amp;lt;/stall-aoa&amp;gt;&lt;br /&gt;
        &amp;lt;approach-aoa&amp;gt;4&amp;lt;/approach-aoa&amp;gt;&lt;br /&gt;
      &amp;lt;/alerts&amp;gt;&lt;br /&gt;
      &amp;lt;eis&amp;gt;&lt;br /&gt;
        &amp;lt;type&amp;gt;single-prop&amp;lt;/type&amp;gt;&lt;br /&gt;
      &amp;lt;/eis&amp;gt;&lt;br /&gt;
    &amp;lt;/zkv1000&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
  &amp;lt;/instrumentation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The available options are&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Category !! Option !! Meaning !! Values&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | &amp;lt;tt&amp;gt;alerts&amp;lt;/tt&amp;gt; || &amp;lt;tt&amp;gt;Vx&amp;lt;/tt&amp;gt; || default Vx speed, displayed with a mark in the PFD's speed tape, may be modified by user, no default value || rowspan=&amp;quot;4&amp;quot; | a number in knots, it can be modified by user using zkv1000 UI, no default value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;Vy&amp;lt;/tt&amp;gt; || default Vy speed, displayed with a mark in the PFD's speed tape&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;Vr&amp;lt;/tt&amp;gt; || default Vr speed, displayed with a mark in the PFD's speed tape&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;Vglide&amp;lt;/tt&amp;gt; || default Vglide speed, displayed with a mark in the PFD's speed tape&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;stall-aoa&amp;lt;/tt&amp;gt; || The stalling angle of attack, if defined it is displayed in AOA widget || rowspan=&amp;quot;2&amp;quot; | a number in degrees&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;approach-aoa&amp;lt;/tt&amp;gt; || The expected angle of attack at approach phase, if defined it is displayed in AOA widget&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;eis&amp;lt;/tt&amp;gt; || &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;file&amp;lt;/tt&amp;gt; || the type of EIS on MFD only, defaults to none || &amp;quot;none&amp;quot; means... none, the other possible values are the nasal definitions of file as in &amp;lt;tt&amp;gt;$ZKV1000/Nasal/eis&amp;lt;/tt&amp;gt; (without the .nas extension) or the relative path to your definition specific to your aircarft&lt;br /&gt;
|}&lt;br /&gt;
More options to come...&lt;br /&gt;
&lt;br /&gt;
The zkv1000 Nasal code is loaded at the end of the FDM initialization. Knowing that if you want to automagically switch on the zkv1000 there is a function named &amp;lt;code&amp;gt;zkv1000.powerOn()&amp;lt;/code&amp;gt;, otherwise there is a predefined multikey {{key press|:}}{{key press|z}}{{key press|o}} witch will call the &amp;lt;tt&amp;gt;powerOn()&amp;lt;/tt&amp;gt; function.&lt;br /&gt;
&lt;br /&gt;
This should work and you and your aircraft's users should enjoy the instrument :)&lt;br /&gt;
== Advanced installation ==&lt;br /&gt;
You may want to use your own 3D objects, this is not a problem.&lt;br /&gt;
&lt;br /&gt;
Each component of the zkv1000 is created at the power on if a property exists : &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/status&amp;lt;/code&amp;gt; in wich &amp;lt;tt&amp;gt;NAME&amp;lt;/tt&amp;gt; is a string with the pattern: &amp;lt;code&amp;gt;(MFD|PFD)[optional identifier]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there are 3 optional properties useful to create your own device (only &amp;lt;tt&amp;gt;screen-object&amp;lt;/tt&amp;gt; is available for now)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Role&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-object&amp;lt;/code&amp;gt; || The name of the 3D object&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-view&amp;lt;/code&amp;gt; || N/A The size of the view in Canvas context (defaults to &amp;lt;tt&amp;gt;[1024, 768]&amp;lt;/tt&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/instruments/zkv1000/&amp;lt;NAME&amp;gt;/screen-size&amp;lt;/code&amp;gt; || N/A The value of the Canvas size (defaults to &amp;lt;tt&amp;gt;[1280, 1280]&amp;lt;/tt&amp;gt;), this value should be a square and large enough to allow rotation of the view without a not included pixel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;tt&amp;gt;zkv1000&amp;lt;/tt&amp;gt; namespace API specific for one component will be available by the &amp;lt;tt&amp;gt;NAME&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;nasal&amp;quot;&amp;gt;zkv1000.flightdeck['PFD-example'].knobs.FmsInner(...)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== API ===&lt;br /&gt;
==== softkeys ====&lt;br /&gt;
There are 12 softkeys, related to the twelve boxes along the bottom of the zkv1000 screen.&lt;br /&gt;
They are accesible via the Class &amp;lt;tt&amp;gt;softkeys&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;tt&amp;gt;SoftKey(number, pressed)&amp;lt;/tt&amp;gt; =====&lt;br /&gt;
arguments:&lt;br /&gt;
  * number: the number of the softkey, from 0 on the left-side, to 11 at the most right&lt;br /&gt;
  * pressed: if the button is being pressed (1) or released (0), actually only pressed status is usable&lt;br /&gt;
&lt;br /&gt;
==== buttons ====&lt;br /&gt;
.buttons.FMS&lt;br /&gt;
.buttons.ENT&lt;br /&gt;
.buttons.CLR&lt;br /&gt;
.buttons.PROC&lt;br /&gt;
.buttons.FPL&lt;br /&gt;
.buttons.MENU&lt;br /&gt;
.buttons.DirectTo&lt;br /&gt;
.buttons.PAN&lt;br /&gt;
.buttons.AsSwitchCOM&lt;br /&gt;
.buttons.AsSwitchNAV&lt;br /&gt;
.buttons.ALT&lt;br /&gt;
&lt;br /&gt;
==== knobs ====&lt;br /&gt;
===== .knobs.FmsOuter(direction) =====&lt;br /&gt;
takes one argument which is the direction of the turn: &amp;lt;tt&amp;gt;cmdarg().getNode('offset').getValue()&amp;lt;/tt&amp;gt;&lt;br /&gt;
===== .knobs.knobs.FmsInner(direction) ===== &lt;br /&gt;
takes one argument which is the direction of the turn: &amp;lt;tt&amp;gt;cmdarg().getNode('offset').getValue()&amp;lt;/tt&amp;gt;&lt;br /&gt;
===== .knobs.display.updateNAV([{args,...}]) =====&lt;br /&gt;
===== .knobs.display.updateCOMM[{args,...}] ===== &lt;br /&gt;
===== .knobs.display.updateHDG() ===== &lt;br /&gt;
no argument, just refresh the HDG display when the knob is used&lt;br /&gt;
===== .knobs.display.updateCRS() ===== &lt;br /&gt;
no argument, just refresh the CRS display when the knob is used&lt;br /&gt;
===== .knobs.display.updateALT() ===== &lt;br /&gt;
no argument, just refresh the ALT display when the knob is used&lt;br /&gt;
===== .knobs.display.updateBARO() ===== &lt;br /&gt;
no argument, just refresh the BARO display when the knob is used&lt;/div&gt;</summary>
		<author><name>Zakharov</name></author>
	</entry>
</feed>