You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see, the Auto-Throttle switch is the only switch on the Multi
Panel that can't be remapped. It would be useful to map that switch to
something else. If possible, please allow remapping of the switch in
xsaitekpanels.ini. Thanks
Original issue reported on code.google.com by [email protected] on 17 Nov 2013 at 4:17
The text was updated successfully, but these errors were encountered:
…256#3
; ******* Auto throttle switch mappings ***************
;Auto Throttle Switch enable = 0 disable | = 1 enable | = 2 remapable datareference | = 3 remapable command | = 4 remapable float datareference
;remapable float datareference a 100 will end up 1.000000, 50 will end up 0.500000
Auto Throttle Switch enable = 4
;Auto Throttle Switch Armed value = 0 | = 1
Auto Throttle Switch Armed value = 1
;command for auto throttle switch on command
auto_throttle_switch_on_cmd = sim/engines/carb_heat_on
;command for auto throttle switch off command
auto_throttle_switch_off_cmd = sim/engines/carb_heat_off
;command for auto throttle switch on command
auto_throttle2_switch_on_cmd =
;command for auto throttle switch off command
auto_throttle2_switch_off_cmd =
;command for auto throttle switch on command
auto_throttle3_switch_on_cmd =
;command for auto throttle switch off command
auto_throttle3_switch_off_cmd =
;command for auto throttle switch on command
auto_throttle4_switch_on_cmd =
;command for auto throttle switch off command
auto_throttle4_switch_off_cmd =
;datareference for auto throttle switch position
auto_throttle_switch_remapable_data = sim/cockpit2/engine/actuators/mixture_ratio_all
;datareference value for auto throttle switch on
auto_throttle_switch_remapable_data_on_value = 80
;datareference value for auto throttle switch off
auto_throttle_switch_remapable_data_off_value = 10
;datareference for auto throttle switch position
auto_throttle2_switch_remapable_data =
;datareference value for auto throttle switch on
auto_throttle2_switch_remapable_data_on_value = 80
;datareference value for auto throttle switch off
auto_throttle2_switch_remapable_data_off_value = 10
;datareference for auto throttle switch position
auto_throttle3_switch_remapable_data =
;datareference value for auto throttle switch on
auto_throttle3_switch_remapable_data_on_value =
;datareference value for auto throttle switch off
auto_throttle3_switch_remapable_data_off_value =
;datareference for auto throttle switch position
auto_throttle4_switch_remapable_data =
;datareference value for auto throttle switch on
auto_throttle4_switch_remapable_data_on_value =
;datareference value for auto throttle switch off
auto_throttle4_switch_remapable_data_off_value =
Original issue reported on code.google.com by
[email protected]
on 17 Nov 2013 at 4:17The text was updated successfully, but these errors were encountered: