Rotary Encoder MobiFlight Programming
Posted: Tue Nov 16, 2021 3:34 am
Hello,
I am trying to get a rotary encoder ( specifically https://www.digikey.com/en/products/det ... 5P/2510104 ) to work with the KA 350i, MobiFlight is what I assume should work, however, I am having trouble deciphering where to put these values in MobiFlight FSUIPC Offset (which I believe is the right place to put it). The Excel sheet in the support forum has the list of LVars, but I'm not exactly sure where to place them. What I want to do with this rotary encoder is to be able to control the Indirect Instrument light so when I hop into a cold and dark plane I can flip it on and see what I am doing (after flipping the Battery Bus to norm (L:B350i_BatteryMasterFake) and Bat on (which I have programmed to other switches on my Alpha Yoke). I can't quite figure out where to put these values:
I am assuming it goes into this FSUIPC Offset page but I don't know how those should go!
Help? Thanks!
I am trying to get a rotary encoder ( specifically https://www.digikey.com/en/products/det ... 5P/2510104 ) to work with the KA 350i, MobiFlight is what I assume should work, however, I am having trouble deciphering where to put these values in MobiFlight FSUIPC Offset (which I believe is the right place to put it). The Excel sheet in the support forum has the list of LVars, but I'm not exactly sure where to place them. What I want to do with this rotary encoder is to be able to control the Indirect Instrument light so when I hop into a cold and dark plane I can flip it on and see what I am doing (after flipping the Battery Bus to norm (L:B350i_BatteryMasterFake) and Bat on (which I have programmed to other switches on my Alpha Yoke). I can't quite figure out where to put these values:
Code: Select all
OVH - INSTR INDIRECT (LEFT CLICK) (L:0x1110C, enum) ++ 30 min (>L:0x1110C, enum) 0x1110D (>L:L_EVENT,enum)
OVH - INSTR INDIRECT (RIGHT CLICK) (L:0x1110C, enum) -- 0 max (>L:0x1110C, enum) 0x1110C (>L:L_EVENT,enum)
Help? Thanks!