Waiving a white flag and asking for help. It's probably something stupid I'm overlooking but for the life of me I cannot get a LVAR mapped to my honeycomb. I've read through the manuals and looked at several posts. Maybe someone can tell me what I'm overlooking. Hopefully if I can map one switch, I can reverse engineer and replicate from there.
Trying to map the AUX_BUS switch in the SWS Kodiak to a on/off switch on my honeycomb alpha. Here's what I've done so far:
1) Verified the LVAR I need is XMLVAR_AUX_Bus_ON from hubhop.mobiflight. Listed LVARs with Add-Ons -> List WASM -> List Lvars. It does show up and has possible values of 0 and 1 (verified by clicking in MSFS on it and refreshing the Lvars list to see it change.
2) I'm using Profiles, so in my kodiak.ini file, I added it as my first LvarOffset as an unsigned bit at what I understand to be the first available free address
[LvarOffsets]
1=L:XMLVAR_AUX_Bus_ON=UB0xA000
3) In FSUIPC7, under assignments -> Buttons & switches, I've checked the profile box, verified it matches the right one and clicked the button on my alpha (it registed as C 18 for what its worth. Hit the checkbox for Select for FS Control
4) Choose Offset Byte Togglebits, offset of xA000 and parameter x01
5) Clicked OK
6) Re-opened button assignments window, chose reload all buttons just in case
7) Double checked the Ini file. It did add the button entry (Entire file contents below):
[Profile]
Created=03/02/2022 16:20:49
[LvarOffsets]
1=L:XMLVAR_AUX_Bus_ON=UB0xA000
[Buttons]
0=PC,18,Cx0D00A000,x01 -{offset byte togglebits, offset A000}-
😎 Tried to use the button. Nothing happens
- What on earth am I forgetting to do?