2,253
edits
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
This article contains information on only the V3.0.0 and later versions of IT-AUTOFLIGHT. Therefore, it required a new wiki page. | This article contains information on only the V3.0.0 and later versions of IT-AUTOFLIGHT. Therefore, it required a new wiki page. | ||
== History/Information == | |||
=== Version 1 === | |||
IT-AUTOFLIGHT was first my attempt of making the autoflight system in the MD-88 more advanced. It used a modified Generic Autopilot, and a simple nasal logic controller which decided if the modes were active or not, and put them all under one switch. [https://github.com/it0uchpods/MD-88/blob/8c1d96e87918201bd997626ecab665ebca20bb28/Nasal/MD-88-autoflight.nas Here] is the very first Nasal controller for IT-AUTOFLIGHT. It would print modes into the console mainly for later debug. I actually took this route to put it under one switch because I didn't know alot about the <enable> tags yet, and did not know complex conditions could be used (like the latest [https://github.com/it0uchpods/IT-AUTOFLIGHT/blob/master/Systems/it-autoflight.xml it-autoflight.xml] does). This went on for a while, with me refining it and adding things like LOC ARM/G/S ARM. Then I decided to bring it over into other aircraft. This required bring redoing the thrust system, due to the way it had been integrated. | |||
== Development status == | == Development status == | ||
edits