Howto:Add instruments to a cockpit: Difference between revisions

Line 15: Line 15:
Let's update the instruments of the [[Bombardier Dash 8|Dash 8-300Q]] for a start.  
Let's update the instruments of the [[Bombardier Dash 8|Dash 8-300Q]] for a start.  


The existing aircraft, version v20101217 from the version 2.6 aircraft download page has the following set of basic instruments ( Radios will be covered later):
The existing aircraft, version v20101217 from the version 2.6 aircraft download page has the following set of basic flight instruments.
* Air Speed Indicator (ASI)  
* Air Speed Indicator (ASI)  
* Altimeter
* Altimeter
Line 44: Line 44:
Copy this tag into the Dash8 300Q xml file containing the instruments in the models folder. The file is named dhc8-300Q.xml
Copy this tag into the Dash8 300Q xml file containing the instruments in the models folder. The file is named dhc8-300Q.xml


The instrument now has to be placed, so to see the instrument in the aircraft panel, add it to the location of an existing instrument, this is to make sure everything is OK.  
The instrument now has to be placed in position. To see the instrument in the aircraft panel, change the coordinates to the location of an existing instrument, this is to make sure everything is OK. The new instrument will appear on top of an existing one, for a start.


Use the x, y, z position tags of the ASI in the dhc8-300Q.xml file to place the VSI.
ASI (air speed indicator settings) for DHC8
 
ASI (air speed indicator settings)


<model>
<model>
Line 54: Line 53:
<path>Aircraft/dhc8/Models/Instruments/asi300-3d.xml</path>
<path>Aircraft/dhc8/Models/Instruments/asi300-3d.xml</path>
         <offsets>
         <offsets>
             <x-m>-8.927</x-m>
             '''<x-m>-8.927</x-m>
             <y-m>-0.702</y-m>
             <y-m>-0.702</y-m>
             <z-m>2.382</z-m>
             <z-m>2.382</z-m>'''
             <pitch-deg>0</pitch-deg>
             <pitch-deg>0</pitch-deg>
         </offsets>
         </offsets>
     </model>
     </model>


Modified VSI settings:  
Modified VSI location settings placing it on top of ASI for reference:  


<model>
<model>
493

edits