Skip to content

Engine HUD

📢 - INFO

If your flight log has engine data, StolWRX overlays a live engine gauge panel on the map that follows the strip chart cursor. It's a replica of the typical six-pack of engine instruments — handy for replaying an incident or debugging a run-up.

When It Appears

The Engine HUD appears automatically whenever the loaded flight log has any columns whose name starts with E1, E2, etc. (for example E1 MAP, E1 RPM, E1 CHT1, E1 EGT4, E1 OilT). If the log has no engine columns, the HUD is hidden.

If more than one engine is logged (twin-engine), StolWRX picks the lowest- numbered engine it finds.

Gauges Shown

The HUD groups values into three sections:

Arc gauges

Round, analog-style gauges with a needle sweeping an arc. Color zones follow standard aviation conventions: green = normal, yellow = caution, red = danger / limit.

  • MAP — Manifold Pressure (inches Hg). Range 10–35.
  • RPM — Engine RPM. Range 0–3000.

Horizontal bars

  • Fuel Flow — GPH. Range 0–30. Green bar (no typical caution zones).
  • Oil Pressure — PSI. Range 0–120 with yellow/red zones on both ends.
  • Oil Temp — °F. Range 0–260 with yellow/red zones on both ends.

Fuel Quantity

Two bar indicators (L/R tanks) showing current fuel. Turns yellow below 25% of max, red below 15%.

Cylinder bar charts

Two vertical bar groups:

  • CHT — Cylinder Head Temperature. One bar per cylinder (E1 CHT1E1 CHT6). Red above 435 °F, yellow above 400 °F.
  • EGT — Exhaust Gas Temperature. One bar per cylinder. Red above 1650 °F, yellow above 1500 °F.

Following the Strip Chart

The HUD values update to match whatever row the Strip Chart cursor is on. Dragging the cursor across the chart animates the gauges and bars in real time — you can see CHTs spike after a low-pass or fuel flow drop after a leaning sweep.

Position on the Map

The HUD floats in a corner of the map (typically top-right). It's a visual overlay only — it doesn't intercept clicks on the track or waypoints underneath.

On narrow screens, the HUD collapses to a smaller footprint so it doesn't cover the whole map.

Limit Values

The green/yellow/red zones are sourced from engineHudConfig.ts in the app. The current defaults are tuned for Lycoming IO-390 / IO-540 class engines in common backcountry airplanes. The limits are hard-coded in the app at this time — a future update may make them per-flight configurable.

GaugeUnitsRangeNotes
MAPinHg10–35Yellow zones near min and max
RPMrpm0–3000Red-line ~2790 (93%)
Fuel FlowGPH0–30All green
Oil PressurePSI0–120Yellow <30, >90; Red <18, >108
Oil Temp°F0–260Yellow <52, >208; Red <26, >239
CHT°FYellow ≥400, Red ≥435
EGT°FYellow ≥1500, Red ≥1650
Fuel Qtygal0–40Yellow <25%, Red <15%

Shared Flights

The Engine HUD is shown on public shared views too, as long as the shared flight log has engine columns. The recipient sees the same gauges animate as they scrub through the shared crop.