Battery Bus Switch LVAR/EventID
- johnh
- Posts: 50
- Joined: Mon Sep 16, 2019 1:19 pm
Battery Bus Switch LVAR/EventID
Hi All,
Thanks to Chris I have got almost everything I want to work off my Saitek Panels and FIP's. But for the life of me a cannot figure out how to assign a switch to the Bat Bus (EMER OFF/NORM).
Edit: also the Left/Right Ignition Switches if possible
Any clues?
Thanks to Chris I have got almost everything I want to work off my Saitek Panels and FIP's. But for the life of me a cannot figure out how to assign a switch to the Bat Bus (EMER OFF/NORM).
Edit: also the Left/Right Ignition Switches if possible
Any clues?
-
- Posts: 108
- Joined: Tue Jan 07, 2020 2:33 pm
- Location: LOWW
- Contact:
Re: Battery Bus Switch LVAR/EventID
The corresponding LVAR for the BAT BUS switch is called "B350i_BatteryMasterFake".
Value "1" -> "EMER OFF"
Value "0" -> "NORM"
For the Ignition and Engine Start switches, its "StarterLeft" and "StarterRight"
Value "1" -> "ON"
Value "0" -> "OFF"
Cheers,
Chris
Value "1" -> "EMER OFF"
Value "0" -> "NORM"
For the Ignition and Engine Start switches, its "StarterLeft" and "StarterRight"
Value "1" -> "ON"
Value "0" -> "OFF"
Cheers,
Chris
- johnh
- Posts: 50
- Joined: Mon Sep 16, 2019 1:19 pm
Re: Battery Bus Switch LVAR/EventID
Thanks again Chris, silly questions like this are what you get when you should have gone to bed 10 - 12 hours earlier 

-
- Posts: 108
- Joined: Tue Jan 07, 2020 2:33 pm
- Location: LOWW
- Contact:
Re: Battery Bus Switch LVAR/EventID
Don't worry, sometimes it can be a real pain to find the correct variable or event name, I also did spend a few hours on this
I still didn't find a way to directly set the autopilot values, like Heading, Altitude, FLC Speed or Vertical Speed. I really would like to set those values directly, but so far I just managed to write a LUA script that is simulating the rotary increase/decrease actions until the values within the MVKA match my desired values. Not exactly nice, but at least it works...
Maybe you can help me out here in return

I still didn't find a way to directly set the autopilot values, like Heading, Altitude, FLC Speed or Vertical Speed. I really would like to set those values directly, but so far I just managed to write a LUA script that is simulating the rotary increase/decrease actions until the values within the MVKA match my desired values. Not exactly nice, but at least it works...
Maybe you can help me out here in return

- johnh
- Posts: 50
- Joined: Mon Sep 16, 2019 1:19 pm
Re: Battery Bus Switch LVAR/EventID
I will try! I have PM'd you my setup for the Multi & Radio Panels. Had to PM as I could not attach PDF's here.
PS. Let me know if you don't receive my PM by tomorrow. II have been having issues with my PM's sometimes not going.
PS. Let me know if you don't receive my PM by tomorrow. II have been having issues with my PM's sometimes not going.
- Slayer
- Posts: 1517
- Joined: Sat Mar 08, 2014 3:26 am
- Contact:
Re: Battery Bus Switch LVAR/EventID
I believe those gauges are C++. It may not be possible to get data from them. I will as Tomas if it can be done.
- johnh
- Posts: 50
- Joined: Mon Sep 16, 2019 1:19 pm
Re: Battery Bus Switch LVAR/EventID
Thanks Steve, would be great to know if it can be done.
-
- Posts: 108
- Joined: Tue Jan 07, 2020 2:33 pm
- Location: LOWW
- Contact:
Re: Battery Bus Switch LVAR/EventID
Reading the LVARs is possible without a problem. But for the mentioned autopilot values, it's obviously just not possible to write to them directly.
Reason I would need this: My hardware autopilot panel is calculating values for heading, speed and so on directly within the hardware, because this enables absolute lag free rotary encoder operation.
Right now, I have to constantly compare the actual values within the MVKA to the target values from my hardware, and have to use the VC rotary increase/decrease events until those values match.
Long story short - would be really helpful, to be able to directly write those AP LVARs.
Cheers!
Reason I would need this: My hardware autopilot panel is calculating values for heading, speed and so on directly within the hardware, because this enables absolute lag free rotary encoder operation.
Right now, I have to constantly compare the actual values within the MVKA to the target values from my hardware, and have to use the VC rotary increase/decrease events until those values match.
Long story short - would be really helpful, to be able to directly write those AP LVARs.
Cheers!