#Boeing 737 pmdg separate engine control
1 messages · Page 1 of 1 (latest)
Which event are you using to control the two throttle levers?
Msfs2020-PMDG-700. - contorol-throttle1
And Throttle2
Both axes work but stick to the adjacent one
those are not for a potentiometer type control
use the generic engine throttle event
in the future, please always specify what is it you are doing, which event you are using specifically. Showing screenshots of your input and output configs helps us understand what you did.
I'll get home and take a look. The code is definitely not the same. I'll come back with screenshots
This is the code I use for PMDG 737 left throttle lever
@ 22 - 16.253 * 0 max 16383 min (>K:THROTTLE1_SET)
You are using THROTTLE_SET
You can make settings in the simulator itself. In Mobilight, nothing
Should be THROTTLE2_SET
By definition THROTTLE_SET controls both throttle levers, so the behavior you get is what is expected.
And THROTTLE1_SET for the left lever.
OK, glad it worked