Skip to content

Commit

Permalink
AH-64D::PLT_SAI_PITCH_TRIM change command (#550)
Browse files Browse the repository at this point in the history
* AH-64D::PLT_SAI_PITCH_TRIM change command

The command was 3002 which is what it looks like it should be in command_defs.lua but testing with insight command 3004 works.

* Added comment regarding PLT_SAI_PITCH_TRIM
  • Loading branch information
jdahlblom authored Mar 5, 2024
1 parent ffd4b03 commit 38c2d33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Scripts/DCS-BIOS/lib/modules/aircraft_modules/AH-64D.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ AH_64D:definePotentiometer("CPG_INTL_FLOOD_L_KNB", 11, 3014, 366, { 0, 1 }, "CPG

-- Standby Attitude Indicator
AH_64D:definePushButton("PLT_SAI_CAGE", 13, 3001, 620, "PLT SAI", "Pilot SAI Cage Knob, (LMB) Pull to cage")
AH_64D:defineRotary("PLT_SAI_PITCH_TRIM", 13, 3002, 619, "PLT SAI", "Pilot SAI Cage Knob, (MW) Adjust aircraft reference symbol")
-- See https://github.com/DCS-Skunkworks/dcs-bios/pull/550
-- Command 3002 stopped working, testing showed 3004 works. ??? 05 March 2024
AH_64D:defineRotary("PLT_SAI_PITCH_TRIM", 13, 3004, 619, "PLT SAI", "Pilot SAI Cage Knob, (MW) Adjust aircraft reference symbol")

AH_64D:defineFloat("PLT_SAI_PITCH", 622, { -0.95, 0.95 }, "PLT SAI Gauges", "Pilot SAI Pitch")
AH_64D:defineFloat("PLT_SAI_BANK", 623, { 1, -1 }, "PLT SAI Gauges", "Pilot SAI Bank")
Expand Down

0 comments on commit 38c2d33

Please sign in to comment.