Jump to content
The simFlight Network Forums

Chris97b

Members
  • Posts

    3
  • Joined

  • Last visited

About Chris97b

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

Chris97b's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. That works perfectly! Thanks Peter, I owe you one :D By the way, in case no one has told you lately; YOU DA MAN 8) -Chris
  2. Thanks for the info Pete. I didn't think it was possible, but figured I'd make sure :) I currently have it set to disarm at 60 kts, so no big deal, just something that would be nice to have Additionally, I got to thinking, I may write a small C++ app that watches the KB/Joystick for a brake command and use that to set the disarm in FSUIPC... so many things to play with, so little time :lol: Thanks again for your help! -Chris
  3. Hello all, I am trying to hack out the autobrake code for use in PMSystems, and I'm having a little trouble with the autobrake disarm. I want to write it, such that if the autobrake is braking, and the speed is below 60 kts, the autobrake will disarm when the user manually brakes (ie: by pressing the '.' key) Is there an offset which indicates manual braking? I have found the 0BC4 and 0BC6 for the L and R Brakes; but these values just indicate the braking force, and do not distinguish between the autobrake and manual braking. The docs refer to using the bytes 0C00 and 0C01 to simulate manual braking, but I cannot read from them (they stay 0, even when the '.' key is pressed) As far as I understand, these offsets are only used for setting manual braking (ie: simulating pressing '.') and not for reading the event. Is there any way to determine whether or not the user has pressed the brakes, or am I missing something in 0C00 and 0C01? Thanks, -Chris
×
×
  • 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.