• Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum

Garmin GMA 340 Audio Panel but no GPS

Scheduled Pinned Locked Moved Steam Gauge Overhaul
2 Posts 2 Posters 124 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rsparkyc
    wrote on last edited by
    #1

    Is it possible to get the Garmin GMA 340 Audio Panel to show, but still use the KX-155B com panels? Basically, I want to fly a no-gps plane, but still use the GMA 340.

    1 Reply Last reply
    0
  • Black SquareB Online
    Black SquareB Online
    Black Square Black Square Developer
    wrote on last edited by
    #2

    There is no built-in method to do this, but I can offer you an easy solution to implement in the code yourself. First, you must locate the appropriate behaviors XML file for the aircraft you're interested in, such as "AnalogBaron.XML". Search for for "Gma340Location" and "Kma24Location" within the file.

    If you want the GMA340 to always be visible, and never show the KMA24, then replace the two blocks of code you found above with the following:

    <Component ID="Gma340Location" Node="Gma340Location">
    	<UseTemplate Name="ASOBO_GT_Visibility_Code">
    		<VISIBILITY_CODE>
    			1
    		</VISIBILITY_CODE>
    	</UseTemplate>	
    </Component>
    
    <Component ID="Kma24Location" Node="Kma24Location">
    	<UseTemplate Name="ASOBO_GT_Visibility_Code">
    		<VISIBILITY_CODE>
    			0
    		</VISIBILITY_CODE>
    	</UseTemplate>
    </Component>
    
    1 Reply Last reply
    1

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users