Jump to content
The simFlight Network Forums

FSUIPC SDK, ENgine Starter offset


Recommended Posts

Hi,
I try to find offset for Engine starter

In FSX controls this function name is: Starter 1 (on/off)

I try with offset 0892 (engine 1 starter switch position), but this is not that I want.

 

Also is it possible with FSUIPC SDK, to simulate constantly pressed push buton, like on keyboard.

 

Thanks

Link to comment
Share on other sites

  • 2 weeks later...

In FSX controls this function name is: Starter 1 (on/off)

I try with offset 0892 (engine 1 starter switch position), but this is not that I want.

 

Why is 0892 not what you want? It operates the engine start switch. "Start" is the "GND" positon on a Boeing, for instance.

 

Also is it possible with FSUIPC SDK, to simulate constantly pressed push buton, like on keyboard.

 
The SDK provides ways of doing specific things. Buttons by themselves do nothing. You need to say what function you are trying to do. If you want simply to program a button, use button assignments.and simply program the "press" to do one thing and the "release" to do another. Or, if you want it repeating (as it would on the keyboard), select that option instead.
 
Pete
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.