Joystick interface

Hello fellow captains!
I'm trying to assign some controls using the Joystick interface like this:

J2_X=FlightControls_->sensors.Tiller_ADC
J2_Rz=FADEC_->FADEC_engines[0].controls.throttle
J2_Z=FADEC_->FADEC_engines[1].controls.throttle
J2_b19=electricsData_->control.APU_STARTER_SW
J2_b23=electricsData_->control.APU_PWR_SW
J2_b24=electricsData_->control.APU_GEN_SW

The tiller is working, but none of the others... Did I do something wrong?

Comments

  • Sorry for the noise, but I would really like some help on this 🙏

  • Hello,

    Regarding the power levers it could very well be the incorrect axii being assigned and or incorrect input device assignment, verify via the P3D input device binding process or via FSUIPC if you use it.

Sign In or Register to comment.