Jump to content
The simFlight Network Forums

Julian Schick

new Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Julian Schick

  1. Hello, I am programming a FBW-System for FS2004. To this end I have to deactivate the joystick elevator, elevator trim, aileron and rudder axes, as the FBW-System controls them directly. In order to achieve this I set offset 0x310A to 2^0|2^1|2^2|2^5. For most aircraft this works well, but there are some addon aircraft, wilco B737 pic for instance, which cause problems. As long as the joystick is completely deactivated via the FS settings, everything works fine. But when I activate the joystick within FS2004 (the throttle is still controlled via direct joystick input, that's why it has to be activated) the elevator and aileron sometimes (maybe 2-5 times/sec) jump to the input command which comes directly from the joystick and do not keep the value commanded by my FBW-System. Astonishingly these jumps seem to be more frequent when the joystick is moved, when it's being held still the jumps are scarce. I've already set up a test environment in which my program is just keeping the elevator at neutral position (commanding elevator position = 0 approximately 18 times per sec). The effect can now be seen very clearly. When I move the joystick forward frequent jumps occur. Holding it pushed forward the frequency of jumps is lower. Moving it back the frequency rises again. In neutral joystick position no jumps occur (logical: joystick input is 0, a jump from 0 to 0 will remain unnoticed). Maybe you have an idea what exactly may lead to these problems with the addon aicraft and what could be a solution. Regards, Julian S.
×
×
  • 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.