Jump to content
The simFlight Network Forums

HOTAs and FSUIPC config for heading and speed adjustment


Recommended Posts

HI everyone, I am starting to get back into flying again, I was wondering if anyone can tell me if I can configure the rotary switches on the HOTAs Rhino to adjust the Speed, heading or radio frequence via FSUIPC. I am running P3Dv4.5 at the moment with a view of going to V5 at some point. 

 

Any advise is welcome 

Rob

Link to comment
Share on other sites

1 hour ago, helix1250 said:

I can configure the rotary switches on the HOTAs Rhino to adjust the Speed, heading or radio frequence via FSUIPC.

Yes, shouldn't be an issue, especially if the rotaries operate on buttons (as opposed to axes).

I can provide you with a trial license for FUIPC6 if you would like to try it. Of course, if you already have FSUIPC5, you can continue to use that with P3Dv4.5.

John

Link to comment
Share on other sites

9 minutes ago, helix1250 said:

So I am not sure if that will work, any ideas?

You should still be able to use them but would be trickier to set-up. Usually, for speed, heading and radio frequencies, you would assign to either up/down buttons, or up, fast-up/down, fast-down, for rotaries with two buttons in each direction. It doesn't really make sense to use axes for these - and there are no axes controls for such things.

Probably the easiest way to set-up such rotaries would be via a lua script. You can assign the rotary to write its value to a (free for general use) FSUIPC offset.
In the lua, which should be auto-started, you can monitor the offset using the event.offset function. When your handling function receives the value, you can then compare it to the previous value seen, and then send the appropriate inc/dec (or fast inc/dec) control depending upon whether it is greater or less than the previous value received, which indicates the direction.

John

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.