Mick Cliffe Posted January 15, 2013 Report Posted January 15, 2013 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
Pete Dowson Posted January 15, 2013 Report Posted January 15, 2013 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
Mick Cliffe Posted January 16, 2013 Author Report Posted January 16, 2013 Thanks Pete, I'll give the Lua route a go!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now