Jump to content
The simFlight Network Forums

Getting autopilot state from various add-ons


Recommended Posts

Hi,

I would like to know if there was a general offset to get the autopilot from various add-ons (PMDG, Aerosoft) or if it is different for each add-on.

I've tried 07BC but it doesn't seem to work with at least the PMDG 777 and the Aerosoft Airbus professional, is that a mistake from me?

Thank you!

Best Regards,

Noah Boegli 

Link to comment
Share on other sites

Hi Noah,

You haven't made a mistake. Some add-ons (mainly the complex, study-level aircraft) use their own code for things like autopilot. They don't use the normal autopilot built into FSX/P3D. This means that the normal offsets won't have the correct data.

You need to get the data a different way for each add-on. I'm not sure about Aerosoft but for PMDG can use the offsets specified in:

\Modules\FSUIPC Documents\Offset Mapping for PMDG xxxx.pdf

Paul

 

Link to comment
Share on other sites

Hi Noa,

You can use L:Vars for AEROSOFT AIRBUS A3XX PRO

FSUIPCConnection.ReadLVar("L:AB_AP_AP1").ToString("F0") = 1 'AP1 set on  
FSUIPCConnection.ReadLVar("L:AB_AP_AP1").ToString("F0") = 0 'AP1 set off
FSUIPCConnection.ReadLVar("L:AB_AP_AP2").ToString("F0") = 1 'AP2 set on
FSUIPCConnection.ReadLVar("L:AB_AP_AP2").ToString("F0") = 0 'AP1 set off

You can find this L:VARS with Linda Modules
https://www.avsim.com/forums/topic/539164-new-aerosoft-a3xx-professional-v06-beta-24-jul-18/

You can retrieve L:VARS using Paul's method (Thanks again Paul wasp your time to teach me that)

Regards Fred

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.