Bindings for copilot instruments & standbys
-
To increment and decrement the glass panel barometers, it should be as easy as the HTML events:
H:ALT_BaroAdjust_Inc_1andH:ALT_BaroAdjust_Dec_1(_2 for the right side). For the standby altimeter, you can use the native events:K:KOHLSMAN_INCandK:KOHLSMAN_DEC. -
To increment and decrement the glass panel barometers, it should be as easy as the HTML events:
H:ALT_BaroAdjust_Inc_1andH:ALT_BaroAdjust_Dec_1(_2 for the right side). For the standby altimeter, you can use the native events:K:KOHLSMAN_INCandK:KOHLSMAN_DEC.@Black-Square said in Bindings for copilot instruments & standbys:
To increment and decrement the glass panel barometers, it should be as easy as the HTML events:
K:ALT_BaroAdjust_Inc_1andK:ALT_BaroAdjust_Dec_1(_2 for the right side). For the standby altimeter, you can use the native events:K:KOHLSMAN_INCandK:KOHLSMAN_DEC.K events like that are normally able to be bound with MSFS default bindings, yes?
-
Did you try the second index? K:ALT_BaroAdjust_Inc_2? If you're looking at an altimeter in the airplane, it's connected to an altimeter in the simulation, each of which have a unique index.
-
I figured it out looking at your code. To get to the analog altimeter settings it's K:KOHLSMAN_INC and K:KOHLSMAN_DEC parameter 3 - parameter 1 is the pilot side display, 2 is the copilot display. You translated ALT_BaroAdjust_*_1 and _2 but nothing for the 3rd one. But this works.