2,177
edits
(Update for 4.0.7) |
(→SDK) |
||
| Line 203: | Line 203: | ||
== SDK == | == SDK == | ||
This section will discuss the inputs and outputs of IT-AUTOFLIGHT. These can be used for PFD/MCP interfacing, or building a custom autothrottle, or any other need for communicating with IT-AUTOFLIGHT. I will also list what types of inputs are allowed. (BOOL, INT, etc.) | This section will discuss the inputs and outputs of IT-AUTOFLIGHT. These can be used for PFD/MCP interfacing, or building a custom autothrottle, or any other need for communicating with IT-AUTOFLIGHT. I will also list what types of inputs are allowed. (BOOL, INT, etc.) | ||
==== | ==== Input: /it-autoflight/input ==== | ||
* '''alt''': Adjusts the Target Altitude in Feet (0 - 50000). INT (Note: IT-AUTOFLIGHT can fly higher than 50,000 feet, but it is not recommended.) | * '''alt''': Adjusts the Target Altitude in Feet (0 - 50000). INT (Note: IT-AUTOFLIGHT can fly higher than 50,000 feet, but it is not recommended.) | ||
* '''ap1''': Switches the Autopilot 1 Off (0) and On (1). BOOL | * '''ap1''': Switches the Autopilot 1 Off (0) and On (1). BOOL | ||
| Line 232: | Line 232: | ||
* '''vert-speed-fpm''': IT-AUTOFLIGHT's internal vertical speed computer. | * '''vert-speed-fpm''': IT-AUTOFLIGHT's internal vertical speed computer. | ||
==== | ==== Output: /it-autoflight/output ==== | ||
Note: DO NOT set ANY of these values!!! This WILL cause a malfunction! Only read from them. These values are the output of the logic controller, if a value you need is not here, then it does not go through the logic controller. | Note: DO NOT set ANY of these values!!! This WILL cause a malfunction! Only read from them. These values are the output of the logic controller, if a value you need is not here, then it does not go through the logic controller. | ||
* '''ap1''': Autopilot 1: Off (0), or On (1) | * '''ap1''': Autopilot 1: Off (0), or On (1) | ||
edits