Erraneous steering tiller binding

Using the template below will greatly help the team reproduce the issue and ease the process of fixing it. Before posting, search for an existing report. If you are not sure it’s a bug, please first report in User Support Hub.

3 tags are required - add them in the tag section next to the title above:

  • One for iteration (msfs-2020 or msfs-2024)

  • One for platform (ms-store, steam, xbox , or xcloud)

  • One for aircraft if related (start typing in your aircraft name in the tag section and pick correct option)

Feel free to delete this quote section after adding your appropriate tags.

ISSUE DESCRIPTION

Description of the issue:In my homecockpit realised with a PMDG737-800 I use two BU0836 and a Saitek rudder unit. Since I had some problems with binding the steering tiller, I use FSUIPC to control most of the axes. But to get correct working tiller and rudder, I program the tiller on one BU0836 axys and the Saitek rudder inside MSFS. After programming everything works fine, the tiller axys is only shown on one BU0836. But after closing the simulator and opening it again, the tiller is shown on both BU0836 option windows and interacts obviously with an axys of the other BU0836. The front wheel jumps to extreme positions, depending e.g. from the position of the spoiler lever, that has no binding inside MSFS.

When I delete the wrong binding of the steering tiller from the incorrect BU0836, tiller and rudder work correct again. But after restart the wrong binding is there again. So during start the tiller seems to be connected to two joysticks. Any idea what is going wrong here?

FREQUENCY OF ISSUE

Always after start of MSFS

REPRODUCTION STEPS

Please list clear steps you took in order to help our test team reproduce the same issue:

  1. Program Tiller axys on one BU0836, close MSFS

  2. Start MSFS and PMDG737-800, open control options window

  3. See, that both BU0836 windows show the tiller axys, one working, the other shows tiller binding, but inputs reverser#2 axys (connected to the other BU0836) , but directed to the tiller

YOUR SETTINGS

See above. All other functions work without problems.

MEDIA

The first two pictures after new binding. This works fine.

The following pictures after restart of MSFS. The first picture shows the wrong binding.

Maybe because they have the same name and are detected as one by MSFS ? I had a similar problem with 3 Pi pico I used to manage buttons+encoders and had to rename them and change a parameter named ‘PID’

supervisor.set_usb_identification(
manufacturer=“Project Pi”,
product=“Pico Gamepad 3”,
vid=0x239A,
pid=0x00F2 <←—— changed last

)

usb_hid.set_interface_name(“PicoPad3”) ←——- change name

Probably not so easy on BU0836A ? I don’t know