Skip to content

Commit

Permalink
Add warning about primer pump action in cessna.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Attwood committed May 29, 2022
1 parent 210254b commit 1b3e5fd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
5 changes: 5 additions & 0 deletions cessna.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<switch name="STROBE"> controls/lighting/strobe </switch>
<switch name="TAXI"> controls/lighting/taxi-light </switch>
<switch name="LANDING"> controls/lighting/landing-lights </switch>

<!-- Following enables the Gear up/down lever to operate the engine
primer, only on the Cessna 172P. Use on other aircraft will give
a (non-fatal) Nasal error in the simulator. -->

<switch name="GEARUP"> controls/engines/engine/primer-lever </switch>

<magnetos> controls/switches/magnetos </magnetos>
Expand Down
5 changes: 5 additions & 0 deletions code/saitekswitch/data/cessna.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<switch name="STROBE"> controls/lighting/strobe </switch>
<switch name="TAXI"> controls/lighting/taxi-light </switch>
<switch name="LANDING"> controls/lighting/landing-lights </switch>

<!-- Following enables the Gear up/down lever to operate the engine
primer, only on the Cessna 172P. Use on other aircraft will give
a (non-fatal) Nasal error in the simulator. -->

<switch name="GEARUP"> controls/engines/engine/primer-lever </switch>

<magnetos> controls/switches/magnetos </magnetos>
Expand Down
9 changes: 7 additions & 2 deletions code/saitekswitch/switchdefaultconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@
<switch name="FUELPUMP"> controls/hydraulic/system/electric-pump </switch>
<switch name="DEICE"> controls/engines/current-engine/carb-heat </switch>
<switch name="PITOTHEAT"> controls/anti-ice/pitot-heat </switch>
<switch name="COWLCLOSE"> controls/engines/engine/cowl-flaps-norm </switch>
<switch name="COWLCLOSE"> controls/engines/engine/cowl-flaps-norm </switch>
<switch name="PANELLIGHT"> controls/lighting/instruments-norm </switch>
<switch name="BEACON"> controls/lighting/beacon </switch>
<switch name="NAVLIGHTS"> controls/lighting/nav-lights </switch>
<switch name="STROBE"> controls/lighting/strobe </switch>
<switch name="TAXI"> controls/lighting/taxi-light </switch>
<switch name="LANDING"> controls/lighting/landing-lights </switch>
<switch name="LANDING"> controls/lighting/landing-lights </switch>

<!-- Following enables the Gear up/down lever to operate the engine
primer, only on the Cessna 172P. Use on other aircraft will give
a (non-fatal) Nasal error in the simulator. -->

<switch name="GEARUP"> controls/engines/engine/primer-lever </switch>

<magnetos> controls/switches/magnetos </magnetos>
Expand Down
9 changes: 7 additions & 2 deletions switchdefaultconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@
<switch name="FUELPUMP"> controls/hydraulic/system/electric-pump </switch>
<switch name="DEICE"> controls/engines/current-engine/carb-heat </switch>
<switch name="PITOTHEAT"> controls/anti-ice/pitot-heat </switch>
<switch name="COWLCLOSE"> controls/engines/engine/cowl-flaps-norm </switch>
<switch name="COWLCLOSE"> controls/engines/engine/cowl-flaps-norm </switch>
<switch name="PANELLIGHT"> controls/lighting/instruments-norm </switch>
<switch name="BEACON"> controls/lighting/beacon </switch>
<switch name="NAVLIGHTS"> controls/lighting/nav-lights </switch>
<switch name="STROBE"> controls/lighting/strobe </switch>
<switch name="TAXI"> controls/lighting/taxi-light </switch>
<switch name="LANDING"> controls/lighting/landing-lights </switch>
<switch name="LANDING"> controls/lighting/landing-lights </switch>

<!-- Following enables the Gear up/down lever to operate the engine
primer, only on the Cessna 172P. Use on other aircraft will give
a (non-fatal) Nasal error in the simulator. -->

<switch name="GEARUP"> controls/engines/engine/primer-lever </switch>

<magnetos> controls/switches/magnetos </magnetos>
Expand Down

0 comments on commit 1b3e5fd

Please sign in to comment.