Jump to content
The simFlight Network Forums

Offset for Flap motion / transit


Recommended Posts

Hi.

I am trying to find if there is an offset that indicates when the flaps are in motion.

I will be using it to trigger an audio event for the flap motor in the back of my sim.

It obviously needs to only be "on" when the flaps are between commanded positions.

I looked through the offset list but couldn't find anything in there like this

Cheers,

Mick

Link to comment
Share on other sites

It obviously needs to only be "on" when the flaps are between commanded positions.

I looked through the offset list but couldn't find anything in there like this

You can only detect it by seeing the values change. Just read offset 0BE0 or 0BE4 every 100 mSecs, say, and if different, they're moving. If same, not moving.

If you aren't able to do it for whatever interface you are using, you could have a little Lua plug-in doing this, setting or clearing a flag in a user offset such as 66C0.

Regards

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.