Good afternoon,
I've created several panels with AirManager for XPlane.
Recently, I installed FS2020, and I want to convert the panels so that they work for both simulators since I don't want to abandon XPlane.
In XPlane, I use the DataRefTool plugin, which allows me to press any button in the virtual cockpit and see which dataref has been modified, so that I know which dataref to use in my AirManager panel to achieve the same effect.
Is there something similar in FS2020? So that I can see which variable have been modified when I press a button in the virtual cockpit, so I can identify it and simulate it?
Thank you very much and best regards.
Alvaro
Identifying fs2020 variables
-
- Posts: 4988
- Joined: Thu Jul 27, 2017 12:22 am
Re: Identifying fs2020 variables
Hi Alvaro
there's mobiflight hubhop presets location, together with MSFS DevMode / Tools / Behaviors / LocalVariables tab, for which we have to not miss to uncheck (disable) "Show only vars set by plane"
https://hubhop.mobiflight.com/presets/
there's mobiflight hubhop presets location, together with MSFS DevMode / Tools / Behaviors / LocalVariables tab, for which we have to not miss to uncheck (disable) "Show only vars set by plane"
https://hubhop.mobiflight.com/presets/
Re: Identifying fs2020 variables
I’m sure many of us would love a tool such as Dataref Tool that works with MSFS but alas it’s not that simple I’m afraid. You have to become an investigator of the Sherlock Holmes standard if you want to solve all the mysteries. Some are simple and easy but others can take some tracking down. There are multiple tools to use some of which Gilles (@SimPassion) listed but the Microsoft chosen scheme is nowhere near as user friendly as the Xplane equivalent. I don’t expect FS2024 to change that either. Good Luck.
Air Manager panels at https://www.experimentalsimavionics.com
Youtube Channel https://www.youtube.com/channel/UC8ZqXX ... kfZMq5BKig
Air Manager API Tutorial Video Series https://youtube.com/playlist?list=PLNr0 ... baT4gJKg5D
Youtube Channel https://www.youtube.com/channel/UC8ZqXX ... kfZMq5BKig
Air Manager API Tutorial Video Series https://youtube.com/playlist?list=PLNr0 ... baT4gJKg5D
Re: Identifying fs2020 variables
Thank you both,
I have almost everything working, except for the batteries
the event "TOGGLE MASTER BATTERY" does not seem to work in the bonanza.
Regards
Alvaro
I have almost everything working, except for the batteries
the event "TOGGLE MASTER BATTERY" does not seem to work in the bonanza.
Regards
Alvaro
-
- Posts: 4988
- Joined: Thu Jul 27, 2017 12:22 am
- Crunchmeister
- Posts: 222
- Joined: Tue Aug 10, 2021 2:06 pm
Re: Identifying fs2020 variables
If you're referring to the default Bonanza (or its mods), the correct AM event command is fs2020_event("K:TOGGLE_MASTER_BATTERY", 1)
- Ryzen 5950x, 64GB 3600MHz RAM, RTX3070Ti
Simstrumentation Instrument dev
Free Air Manager instruments for MSFS available at http://www.simstrumentation.com
Simstrumentation Instrument dev
Free Air Manager instruments for MSFS available at http://www.simstrumentation.com
Re: Identifying fs2020 variables
Thank you,
Yes, it is the default bonanza. Now it works. I has trying to change the offset of FSUIPC7 (by Pete Dowson), since I use SIOC and opencockpits/iocards hardware. For some reason the offset does not work. The variable of AirManager works fine.
Thank you
Alvaro
Yes, it is the default bonanza. Now it works. I has trying to change the offset of FSUIPC7 (by Pete Dowson), since I use SIOC and opencockpits/iocards hardware. For some reason the offset does not work. The variable of AirManager works fine.
Thank you
Alvaro
-
- Posts: 4988
- Joined: Thu Jul 27, 2017 12:22 am
Re: Identifying fs2020 variables
Hi Alvaro, if you mentioned "K:TOGGLE_MASTER_BATTERY", be aware it actually differentiates from a variable, in the way it is an event !a533 wrote: ↑Thu Sep 28, 2023 8:54 am Thank you,
Yes, it is the default bonanza. Now it works. I has trying to change the offset of FSUIPC7 (by Pete Dowson), since I use SIOC and opencockpits/iocards hardware. For some reason the offset does not work. The variable of AirManager works fine.
Thank you
Alvaro
