I’m trying unsuccessfully to get the flight director to move when using the AUTO_THROTTLE_TO_GA event. The plane has no Auto Throttle, its autopilot is similar to the King Air and C208.
Here are the relevant systems.cfg entries:
autopilot_available =1
flight_director_available =1
default_vertical_speed =0
autothrottle_available =0
autothrottle_takeoff_ga=1
autothrottle_arming_required=0
autothrottle_max_rpm=0
auto_throttle_hold_vs=0
pitch_takeoff_ga = 7
I also tested against some default aircraft and found out that:
- All aircraft that are equipped with Working Title avionics have it working
- It does not work on the default A320. I push the TOGA button on my yoke but nothing happens
- It works on the King Air 350i (G3X). Interestingly, autothrottle_takeoff_ga is set to 0 in its systems.cfg file
Can you point out what I’m doing wrong?