nmcguire Posted July 28, 2007 Report Posted July 28, 2007 Hi Pete, I am wondering, is there a way to determine ground speed=0. I would like to put a condition on a joystick button that would not allow park brake to be set if the gs>0. thanks Neil
Pete Dowson Posted July 29, 2007 Report Posted July 29, 2007 I am wondering, is there a way to determine ground speed=0. I would like to put a condition on a joystick button that would not allow park brake to be set if the gs>0. Ground speed is at offset 02B4 as a 32-bit value in 65536 x metres/sec. You could assign your button as normal and then edit the INI to prefic it with the condition "D02B4=0", or for almost zero (as the value goes down to as low as 1/65536th of a metre/sec), something like "D02B4<1000" (less than half an inch per sec). Etc. 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