Seahawk240 / Microsoft-FS2020-To-Arduino

A Simple Program which enables communication between a Serial Device (like an Arduino) and the Flight Simulator 2020
48 stars 7 forks source link

Missing AP_VS_HOLD input #13

Closed EpicDenmos closed 3 years ago

EpicDenmos commented 3 years ago

The simconnect input AP_VS_HOLD allowing to set the autopilot in VS mode is missing from the application.

Seems to be undocumented but working. See : https://forums.flightsimulator.com/t/vertical-speed-event-command-in-simconnect/278490

Should be added (or have a way to add it ourselve from the app)

Seahawk240 commented 3 years ago

Thank You! Much appreciated. I will add it in. Later on I will include a function where you can add your own inputs/exports.

Seahawk240 commented 3 years ago

After looking into it, i saw that you can actually set/send a custom value for every Output Value, changing the value in the Sim on the fly. I could include this functionality into my program but I'm not sure yet. What do you think?

Seahawk240 commented 3 years ago

Issue Closed for now