September 11, 20232 yr Hi, not sure of the best way to explain this, but for switches 17-21 (upper left), how do I reprogram those with Axis & Ohs? I want to be able to choose one, and then use 13/14 (plus/minus) to adjust the values. Specifically I'm looking to program Com 1 frequencies with the top 2 buttons, 20/21. I'm very new to the product, so sure I'm just missing something, any help would be appreciated.
September 11, 20232 yr Commercial Member AAO is basically hardware agnostic. It doesn't care what controller is sending the signals, and it simply translates them into the simulators SDK assets. I would do this with RPN scripts. Use the switches to set an LVar to specific values and bind two larger scripts to the plus/minus that do different things for the different values of the LVar. Scripts would look something like this (I just invented the LVar name, it doesn't matter what you call it) - on the switches 1 (>L:PMSelector) and 2 (>L:PMSelector) etc. - the Plus script would be for example (L:PMSelector)·s0· l0·1·==·if{·1·(>K:COM_RADIO_FRACT_INC_CARRY)·}· l0·2·==·if{·1·(>K:NAV1_RADIO_FRACT_INC_CARRY)·}· etc. Be mindful that the plus/minus scripts may look different for different aircraft. Especially in MSFS the default SDK events and variables (which is what you see on the treelists in the app) are not used very often. Edited September 11, 20232 yr by Lorby_SI LORBY-SI
Archived
This topic is now archived and is closed to further replies.