August 5Aug 5 Hey everyone,I'm working on creating an AAO (v4.58 b02) profile for the Cessna Citation Longitude, and I'm using a Behringer X-Touch Mini as a controller for various aircraft systems, in conjunction with a 10" touchscreen and popout panel manager 24. On the touch screen I've used the Web Fip pages before, but I find popping out the GTC screen works fine for me. I am attempting to bind a button to advance the checklists on the X-Touch Mini, on the knob which the TSC_Vertical_2_Right_Inner_Knob is assigned. I'm using the AS3000_TSC_Vertical_2_Right_Inner_Knob_Button command, but it is not working to press the button. I can scroll up or down just fine on the knob, but I can't check off things in the checklist.Is there a way to make this work, or is it a limitation? For reference I've tried all four Inner_Knob_Button assignments and none of them seem to work with the knob button, or a regular button on the X-Touch.Thanks in advance!
August 5Aug 5 Commercial Member 9 hours ago, Snuffysniper said:I'm using the AS3000_TSC_Vertical_2_Right_Inner_Knob_Button commandThat is not enough information. How this must be operated depends on what type of asset it is (HVar, IE, BVar, LVar etc.), and what value you should be sending with it. And IE will do different things when you send value 0 with it than when sending 1.Not at my computer at the moment - I would suggest taking a look at the knob's behavior code. Activate MSFS developer mode, open Tools->Behaviors, click back in the sim and hover the mouse over the knob. Then press Ctrl-G. Now take a look at the MouseRect component - it shows what happens when the knob is operated with the mouse - that's what you then replicate in AAO. Edited August 5Aug 5 by Lorby_SI LORBY-SI
August 5Aug 5 Author 3 hours ago, Lorby_SI said:Not at my computer at the moment - I would suggest taking a look at the knob's behavior code. Activate MSFS developer mode, open Tools->Behaviors, click back in the sim and hover the mouse over the knob. Then press Ctrl-G. Now take a look at the MouseRect component - it showsThat did it! Thank you so much for your help!! I'm new to this as you can probably tell... :D I used B: AS3000_TSC_Vertical_2_Right_Inner_Knob_Button_Push for the Key Down Event, and B: AS3000_TSC_Vertical_2_Right_Inner_Knob_Button_Release for the Key Up Event. Now I can scroll and check off things on the list, which is an immediate QOL improvement!Thanks again!
Create an account or sign in to comment