GAUGE: Jet Style Navigation Wide Angle
Gauge v1.5.000 - Current Version 18th Feb 2024

Features:
No waypoints, beacons or airports are displayed due to limitations of ESP Variables available.
 
1) Compass and digital heading indicator
2) Heading bug set on left dial
3) CRS set on right dial with ILS indicator
4) Glide slope indicators x2
5) DME & ADF Pointers
6) MAP and ATC buttons
7) Background colour black or blue [S6]
8) Alternative Compass Rings [S5]
9) Brightness Control (Physical FIP)
 
FREE FBW compatibility snippets to download
https://fipgauges.com/download/Gauge_Snippets.zip

Aircraft Compatibility:
Simulator: Fully Compatible
3rd Party: Not Tested
Fully Compatible
Fully Compatible

Buttons & Dials Summary:
[S1] Mini Menu:
[S5] Alternative Compass Rings:
[S6] Swop Black and Blue Background:
[L Dial] Change HDG Value Down/Up:
[R Dial] Change CRS Value Down/Up:

About Jet Style Navigation Wide Angle:
This gauge will switch off automatically when the aircraft bus voltage drops to zero or if the aircraft bus voltage drops below FG_GLOBAL_MIN_VOLTAGE value if set.

The Main Gauge:
For FBW compatibility I have created some code snippets https://fipgauges.com/download/FBW_Gauge_Snippets.zip
 
The snippet files are named after the gauge filename they relate to and the buttons they should be pasted to. Do not attempt to use snippets on different gauges other then the gauge filename shown and MUST be pasted to the button or dial indicated in the snippet file name.

Buttons & Dials Details:
[S1] Version & Info Page:
 
[S2] PMDG 737 Compatibility:
Press [S2] to toggle PMDG 737 compatibility mode on and off.
 
[S5] Alternative Compass Rings:
 
[S6] Swop Black and Blue Background:
 
[L Dial] Change HDG Value Down/Up:
 
[R Dial] Change CRS Value Down/Up:

Variables:
FG_JET_NAVWIDE_BUTTONS (Profile)
     Side Buttons (Off = 0, On = 1)
 
FG_JET_NAVWIDE_INSTRUCTIONS (Session)
     Instructions Page (Off = 0, On = 1)
 
FG_JET_NAVWIDE_LABELS (Profile)
     Side Button Labels (Off = 0, On = 1)
 
FG_JET_NAVWIDE_MENU (Session)
     Menu Item Index (0 to 5)
     0 = Menu Closed
     1 = Version & Info
     2 = Compass Style
     3 = Glass Reflections
     4 = Background Colour
     5 = Brightness Control
 
[S1] SCRIPTED CUSTOM VARIABLE MAPPINGS:
FG_JET_NAVWIDE_HEADING_BUG (Session)
FG_JET_NAVWIDE_CRS (Session)
 
SIMCONNECT Vars Used:
Autopilot heading lock dir,degrees
Plane heading degrees magnetic,degrees
ADF SIGNAL:1,number
ADF radial:1,degrees
NAV HAS NAV:1,bool
NAV RADIAL:1,degrees
NAV obs:1,degrees
NAV CDI:1,number
NAV GSI:1,number
NAV DME:1,nmiles
 
 
fipgauges.com GLOBAL VARIABLES:
(not all vars used in every gauge)
 
FG_GLOBAL_DIAL_SPEED (Session)
     Variable used for dial acceleration (Off = 0, On = 1)
 
FG_GLOBAL_GAUGE_BRIGHTNESS (Profile)
     Brightness value of physical FIP's. Affects all physical gauges (20-250)
 
FG_GLOBAL_GAUGE_BRIGHTNESS_MODE (Profile)
     Variable used when editing Global or individual Brightness (0-1)
     0 - Global Brightness
     1 - Individual Brightness
   
FG_GLOBAL_GLASS (Profile)
     Glass Reflection (Off = 0, On = 1)
 
FG_GLOBAL_HIDE_MENU_LED (Profile)
     Toggle visibility of Mini Menu LED (0 = On, 1 = Off)
 
FG_GLOBAL_JET_COLOUR (Profile)
     Background Colour (0 to 3)
     1 = Grey panel with grey gauge face
     2 = Blue grey panel with grey gauge face
     3 = Dark grey panel with black gauge face
     4 = Dark blue panel with black gauge face.  
 
FG_GLOBAL_JET_BACKGROUND_COLOUR (Profile)
     Background Colour (Black = 0, Blue = 1 )
 
FG_GLOBAL_MIN_VOLTAGE (Profile)
     Minimum voltage before gauge electronics turns off (-1 to 150)
     -1 = Disabled
     0 - 150 = Off Voltage Level
 
FG_GLOBAL_MIN_VOLTAGE_CACHE (Profile)
     Internal Variable - Used to store off voltage value - do not edit
  
FG_GLOBAL_PANEL_LIGHTS (Profile)
     Night Lit Mode (Off = 0, On = 1)
 
FG_GLOBAL_PRESSURE (Profile)
     Shared variable for switching inHg and MB (0 to 1)
     0 = inHg
     1 = Millbars
 
FG_GLOBAL_STYLE (Profile)
  Background Colour (0 to 6)
     0 = Grey
     1 = Black Dial Face
     2 = Darker Gauge & Dial Face
     3 = Black & No Gauge GFX
     4 = Grey - Original Design
     5 = Black Dial Face - Original Design
     6 = Darker Gauge & Dial Face - Original Design
   
FG_GLOBAL_VOLTAGE (Session)
     Internal variable used to read current voltage
 

Release Notes:
1.5.000
     1) SPAD.neXt 0.9.15 Compatibility (Convert "PRESS" to "PRESSSHORT") Fixes short and long press both firing on long press.
     2) Menu system upgraded
     3) New gauge brightness code using SPAD brightness variables.
     4) Can control global or individual gauge brightness in gauge (Profile saved settings)
     5) Added Compass style change to Menu
     6) Added Background Colour change to Menu
1.4.000 - New Custom Virtual Power supports ALL aircraft volt variables - See https://fipgauges.com/customfeatures.php
1.3.010 - Fixed bug in Heading bug Control
1.3.009 - Virtual Power Warning added to Menu
1.3.008 - Reverted the HSI variables for GPS tuning
1.3.007 - Changed ILS localiser and Glide Slope Variables (More compatible)
1.3.006 - Changed heading from gyro to magnetic
1.3.005 - Tweaked voltage monitoring to better support MSFS2020. Added Monitoring for Battery Bus
1.3.004 - SPAD.neXt 0.9.7.x Variable Scope Compatibility
1.3.003 - Automatic Dial Acceleration added, Mini Menu Added, Brightness Control Added, Reflection Added.
1.3.002 - PMDG 747 support added
1.3.001 - Stopped HDG and CRS values hitting 360 and replaced with 000
1.3.000 - Replaced number tapes with text - PMDG 737 Support [S2]
1.2.002 - Added Version & Info page [S1]
1.2.001 - Total re-coding of all rotations from radians to degrees, smoother movement (not limited to 360 steps).
New file format (snp)
1.1.001 - SPAD.neXt offset compliancy changes (legacy code no longer supported)
1.1.000 - Alternative Compass Rings (S5)
1.0.000 - Release version

Please report any bugs or feature requests via our discord channel


Document Published 22/02/2024

Copyright fipgauges.com 22/02/2024