Hi everyone!
@John Dowson I'm trying to configure my Logitech X56 and include the mode selector to adjust (Altitude, HDG and Speed) on the PMDG MSFS B737.
I'm reading the documentation, but as I'm not a programmer I'm very confused.
With this line of code in FSUIPC7.ini I can adjust the Heading bug:
59=PE,29,CPPMDG_B737_MCP_HDG_INC,0 -{Preset Control}-
60=PE,30,CPPMDG_B737_MCP_HDG_DEC,0 -{Preset Control}-
However, I would like to create conditions to use the M1, M2 and M3 mode selector on my Logitech X56.
From what I understand in the documentation, I should do this:
59=CP(+E,134),PE,29,CPPMDG_B737_MCP_HDG_INC,0
60=CP(+E,134),PE,30,CPPMDG_B737_MCP_HDG_DEC,0
But I've tried it that way and it doesn't work!
My idea is to change the altitude by leaving it in M1 mode. in M2 the Heading Bug and M3 the speed.
I made a drawing (work of art) to make it easier to understand. I want usage rights to the image! 🙂
Can someone help me?