Mick Cliffe Posted January 15, 2013 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Pete Dowson Posted January 15, 2013 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Mick Cliffe Posted January 16, 2013 Author Report Share Posted January 16, 2013 Thanks Pete, I'll give the Lua route a go! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.