Milviz 310r Custom LVAR Setup help

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

1 Like

Thank you will give it a go :+1:

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 :joy:


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).

1 Like

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:

  • With rollover (Min=0, Max=2):

Lvar=0 β†’ you push a button β†’ Lvar=1 β†’ you push a button β†’ Lvar=2 β†’ you push a button β†’ Lvar=0

  • Without rollover (Min=0, Max=2):

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.

1 Like

Thanks for the great explanation :+1:

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.