yankeeclipper Posted November 19, 2019 Report Posted November 19, 2019 I have read the manuals. I just don't understand how I'm supposed to control something as simple as a battery switch on a flight yoke. The yoke in question is one that has a physical toggle switch, just like in the real aircraft--press it up (for feature on) or down (for feature off). But there is only a 'toggle' setting for battery (or avionics, or ...) in the list of controls (in FSUIPC buttons tab) that can be sent. This obviously doesn't work, since it means that physically pressing the battery switch up will only resulting in *changing* the state, but not ensuring that battery master is actually on. Likewise, pressing the switch down, won't ensure that the battery master is off. Now I could of course just set both the "up" and "down" positions to equal toggle, but that's rather kludgy as this assumes that the state of the virtual aircraft aligns with the state of the physical switch. And again, it would seem a bit kludgy to work around that by first aligning through the use of the virtual switch. Kinda takes the magic out of it. Did I miss something?
Thomas Richter Posted November 19, 2019 Report Posted November 19, 2019 Hi, seems there is no control for ON/OFF available. But did you check the Offset list, you will find Quote 281C 4 Master battery switch (1=On, 0=Off) So using this Offset for ON position with value 1 and for OFF position with value 0. Of course there might be add-on aircrats where this doesn't work either, then their is still the way to assign macros or using Lua and L:Vars. Thomas
yankeeclipper Posted November 19, 2019 Author Report Posted November 19, 2019 Thanks Thomas. I have to admit you lost me on some of that, but I did try your offset suggestion and it worked, at least for the battery. I'll see if I can understand what the offset values are all about and try it with the rest of the controls.
Thomas Richter Posted November 19, 2019 Report Posted November 19, 2019 Hi, Offsets values , length like the one for Battery 4 equals DWORD, is all described in the both manual ... Thomas
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now