IT Autoflight: Difference between revisions

Jump to navigation Jump to search
223 bytes removed ,  10 December 2018
no edit summary
No edit summary
Line 67: Line 67:
Download the latest version of IT-AUTOFLIGHT V3.2.X from [https://www.github.com/it0uchpods/IT-AUTOFLIGHT.git here]. Extract the Archive with WinRAR, 7Zip, or similar. If you are using a custom instrumentation file, make sure it contains the <gps> item, as IT-AUTOFLIGHT uses it to get an accurate and stable V/S signal. You also need the property "<tt>/position/gear-agl/ft</tt>". This property is automatically created by YASim, but for JSBsim you need to add a calculation for it on your own. I will add instructions to this article soon.
Download the latest version of IT-AUTOFLIGHT V3.2.X from [https://www.github.com/it0uchpods/IT-AUTOFLIGHT.git here]. Extract the Archive with WinRAR, 7Zip, or similar. If you are using a custom instrumentation file, make sure it contains the <gps> item, as IT-AUTOFLIGHT uses it to get an accurate and stable V/S signal. You also need the property "<tt>/position/gear-agl/ft</tt>". This property is automatically created by YASim, but for JSBsim you need to add a calculation for it on your own. I will add instructions to this article soon.


==== Step One ====
==== Installation ====
* Copy the gui, Systems, and Nasal folders from the IT-AUTOFLIGHT folder to the aircraft's folder. Overwrite any conflicts.
* Copy the gui, Systems, and Nasal folders from the IT-AUTOFLIGHT folder to the aircraft's folder. Overwrite any conflicts.
* You may need to remove old autopilot dialogs for the IT-AUTOFLIGHT dialog to appear. Look inside the Systems and gui/dialogs folders.
* You may need to remove old autopilot dialogs for the IT-AUTOFLIGHT dialog to appear. Look inside the Systems and gui/dialogs folders.
Line 117: Line 117:


==================================================================================================
==================================================================================================
==== Step Two ====
* Open any nasal file. I recommend systems.nas, or a file with the aircraft name.
<syntaxhighlight lang="nasal">
setlistener("/sim/signals/fdm-initialized", func {
    itaf.ap_init();
});
</syntaxhighlight>


==== Complete ====
==== Complete ====
2,199

edits

Navigation menu