Second Beta release of Aviojet
Climbing out from Armilla (LEGA) |
Edit: this was released on December 3, 2017 at the .org site HERE
It is an XP10 version, following a request from the Spanish forum. Hopefully, it should also work in XP11.
I'm pretty convinced that this aircraft does NOT have an autopilot. Nevertheless, I appreciate that one would be handy for development work so I have added some "helpers". This is a separate object model called "ap_bits.obj". It will be removed before the final version is put out for distribution.
It uses the following DataRefs:
sim/cockpit/autopilot/airspeed
sim/cockpit2/autopilot/autothrottle_enabled
sim/cockpit/autopilot/heading_mag
sim/cockpit2/autopilot/heading_status
sim/cockpit/autopilot/altitude
sim/cockpit2/autopilot/altitude_hold_status[0]
sim/cockpit/autopilot/vertical_velocity
sim/cockpit2/autopilot/vvi_status
sim/cockpit2/autopilot/flight_director_mode
If you want to use any AP functionality, you will still need to figure out a way to change these variables. Simplest is probably the keyboard, for example:
Numpad-9 <NONE> sim/autopilot/airspeed_up
Numpad-3 <NONE> sim/autopilot/airspeed_down
S CTRL sim/autopilot/autothrottle_toggle
Numpad-6 <NONE> sim/autopilot/heading_up
Numpad-4 <NONE> sim/autopilot/heading_down
H CTRL sim/autopilot/heading
Numpad-8 <NONE> sim/autopilot/altitude_up
Numpad-2 <NONE> sim/autopilot/altitude_down
A CTRL sim/autopilot/altitude_hold
A <NONE> sim/autopilot/servos_toggle
. . . etc
Comments
Post a Comment