2,199
edits
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
|started = March 2016 | |started = March 2016 | ||
|description = Advanced Autopilot System | |description = Advanced Autopilot System | ||
|status = | |status = V4.0.0 Stable | ||
|developers = {{usr|it0uchpods}} | |developers = {{usr|it0uchpods}} | ||
}} | }} | ||
| Line 13: | Line 13: | ||
IT-AUTOFLIGHT is a modular, light, and advanced Airliner Autoflight system for FlightGear. | IT-AUTOFLIGHT is a modular, light, and advanced Airliner Autoflight system for FlightGear. | ||
Download IT-AUTOFLIGHT | Download IT-AUTOFLIGHT V4.0.X from [https://www.github.com/it0uchpods/IT-AUTOFLIGHT.git here]! | ||
The changelog for IT-AUTOFLIGHT | The changelog for IT-AUTOFLIGHT V4.0.X can be viewed [https://github.com/it0uchpods/IT-AUTOFLIGHT/blob/master/CHANGELOG.txt here]! | ||
{{TOC limit|3}} | {{TOC limit|3}} | ||
== | == Information == | ||
The standard version of IT-AUTOFLIGHT, modeled after complex jet airliner autopilots. | The standard version of IT-AUTOFLIGHT, modeled after complex jet airliner autopilots. | ||
=== Version 1.0 === | === Version 1.0 === | ||
Initial release on MD-88/90 and A340. | |||
=== Version 2.0 === | === Version 2.0 === | ||
First version designed for integration in other aircraft, improvements to logic. | |||
=== Version 3.0 === | === Version 3.0 === | ||
Major rewrite of most logic and controllers. New pitch modes like FLCH and basic autoland. This is the first version to be stable upon almost all aircraft due to optimized logic. | |||
=== Version 3.1 === | === Version 3.1 === | ||
Roll/Pitch Rate to drive aileron/elevator, autoland rollout Mode, and many improvements to stability, and operation. It also has new options which make it more modular, and easier to adapt. | |||
=== Version 3.2 === | === Version 3.2 === | ||
Changes include: Far better and smoother control for almost everything, and many important fixes for various modes. No new features. | Changes include: Far better and smoother control for almost everything, and many important fixes for various modes. No new features. | ||
=== Version 4.0 === | |||
Complete rewrite of logic in more efficient nasal. This includes many bugfixes to the system. No new features. | |||
== Development status == | == Development status == | ||
| Line 65: | Line 68: | ||
==== Before you Begin ==== | ==== Before you Begin ==== | ||
Download the latest version of IT-AUTOFLIGHT | Download the latest version of IT-AUTOFLIGHT V4.0.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. See instructions below. | ||
==== Installation ==== | ==== 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. | ||
| Line 208: | Line 211: | ||
* '''fpa''': Adjusts the Target Flight Path Angle in Degrees (-20.9 - 20.9). DOUBLE (Note: IT-AUTOFLIGHT can use higher/lower FPA, but it is not recommended.) | * '''fpa''': Adjusts the Target Flight Path Angle in Degrees (-20.9 - 20.9). DOUBLE (Note: IT-AUTOFLIGHT can use higher/lower FPA, but it is not recommended.) | ||
* '''lat''': Changes the roll mode to HDG SEL (0), LNAV (1), VOR/LOC (2), or HDG HLD (3). INT (Note: Mode 4 and Mode 5 exist, but you should not set this value to 4, or 5. Doing so may cause unexpected functionality.) | * '''lat''': Changes the roll mode to HDG SEL (0), LNAV (1), VOR/LOC (2), or HDG HLD (3). INT (Note: Mode 4 and Mode 5 exist, but you should not set this value to 4, or 5. Doing so may cause unexpected functionality.) | ||
* '''vert''': Changes the pitch mode to ALT HLD (0), V/S (1), ILS (2), FLCH (4), FPA (5). INT (Note: Mode 3, Mode 6, and Mode 7 exist, but you should not set this value to 3, 6, or 7. Doing so may cause unexpected functionality.) | * '''vert''': Changes the pitch mode to ALT HLD (0), V/S (1), ILS (2), FLCH (4), FPA (5). INT (Note: Mode 3, Mode 6, and Mode 7 exist, but you should not set this value to 3, 6, or 7. Doing so may cause unexpected functionality.) | ||
* '''bank-limit-sw''': Adjust the bank limit mode to AUTO (0), 5 Degrees (1), 10 Degrees (2), 15 Degrees (3), 20 Degrees (4), 25 Degrees (5), 30 Degrees (6). INT | * '''bank-limit-sw''': Adjust the bank limit mode to AUTO (0), 5 Degrees (1), 10 Degrees (2), 15 Degrees (3), 20 Degrees (4), 25 Degrees (5), 30 Degrees (6). INT | ||
| Line 222: | Line 224: | ||
* '''fd1''': Flight Director 1: Off (0), or On (1) | * '''fd1''': Flight Director 1: Off (0), or On (1) | ||
* '''fd2''': Flight Director 2: Off (0), or On (1) | * '''fd2''': Flight Director 2: Off (0), or On (1) | ||
* '''lnav-armed''': LNAV: Disarmed (0), or Armed (1) | |||
* '''loc-armed''': VOR/LOC: Disarmed (0), or Armed (1) | * '''loc-armed''': VOR/LOC: Disarmed (0), or Armed (1) | ||
* '''appr-armed''': ILS: Disarmed (0), or Armed (1) | * '''appr-armed''': ILS: Disarmed (0), or Armed (1) | ||
edits