#CRJ/Bravo Encoder Dial Support Faster Option?

1 messages · Page 1 of 1 (latest)

lost echo
#

I've got the full AP working along with the Bravo's mode selector dial and it's related encoder dial, however, with my Lorby setup it allowed for me to hold the Shift key and it would essentially (if memory serves) kick the dial up to x10. As is now I have to turn the encoder for a LONG time to get to many of the settings I need. Is there a way to pull that off here so that in one state it's fast and in another it's normal?

opal lichen
#

You can do the same thing with the bravo. The way I did it was to use one of the rocker switches as a "fast mode" toggle. Have the rocker switch set a MobiFlight variable (e.g. fastmode to 1 for on, 0 for off).

#

Then use that as a second precondition for the lines you want fast mode on. you duplicate those lines, one of them active when fast mode is 1, the other active when fast mode is 0

#

and on the one when fast mode is active you adjust the event code to do a faster event. how exactly depends on the event.

lost echo
#

Given the .... high value of the rocker switches, given just the 7, can that be set to something outside the Bravo if so desired? I sense my first device coming as I keep thinking, "Wouldn't it be great to have like 30 more rocker switches?"

#

Oh... Hmm. I do have the Bravo's FLAP switch that I don't use as I use an Axis for that. I wonder if I can get it to set a one on a push say, down, and then back to a zero when I push it up.... As you know it always springs back to center after pushing it.

opal lichen
#

Sure, the flap lever is just a button

#

On press for the down button could set fast mode. On press for the up button could clear it

lost echo
#

Exactly. That should work. Nice. Thanks!

#

Will try it out. See my post on a new issue, Stutter. Uh oh.

opal lichen
#

If you look in hop hop there should be fast events for either the CJ4 or the TBM. Can't remember which one I did it for. If this CRJ uses the standard autopilot events then the fast events from those planes should work for you

lost echo
#

@Neil, for the CJ4 I see 6 presets called WT_CJ4_AP_HDG_FAST_INC, etc. Sound like yours?

opal lichen
#

yeah

lost echo
#

Okay, I should be able to decipher this. Thanks.

celest wave
#

I tested on the CRJ and it does have it when I turn the virtual knob, as well as turning my encoder in my panel.

lost echo
#

Yeah, this doesn't. It was somehow able to do it by using SHIFT, which sounds like it should be Plane-based, right?

#

Well then I undid something as I'm spinning that encoder forever to get to say SPEED 250.

celest wave
#

in the CRJ it is fairly easy to do the fast events, because everything is controlled by Lvars

lost echo
#

Well, obviously if it's there somehow I'd prefer to use that. I don't get how yours works and mine doesn't.

celest wave
#

so like for speed, you just need to change the ++ in the code to say 10 +

lost echo
#

Yep. I recall that's what I did way back.

#

How do you think it got tied to SHIFT? I just tested with Lorby and that's what it's doing.

#

Rather convenient if unrealistic.

celest wave
#

I am not very clear why would the fast turn function work from an encoder (without fast left and fast right configured) but not work if you send fast events from a button.... I don't think the sim knows what is sending the commands

lost echo
#

Maybe this isn't clear. I don't have FAST configured yet in MF.

celest wave
#

neither did I

lost echo
#

OH.

celest wave
#

but it works because the sim knows when you turn fast and activates the built in acceleration

lost echo
#

I'd ask Aerosoft about what might be in the plane, but they don't like questions.

#

Yeah, somehow I've killed that.

celest wave
#

So, it is not clear to me why the sim would work from an arduino connected encoder turning fast, but not from a HID joystick sending the same fast stream of commands.

#

the fact that it is configured in MF as a button, not an encoder, seems irrelevant.

#

The sim doesn't know AFAIK which device sent the command.