Hi can anyone advise how I go about setting up a custom LVAR for my 310 please its LVAR. L:C310_SW_PRIMER, enum
Do I need something other than Spad.next?
Hi can anyone advise how I go about setting up a custom LVAR for my 310 please its LVAR. L:C310_SW_PRIMER, enum
Do I need something other than Spad.next?
Try this:
1- Select your button.
2- Add event β Button pressed.
3- Add action β Change data value
4- Lvar β C310 β Sw β C310_SW_PRIMER (LVAR) β Ok
5- Increment β To value 1 β Limits ON β Min: 0 Max: 2 β Rollover: On
Thank you will give it a go
Hi I canβt see anything under c310 in if I click LVAR I only see one thing in there! do I need to click new local variable? As the details on that box donβt match with what youβve said? I may be doing something wrong though
I think you can add Lvar manually. But in this video, it show how you can add all your Lvars when spad next is connected with msfs.
Jump to 5:35 (you need to add the Lvar bridge without msfs connected 3:55).
Great thanks
Got all that sorted thanks for your help just a quick one what does rollover do?
It allow you to change the Lvar from Max to Min (reset) using a simple button (not a switch), example:
Lvar=0 β you push a button β Lvar=1 β you push a button β Lvar=2 β you push a button β Lvar=0
Lvar=0 β you push a button β Lvar=1 β you push a button β Lvar=2 β you push a button β Lvar=2 (you will need another button to decrease Lvar value)
If you have a switch with 3 states, you should set the Lvar for each state.
Thanks for the great explanation
Sorry if this is in the wrong place, Iβm new here.
How can I use Spad.next to set up rudder trim using the Triple Gear trim wheel?
According to Behaviour Debug: MV_HANDLING_Knob_RudderTrim is what I should set
I am able to use buttons on the Gear-Falcon Triple Trim Deluxe to move rudder trim left and right using the RUDDER_TRIM_LEFT AND RUDDER_TRIM_RIGHT event to send those commands.
What I am trying to do is use the axis to issue those command as I move the wheel left or right.