cellular55 Posted March 24, 2011 Report Posted March 24, 2011 Hi Pete, is there a way to understand if the engines reverse are engaged? I have tried checking if the offsets 088C or 0B00 are equal -4096, but that does not seem to work. Thanks and best regards Joe
Pete Dowson Posted March 24, 2011 Report Posted March 24, 2011 is there a way to understand if the engines reverse are engaged? I have tried checking if the offsets 088C or 0B00 are equal -4096, but that does not seem to work. Reverse is engaged when the throttle values are negative, not just -4096 which is the maximum reverse JOYSTICK input value. Different aircraft have different reverse thrust limits, defined in their Aircraft.CFG files, so it could be any negative number for full reverse -- and any negative number is some degree of reverse thrust. 088C is the current Engine 1 throttle setting. 0B00 only tells you what the maximum reverse value is for the current aircraft. It is a fixed value for that aircraft and will only be fixed at -4096 if that's the value defined in the Aircraft.CFG file. If all aircraft had -4096 as max reverse, by definition, then it would actually be a waste of an offset telling you that, would it not? Be sure to treat the 16-bit WORD you are reading as signed, otherwise it will look like a very large positive number instead. Regards Pete
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