...
|
...
|
@@ -52,81 +52,40 @@ Note: this is not because the progress bar show 100% that it means it is 100% bu
|
52
|
52
|
Please report bug at <zkv1000@seb.lautre.net>.
|
53
|
53
|
|
54
|
54
|
* ![][100%]
|
55
|
|
- * Basic Flight Instrumentation: AI, IAS, ALT, HDG
|
56
|
|
- * Wind data widget
|
57
|
|
- * trends for altitude and speed (6s prevision)
|
58
|
|
- * TAS and Ground Speed display
|
59
|
|
- * VSI
|
60
|
|
- * 3D knobs rotate
|
61
|
|
- * map display on inflight page (with online maps downloading and caching)
|
62
|
|
- * display of NavAids on map
|
63
|
|
- * XPDR from SoftKeys and knob, with respect of delays from the manual
|
64
|
|
- * Selected altitude bug (widget off if IA within 100ft)
|
65
|
|
- * baro settings
|
66
|
|
- * SoftKeys menus navigation for PFD and MFD: not yet implemented function are logged in console ![][done], softkeys colorized when active ![][done], alerts with white backgroud and black text available ![][done]
|
67
|
|
- * CDI
|
68
|
|
- * OMI
|
69
|
|
- * Slipskid animation
|
70
|
|
- * Radio stack, including ID for NAV
|
71
|
|
- * windows management: selectable items, modifiable items, scrolling
|
72
|
|
- * display of V-speeds in ruler: Vx, Vy, Vr and Vglide (specific for aircraft, see installation instruction)
|
73
|
|
- * some aircraft specific data to retrieve from aircraft XML files (VNE, etc)
|
74
|
|
- * possibility to add a copilot's PFD, and other displays
|
75
|
|
- * EIS: separation for aircraft specifics (selected by the zkv1000 config)
|
76
|
|
- * Inset Map (PFD)
|
77
|
|
- * single-prop EIS: texts displayed, animations for fuel
|
78
|
|
- * ND and map display: synchronized tiles and navaids, range change, map heads up
|
79
|
|
- * rotation and zooming of online maps in-flight
|
80
|
|
- * Traffic alert and display on map
|
81
|
|
- * screen brightness and body lighting settings
|
82
|
|
- * checklists management (emergency and normal)
|
83
|
|
- * possibility to fit the size of the devices to enter the panel
|
84
|
|
- * auto power on if set
|
85
|
|
- * AFCS capabilities
|
86
|
|
- * integration of [GFC700 from the official Stuart Buchanan's FG1000](http://wiki.flightgear.org/FG1000#GFC700_Autopilot)
|
|
55
|
+The whole 3D model is animated, with necessary popups (in order to separate nested knobs for example), and adaptable to the size of the panel.
|
|
56
|
+The basic fligth instrumentation is here (AI, speeds, altitude and vertical speed, etc.), plus many other helpers and information (often displayed in widgets or alerts). Also the radio stack (NAV and COMM) tools are implemented. ADF is available for bearing.
|
|
57
|
+The official autopilot [GFC700 from the official Stuart Buchanan's FG1000](http://wiki.flightgear.org/FG1000#GFC700_Autopilot) is available and usable.
|
|
58
|
+Screens are fully animated, with softkeys and menus, on map (PFD inset and MFD) background is configurable with the preferred one, navaids and [route](https://seb.lautre.net/git/seb/zkv1000/issues/6) are displayed. Traffic and topography layers are available for display only on MFD screen (not in PFD inset as the window is too small).
|
|
59
|
+There is also per-aircraft settings storage for preferred units (speed, distance, etc.).
|
|
60
|
+Flightplan management is delegated to the more usable FG interface lauched from inside the zkv100, but it is possible to use DirectTo on selected navaid, and OBS mode with GPS.
|
|
61
|
+Checklists are managed, including separation between emergency and normal checklists (and aircraft agnostic, should be compatible with most systems).
|
|
62
|
+And many more :) !
|
87
|
63
|
* ![][90%]
|
88
|
|
- * TMR/REF Timer ![][done], Vspeeds ![][done], minimums ![][pending] (don't understand the role of this)
|
89
|
64
|
* route displayed on map: legs ![][done], current and next leg ![][done], OBS ![][done], TOC/TOD ![][ongoing]
|
90
|
|
- * angle of attack display (not sure about calculation): specific for each airplane (see Installation instructions below)
|
91
|
|
- * Bearing needs some checks to be sure it shows the correct information
|
92
|
65
|
* XPDR: emergency code depending of the country (eg.: 1200 for US, 7700 for Europe), should be set in settings
|
93
|
|
- * use of [maketimer()](http://wiki.flightgear.org/Nasal_library#maketimer.28.29) instead of [settimer()](http://wiki.flightgear.org/Nasal_library#settimer.28.29) when possible
|
94
|
66
|
* ![][80%]
|
95
|
|
- * Setting pages (MFD): pages/sub-pages selection via FMS knob ![][done], pages content implementation ![][ongoing]
|
96
|
67
|
* Flight plans catalog (display on map doesn't work each time...)
|
97
|
|
-* ![][70%]
|
98
|
68
|
* ![][60%]
|
99
|
69
|
* NOT TESTED: add the posssibility to only use Nasal part of the instrument. This in case of a cockpit which already includes needed objects and animations for screens, knobs and buttons in its config files
|
100
|
|
- * Map settings: declutter ![][ongoing], range/zoom ![][done]
|
101
|
70
|
* ![][50%]
|
102
|
71
|
* integration of Octal450's [S-TEC 55X](http://wiki.flightgear.org/S-TEC_55X) autopilot system ![][ongoing]
|
103
|
72
|
* EIS: animations for temperature for YaSim and JSBSim with provided default single-prop EIS
|
104
|
73
|
* make the switch back on working for MFD display and radios ![][ongoing]
|
105
|
|
-* ![][40%]
|
106
|
|
-* ![][30%]
|
107
|
|
-* ![][20%]
|
108
|
74
|
* ![][10%]
|
109
|
75
|
* multikey for every part of the device (actually only power on)
|
110
|
|
- * power off
|
111
|
|
- * Aircraft Maintainer's Guide
|
|
76
|
+ * Aircraft Maintainer's Guide ![][ongoing]
|
|
77
|
+ * User's Guide ![][ongoing]
|
112
|
78
|
* ![][0%] (TODO list, unsorted)
|
113
|
79
|
* make possible to integrate other autopilot systems than the one integrated
|
114
|
80
|
* make booting animation visible
|
115
|
|
- * make possible to include in the aircraft directory (instead of Instruments-3d)
|
116
|
|
- * separation of code for buttons and knobs scenarii and computing
|
117
|
81
|
* CDI/GPS: scale depending of the flight phase
|
118
|
82
|
* Alerts
|
119
|
|
- * TOPO map
|
120
|
83
|
* Weather map
|
121
|
|
- * Flight planning (MFD)
|
122
|
|
- * PFD settings
|
123
|
84
|
* replace the use of `clip` by a better system in map display (think also about INSET)
|
124
|
85
|
* VS guidance
|
125
|
86
|
* VNAV
|
126
|
87
|
* scrolling lift in menus
|
127
|
88
|
* tutorials
|
128
|
|
- * User's Guide
|
129
|
|
- * make any Vspeed available (not only Vx, Vy, Vr and Vglide), depending of their presence in aircraft config
|
130
|
89
|
* [touchable screen](http://wiki.flightgear.org/Canvas_Event_Handling) ([other interesting link](http://wiki.flightgear.org/Touch_Animation))
|
131
|
90
|
* many more...
|
132
|
91
|
|
...
|
...
|
@@ -167,8 +126,8 @@ Let say you want your PFD and MFD switched on as soon as the electrical system a
|
167
|
126
|
Then you need to set the property `/instrumentation/zkv1000/serviceable` by the mean you want, as soon as it property is `true` the zkv1000 will automagically switch on.
|
168
|
127
|
|
169
|
128
|
### Vspeeds
|
170
|
|
-To see the Vspeeds bugs or the IAS background color change (Vne), set the corresponding V-speeds in knots by adding in your `<instrumentation><zkv1000>` section the following lines (here are the numbers for the Lancair-235, ![][warning] values are not to be used in real life).
|
171
|
|
-If not set, defaults to 999 knots
|
|
129
|
+To see the Vspeeds bugs or the IAS background color change (Vne), set the corresponding V-speeds *in knots* by adding them in your `<instrumentation><zkv1000><alerts>` section the following lines (here an example ![][warning] values are not to be used in real life).
|
|
130
|
+If not set, Vne defaults to 999 knots
|
172
|
131
|
|
173
|
132
|
<alerts>
|
174
|
133
|
<Vx>99</Vx>
|
...
|
...
|
@@ -178,6 +137,9 @@ If not set, defaults to 999 knots
|
178
|
137
|
<Vne>170</Vne>
|
179
|
138
|
</alerts>
|
180
|
139
|
|
|
140
|
+You can define as many Vspeed you need, with arbitrary names, they only need to be named `Vfoo` (name must begin by a uppercase V) to be recognize as a Vspeed.
|
|
141
|
+All defined Vspeeds can be adjusted from inside the zkv1000.
|
|
142
|
+
|
181
|
143
|
### EIS
|
182
|
144
|
This parameter tells the zkv1000 which kind of engines equips your aircraft, and the associated EIS.
|
183
|
145
|
The Nasal script should include at least three things:
|