Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum
  1. Home
  2. Just Flight
  3. MSFS Products
  4. Black Square Add-Ons
  5. Bonanza Professional
  6. G3X in bonanza

G3X in bonanza

Scheduled Pinned Locked Moved Bonanza Professional
17 Posts 3 Posters 295 Views 1 Watching
  • 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.
  • X Offline
    X Offline
    xavierp
    wrote last edited by
    #8

    Ok so far, i get the 2 G3x and G5 by modifying panel.cfg

    [VCockpit12]
    ; G3X PFD
    size_mm = 1280,768
    pixel_size = 1280,768
    texture = $DmeScreen
    background_color = 0,0,0
    htmlgauge00=NavSystems/G3XTouchv2/G3XTouch.html?Index=1&no_stretch=1, 0,0,1280,768

    [VCockpit13]
    ; G3X MFD
    size_mm = 1280,768
    pixel_size = 1280,768
    texture = $Kns81Screen
    background_color = 0,0,0
    htmlgauge00=NavSystems/G3XTouchv2/G3XTouch.html?Index=1&no_stretch=1, 0,0,1280,768

    [VCockpit14]
    ; --- G5 anchor (was Weather Radar) ---
    size_mm = 512,380
    pixel_size = 512,380
    texture = $RadarScreen
    background_color = 0,0,0
    htmlgauge00=NavSystems/AS5/AS5.html?Index=1, 0,0,512,380

    The G3x works partially.
    I now need to find a way to feed data from the sim to the G3x gauge (motor, gps,...)

    WhatsApp Image 2025-11-19 at 16.19.21_41b6bbb2.jpg

    1 Reply Last reply
    0
    • X Offline
      X Offline
      xavierp
      wrote last edited by
      #9

      Ok sadly i have to give up, I spent hours trying to get further than where I m. I feel a new panel.xml should be created to feed correct data into the G3x...
      Then hopefully when it is done, there is a connection between TDS and WT G3000 (i know they should crossfill but not sure if something has to be done on my side) Hopefully someone could help......

      1 Reply Last reply
      0
      • Black SquareB Offline
        Black SquareB Offline
        Black Square
        Black Square Developer
        wrote last edited by
        #10

        Congratulations! I'm sorry I couldn't help more with this one. Usually I am happy to help and create custom solutions for home cockpit builders, but this one was just over the threshold of what I could reasonably handle while getting to all the other support items.

        Since you're working on a TDS-based solution, I will share some of the panel.XML from my Velocity, which has the exact setup you're looking for. Make sure you disable all the other GPS units in the panel.cfg to make sure there are no conflicts.

        From the second large block, you should see exactly how to create your own engine instrumentation and CAS for the Bonanza. Let me know if you have any questions!

        <Instrument>
        		<Name>TDSGTN750XI_1</Name>
        		<NavIndex>1</NavIndex>
        		<ComIndex>1</ComIndex>
        		<NewCDIBehavior>True</NewCDIBehavior>
        		<DisableAutopilot>True</DisableAutopilot>
        		<FlightPlannerId>gtn-1</FlightPlannerId>
        		<IsFMSPrimary>True</IsFMSPrimary>
        		<LNavIndex>1</LNavIndex>
        		<VNavIndex>1</VNavIndex>
        		<G3XExternalSourceIndex>1</G3XExternalSourceIndex>
        	</Instrument>
        

        The next chunk, I'm going to have to split into multiple messages...

        	<G3X>
        		<Fms
        			lnav-index="0"
        			use-sim-obs="false"
        			vnav-index="0"
        			sync-to-sim="false">
        			<ExternalSources>
        			<Source
        				index="1" 
        				fpl-id="gtn-1" 
        				flight-path-calc-id="gtn-1" 
        				lnav-index="1" 
        				use-sim-obs="true" 
        				vnav-index="1" 
        				ap-guidance-index="1" 
        				cdi-id="gtn1"
        			/>
        			</ExternalSources>
        			<FlightPlanning sensed-fuel-flow="true" fuel-on-board="totalizer"/>
        		</Fms>
        
        		<Autopilot>
        			<ROL min-bank="5" max-bank="25"/>
        			<HDG max-bank="25"/>
        			<VOR max-bank="25"/>
        			<LOC max-bank="25"/>
        			<FMS max-bank="25"/>
        			<LowBank max-bank="15"/>
        		</Autopilot>
        
        
        		<Sensors adc-count="2" ahrs-count="2">
        			<Adc index="1" airspeed-indicator="1">
        				<Electric>
        					<Simvar name="CIRCUIT ON:32" unit="Boolean"/>
        				</Electric>
        			</Adc>
        			<Adc index="2" airspeed-indicator="1">
        				<Electric>
        					<Simvar name="CIRCUIT ON:32" unit="Boolean"/>
        				</Electric>
        			</Adc>
        
        			<Ahrs index="1" attitude-indicator="1" direction-indicator="1">
        				<Electric>
        					<Simvar name="CIRCUIT ON:32" unit="Boolean"/>
        				</Electric>
        			</Ahrs>
        			<Ahrs index="2" attitude-indicator="1" direction-indicator="1">
        				<Electric>
        					<Simvar name="CIRCUIT ON:32" unit="Boolean"/>
        				</Electric>
        			</Ahrs>
        
        			<Gps index="1" type="internal" gdu-index="1">
        				<Electric>
        					<Simvar name="CIRCUIT ON:6" unit="Boolean"/>
        				</Electric>
        			</Gps>
        			<Gps index="2" type="internal" gdu-index="2">
        				<Electric>
        					<Simvar name="CIRCUIT ON:7" unit="Boolean"/>
        				</Electric>
        			</Gps>
        		</Sensors>
        
        		<GduDefs count="2">
        			<Gdu index="1" type="PFD" default-adc="1" default-ahrs="1">
        				<FmsPosition gps-receivers="1, 2">
        					<Electric>
        						<Simvar name="CIRCUIT ON:6" unit="Boolean"/>
        					</Electric>
        				</FmsPosition>
        			</Gdu>
        			<Gdu index="2" type="MFD" default-adc="2" default-ahrs="2">
        				<FmsPosition gps-receivers="2, 1">
        					<Electric>
        						<Simvar name="CIRCUIT ON:7" unit="Boolean"/>
        					</Electric>
        				</FmsPosition>
        			</Gdu>
        		</GduDefs>
        
        		<Radios com-count="2" nav-count="2" marker-beacon="true">
        		</Radios>
        
        		<Transponder
        			can-select-mode="true"
        			selectable-ground="true"
        		/>
        
        		<Audio>
        			<AudioPanel />
        		</Audio>
        
        		<Traffic source="GDL">
        		</Traffic>
        
        		<Backlight>
        			<PhotoCell min-brightness="0.1" />
        		</Backlight>
        
        		<Engine>
        			<Definition key="eis_root_style">
        				<Style>
        					<Width>calc(100% - 30px)</Width>
        					<Margins>
        						<Left>auto</Left>
        						<Right>auto</Right>
        					</Margins>
        					<JustifyContent>space-around</JustifyContent>
        				</Style>
        			</Definition>
        
        			<!-- Manifold pressure circular gauge partial definition -->
        			<Definition key="manin_gauge_partial">
        				<Type>Circular</Type>
        				<Style>
        					<BeginAngle>-55</BeginAngle>
        					<EndAngle>187</EndAngle>
        					<ValuePrecision>1</ValuePrecision>
        					<TextIncrement>0.1</TextIncrement>
        				</Style>
        				<Title>MAN IN</Title>
        				<Minimum>0</Minimum>
        				<Maximum>40</Maximum>
        				<ColorZone>
        					<Color>white</Color>
        					<Begin>10</Begin>
        					<End>20</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>20</Begin>
        					<End>30</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>30</Begin>
        					<End>32</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>32</Begin>
        					<End>40</End>
        				</ColorZone>
        				<RedBlink>
        					<Greater>
        						<Simvar name="RECIP ENG MANIFOLD PRESSURE:1" unit="inHG"/>
        						<Constant>32</Constant>
        					</Greater>
        				</RedBlink>
        				<Value>
        					<Simvar name="RECIP ENG MANIFOLD PRESSURE:1" unit="inHG"/>
        				</Value>
        			</Definition>
        
        			<!-- Prop RPM circular gauge partial definition -->
        			<Definition key="rpm_gauge_partial">
        				<Type>Circular</Type>
        				<Style>
        					<BeginAngle>-55</BeginAngle>
        					<EndAngle>187</EndAngle>
        				</Style>
        				<Title>RPM</Title>
        				<Minimum>0</Minimum>
        				<Maximum>2800</Maximum>
        				<Value>
        					<Simvar name="GENERAL ENG RPM:1" unit="rpm"/>
        				</Value>
        				<ColorZone>
        					<Color>white</Color>
        					<Begin>1200</Begin>
        					<End>1800</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>1800</Begin>
        					<End>2600</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>2600</Begin>
        					<End>2710</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>2710</Begin>
        					<End>2800</End>
        				</ColorZone>
        				<BeginText></BeginText>
        				<EndText></EndText>
        				<RedBlink>
        					<Greater>
        						<Simvar name="GENERAL ENG RPM:1" unit="rpm"/>
        						<Constant>2710</Constant>
        					</Greater>
        				</RedBlink>
        			</Definition>
        
        			<!-- Oil pressure partial gauge definition -->
        			<Definition key="oil_psi_partial">
        				<Title>OIL PSI</Title>
        				<Minimum>0</Minimum>
        				<Maximum>120</Maximum>
        				<Value>
        					<Simvar name="ENG OIL PRESSURE:1" unit="psi"/>
        				</Value>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>95</Begin>
        					<End>115</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>55</Begin>
        					<End>95</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>25</Begin>
        					<End>55</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>0</Begin>
        					<End>25</End>
        				</ColorZone>
        				<ColorLine>
        					<Color>red</Color>
        					<Position>116</Position>
        				</ColorLine>
        				<BeginText></BeginText>
        				<EndText></EndText>
        				<RedBlink>
        					<Or>
        						<Greater>
        							<Simvar name="GENERAL ENG OIL PRESSURE:1" unit="psi"/>
        							<Constant>115</Constant>
        						</Greater>
        						<Lower>
        							<Simvar name="GENERAL ENG OIL PRESSURE:1" unit="psi"/>
        							<Constant>25</Constant>
        						</Lower>
        					</Or>
        				</RedBlink>
        			</Definition>
        
        			<!-- Oil temperature partial gauge definition -->
        			<Definition key='oil_f_gauge_partial'>
        				<Title>OIL °F</Title>
        				<Minimum>0</Minimum>
        				<Maximum>250</Maximum>
        				<Value>
        					<Simvar name="ENG OIL TEMPERATURE:1" unit="farenheit"/>
        				</Value>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>0</Begin>
        					<End>100</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>100</Begin>
        					<End>245</End>
        				</ColorZone>
        				<ColorLine>
        					<Color>red</Color>
        					<Position>246</Position>
        				</ColorLine>
        				<BeginText></BeginText>
        				<EndText></EndText>
        				<RedBlink>
        					<Greater>
        						<Simvar name="ENG OIL TEMPERATURE:1" unit="farenheit"/>
        						<Constant>245</Constant>
        					</Greater>
        				</RedBlink>
        			</Definition>
        
        			<!-- Fuel quantity partial gauge definition -->
        			<Definition key="fuel_l_gauge_partial">
        				<Minimum>0</Minimum>
        				<Maximum>46</Maximum>
        				<Value>
        					<Simvar name="FUEL TANK LEFT MAIN QUANTITY" unit="gallons"/>
        				</Value>
        				<Value2>
        					<Simvar name="FUEL TANK RIGHT MAIN QUANTITY" unit="gallons"/>
        				</Value2>
        				<CursorText>L</CursorText>
        				<CursorText2>R</CursorText2>
        
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>0</Begin>
        					<End>2.5</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>2.5</Begin>
        					<End>12.0</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>12.0</Begin>
        					<End>46.0</End>
        				</ColorZone>
        			</Definition>
        
        			<!-- Fuel pressure partial gauge definition -->
        			<Definition key="fuel_psi_gauge_partial">
        				<Minimum>5</Minimum>
        				<Maximum>20</Maximum>
        				<Value>
        					<Simvar name="GENERAL ENG FUEL PRESSURE:1" unit="psi"/>
        				</Value>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>5</Begin>
        					<End>10</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>10</Begin>
        					<End>12</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>12</Begin>
        					<End>16</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>16</Begin>
        					<End>18</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>18</Begin>
        					<End>20</End>
        				</ColorZone>
        			</Definition>
        
        			<!-- EGT partial gauge definition -->
        			<Definition key="egt_gauge_partial">
        				<Minimum>600</Minimum>
        				<Maximum>1800</Maximum>
        				<Value>
        					<Simvar name="GENERAL ENG EXHAUST GAS TEMPERATURE:1" unit="farenheit"/>
        				</Value>
        				<ColorZone>
        					<Color>white</Color>
        					<Begin>800</Begin>
        					<End>1250</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>1250</Begin>
        					<End>1550</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>1550</Begin>
        					<End>1650</End>
        				</ColorZone>
        				<ColorLine>
        					<Color>red</Color>
        					<Position>1650</Position>
        				</ColorLine>
        				<BeginText></BeginText>
        				<EndText></EndText>
        				<RedBlink>
        					<Greater>
        						<Simvar name="GENERAL ENG EXHAUST GAS TEMPERATURE:1" unit="farenheit"/>
        						<Constant>1650</Constant>
        					</Greater>
        				</RedBlink>
        			</Definition>
        
        			<!-- CHT partial gauge definition -->
        			<Definition key="egt_cht_gauge_partial">
        				<Type>Cylinder</Type>
        				<Title>°F</Title>
        				<Columns>6</Columns>
        				<TempOrder>1,2,3,4,5,6</TempOrder>
        				<Minimum>600</Minimum>
        				<Maximum>1800</Maximum>
        				<ChtMinimum>200</ChtMinimum>
        				<ChtMaximum>500</ChtMaximum>
        				<Value>
        					<Simvar name="GENERAL ENG EXHAUST GAS TEMPERATURE:1" unit="farenheit"/>
        				</Value>
        				<Value2>
        					<Simvar name="ENG CYLINDER HEAD TEMPERATURE:1" unit="farenheit"/>
        				</Value2>
        
        				<ColorZone>
        					<Color>white</Color>
        					<Begin>800</Begin>
        					<End>1250</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>1250</Begin>
        					<End>1550</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>1550</Begin>
        					<End>1650</End>
        				</ColorZone>
        				<ColorLine>
        					<Color>red</Color>
        					<Position>1650</Position>
        				</ColorLine>
        
        				<ChtColorZone>
        					<Color>white</Color>
        					<Begin>250</Begin>
        					<End>320</End>
        				</ChtColorZone>
        				<ChtColorZone>
        					<Color>green</Color>
        					<Begin>320</Begin>
        					<End>400</End>
        				</ChtColorZone>
        				<ChtColorZone>
        					<Color>yellow</Color>
        					<Begin>400</Begin>
        					<End>460</End>
        				</ChtColorZone>
        				<ChtColorLine>
        					<Color>red</Color>
        					<Position>460</Position>
        				</ChtColorLine>
        				<BeginText></BeginText>
        				<EndText></EndText>
        
        				<RedBlink>
        					<Or>
        						<Greater>
        							<Simvar name="GENERAL ENG EXHAUST GAS TEMPERATURE:1" unit="farenheit"/>
        							<Constant>1650</Constant>
        						</Greater>
        						<Greater>
        							<Simvar name="ENG CYLINDER HEAD TEMPERATURE:1" unit="farenheit"/>
        							<Constant>460</Constant>
        						</Greater>
        					</Or>
        				</RedBlink>
        			</Definition>
        
        			<!-- TIT partial gauge definition -->
        			<Definition key="tit_gauge_partial">
        				<Title>TIT °F</Title>
        				<Minimum>600</Minimum>
        				<Maximum>1800</Maximum>
        				<Value>
        					<Simvar name="RECIP ENG TURBINE INLET TEMPERATURE:1" unit="farenheit"/>
        				</Value>
        				<ColorZone>
        					<Color>white</Color>
        					<Begin>800</Begin>
        					<End>1250</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>1250</Begin>
        					<End>1550</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>1550</Begin>
        					<End>1750</End>
        				</ColorZone>
        				<ColorLine>
        					<Color>red</Color>
        					<Position>1750</Position>
        				</ColorLine>
        				<BeginText></BeginText>
        				<EndText></EndText>
        				<RedBlink>
        					<Greater>
        						<Simvar name="RECIP ENG TURBINE INLET TEMPERATURE:1" unit="farenheit"/>
        						<Constant>1750</Constant>
        					</Greater>
        				</RedBlink>
        			</Definition>
        
        			<!-- Fuel flow partial gauge definition -->
        			<Definition key="lph_gauge_partial">
        				<Title>GPH</Title>
        				<Minimum>0</Minimum>
        				<Maximum>40</Maximum>
        				<Value>
        					<Simvar name="ENG FUEL FLOW GPH:1" unit="gallons per hour"/>
        				</Value>
        			</Definition>
        
        			<!-- Main bus/battery voltage partial gauge definition -->
        			<Definition key="electrical_volt_gauge_partial">
        				<Title>VOLTS</Title>
        				<CursorText>A</CursorText>
        				<CursorText2>B</CursorText2>
        				<Value>
        					<Simvar name="ELECTRICAL MAIN BUS VOLTAGE" unit="volts"/>
        				</Value>
        				<Value2>
        					<Simvar name="ELECTRICAL BATTERY VOLTAGE" unit="volts"/>
        				</Value2>
        				<Minimum>0</Minimum>
        				<Maximum>32</Maximum>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>0</Begin>
        					<End>23</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>23</Begin>
        					<End>24.5</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>24.5</Begin>
        					<End>28.8</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>28.8</Begin>
        					<End>32</End>
        				</ColorZone>
        			</Definition>
        
        			<!-- Main bus amps partial gauge definition -->
        			<Definition key="electrical_amp_gauge_partial">
        				<Title>BAT AMPS</Title>
        				<Value>
        					<Multiply>
        						<Simvar name="L:var_correctedBatteryLoad" unit="amps"/>
        						<Constant>-1</Constant>
        					</Multiply>
        				</Value>
        				<Minimum>-100</Minimum>
        				<Maximum>50</Maximum>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>-100</Begin>
        					<End>-50</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>-50</Begin>
        					<End>-1</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>green</Color>
        					<Begin>-1</Begin>
        					<End>15</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>yellow</Color>
        					<Begin>15</Begin>
        					<End>30</End>
        				</ColorZone>
        				<ColorZone>
        					<Color>red</Color>
        					<Begin>30</Begin>
        					<End>50</End>
        				</ColorZone>
        			</Definition>
        
        			<Eis size="narrow">
        				<Default>
        					<Column>
        						<UseDefinition key="eis_root_style"/>
        						
        						<Gauge>
        							<UseDefinition key="manin_gauge_partial"/>
        							<ID>manin-gauge-eis-default</ID>
        						</Gauge>
        
        						<Gauge>
        							<UseDefinition key="rpm_gauge_partial"/>
        							<ID>rpm-gauge-eis-default</ID>
        						</Gauge>
        						
        						<Gauge>
        							<Type>Horizontal</Type>
        							<Style>
        								<ValuePrecision>1</ValuePrecision>
        							</Style>
        							<UseDefinition key="oil_psi_partial"/>
        							<ID>oil-pressure-gauge-eis-default</ID>
        						</Gauge>
        
        						<Gauge>
        							<Type>Horizontal</Type>
        							<UseDefinition key="oil_f_gauge_partial"/>
        							<ID>oil-temp-gauge-eis-default</ID>
        						</Gauge>
        
        						<Gauge>
        							<Type>Horizontal</Type>
        							<ID>cht-gauge-eis-default</ID>
        							<Title>CHT °F</Title>
        							<Minimum>200</Minimum>
        							<Maximum>500</Maximum>
        							<Value>
        								<Simvar name="ENG CYLINDER HEAD TEMPERATURE:1" unit="farenheit"/>
        							</Value>
        							<ColorZone>
        								<Color>white</Color>
        								<Begin>250</Begin>
        								<End>320</End>
        							</ColorZone>
        							<ColorZone>
        								<Color>green</Color>
        								<Begin>320</Begin>
        								<End>400</End>
        							</ColorZone>
        							<ColorZone>
        								<Color>yellow</Color>
        								<Begin>400</Begin>
        								<End>460</End>
        							</ColorZone>
        							<ColorLine>
        								<Color>red</Color>
        								<Position>460</Position>
        							</ColorLine>
        						</Gauge>
        						<Gauge>
        							<Type>Horizontal</Type>
        							<Title>EGT °F</Title>
        							<UseDefinition key="egt_gauge_partial"/>
        							<ID>egt-gauge-eis-default</ID>
        						</Gauge>
        						<Gauge>
        							<Type>Horizontal</Type>
        							<Title>TIT °F</Title>
        							<UseDefinition key="tit_gauge_partial"/>
        							<ID>turbine-temp-gauge-eis-default</ID>
        						</Gauge>
        						<Gauge>
        							<Type>DoubleHorizontal</Type>
        							<Style>
        								<ValuePrecision>1</ValuePrecision>
        							</Style>
        							<Title>FUEL QTY</Title>
        							<UseDefinition key="fuel_l_gauge_partial"/>
        							<ID>fuel-remaining-gauge-eis-default</ID>
        						</Gauge>
        					</Column>
        				</Default>
        
        				<Combined>
        					<Column>
        						<UseDefinition key="eis_root_style"/>
        
        						<Gauge>
        							<UseDefinition key="manin_gauge_partial"/>
        							<ID>manin-gauge-eis-combined</ID>
        						</Gauge>
        
        						<Gauge>
        							<UseDefinition key="rpm_gauge_partial"/>
        							<ID>rpm-gauge-eis-combined</ID>
        						</Gauge>
        
        						<Gauge>
        							<Type>Circular</Type>
        							<Style>
        								<BeginAngle>-55</BeginAngle>
        								<EndAngle>187</EndAngle>
        								<ValuePrecision>1</ValuePrecision>
        							</Style>
        							<UseDefinition key="oil_psi_partial"/>
        							<ID>oil-pressure-gauge-eis-combined</ID>
        						</Gauge>
        						
        						<Gauge>
        							<Type>Circular</Type>
        							<Style>
        								<BeginAngle>-55</BeginAngle>
        								<EndAngle>187</EndAngle>
        							</Style>
        							<UseDefinition key="oil_f_gauge_partial"/>
        							<ID>oil-temp-gauge-eis-combined</ID>
        						</Gauge>
        					</Column>
        				</Combined>
        			</Eis>
        
        			<EnginePage>
        				<Tab label="Main">
        					<Splitscreen>
        						<Row label="Temperature" outline="true">
        							<Style>
        								<Margins>
        									<Top>10px</Top>
        								</Margins>
        							</Style>
        							<Column>
        								<Style>
        									<Width>80%</Width>
        								</Style>
        								<Gauge>
        									<UseDefinition key="egt_cht_gauge_partial" />
        									<ID>cylinder-gauge-page-split</ID>
        									<PeakModeTriggerBusEvent>peak_mode</PeakModeTriggerBusEvent>
        									<Style>
        										<Margins>
        											<Left>10px</Left>
        											<Top>20px</Top>
        											<Bottom>27px</Bottom>
        											<Height>195px</Height>
        										</Margins>
        										<ShowPeak>true</ShowPeak>
        										<TextIncrement>5</TextIncrement>
        										<PeakTemps>true</PeakTemps>
        										<DisplayColorLinesOnTop>false</DisplayColorLinesOnTop>
        									</Style>
        								</Gauge>
        							</Column>
        							<Column>
        								<Gauge>
        									<Type>Vertical</Type>
        									<Style>
        										<Height>195px</Height>
        										<Margins>
        											<Top>15px</Top>
        										</Margins>
        									</Style>
        									<UseDefinition key="tit_gauge_partial"/>
        									<ID>turbine-temp-gauge-split</ID>
        								</Gauge>
        							</Column>
        						</Row>
        						<Row>
        							<Column label="Fuel" outline="true">
        								<Style>
        									<Height>242px</Height>
        									<Margins>
        										<Right>10px</Right>
        									</Margins>
        								</Style>
        								<Row>
        									<Column>
        										<Gauge>
        											<Type>DoubleVertical</Type>
        											<Style>
        												<Height>195px</Height>
        												<ValuesTextRowWidth>64px</ValuesTextRowWidth>
        												<Margins>
        													<Top>15px</Top>
        													<Left>5px</Left>
        												</Margins>
        											</Style>
        											<Title>FUEL QTY</Title>
        											<UseDefinition key="fuel_l_gauge_partial"/>
        											<ID>fuel-remaining-gauge-page-split</ID>
        										</Gauge>
        									</Column>
        									<Column>
        										<Gauge>
        											<Type>Vertical</Type>
        											<Style>
        												<Height>195px</Height>
        												<ValuePrecision>1</ValuePrecision>
        												<Margins>
        													<Top>15px</Top>
        												</Margins>
        											</Style>
        											<UseDefinition key="lph_gauge_partial"/>
        											<ID>fuel-flow-gauge-page-split</ID>
        										</Gauge>
        									</Column>
        									<Column>
        										<Gauge>
        											<Type>Vertical</Type>
        											<Style>
        												<Height>195px</Height>
        												<ValuePrecision>1</ValuePrecision>
        												<Margins>
        													<Top>15px</Top>
        												</Margins>
        											</Style>
        											<Title>PSI</Title>
        											<UseDefinition key="fuel_psi_gauge_partial"/>
        											<ID>fuel-pressure-gauge-page-split</ID>
        										</Gauge>
        									</Column>
        								</Row>
        							</Column>
        							<Column label="Electrical" outline="true">
        								<Style>
        									<Height>242px</Height>
        								</Style>
        								<Row>
        									<Column>
        										<Gauge>
        											<Type>DoubleVertical</Type>
        											<Style>
        												<Height>195px</Height>
        												<ValuesTextRowWidth>100px</ValuesTextRowWidth>
        												<ValuePrecision>1</ValuePrecision>
        												<Margins>
        													<Top>15px</Top>
        												</Margins>
        											</Style>
        											<UseDefinition key="electrical_volt_gauge_partial"/>
        											<ID>electrical-volt-gauge-page-split</ID>
        										</Gauge>
        									</Column>
        									<Column>
        										<Gauge>
        											<Type>Vertical</Type>
        											<Style>
        												<Height>195px</Height>
        												<Margins>
        													<Top>15px</Top>
        												</Margins>
        												<DisplayPlus>true</DisplayPlus>
        											</Style>
        											<UseDefinition key="electrical_amp_gauge_partial"/>
        											<ID>electrical-amp-gauge-page-split</ID>
        										</Gauge>
        									</Column>
        								</Row>
        							</Column>
        						</Row>
        						<Row outline="true">
        							<Style>
        								<Margins>
        									<Top>15px</Top>
        								</Margins>
        							</Style>
        							<Column>
        								<Text>
        									<Style>
        										<Margins>
        											<Right>auto</Right>
        										</Margins>
        									</Style>
        									<Left>Engine Hours&#160;</Left>
        									<Center>
        										<ToFixed precision="1">
        											<Simvar name="GENERAL ENG ELAPSED TIME:1" unit="hours"/>
        										</ToFixed>
        									</Center>
        								</Text>
        							</Column>
        							<Column>
        								<Text>
        									<Style>
        										<Margins>
        											<Left>auto</Left>
        										</Margins>
        									</Style>
        									<Center>Total Hours&#160;</Center>
        									<Right>65.7</Right>
        								</Text>
        							</Column>
        						</Row>
        					</Splitscreen>
        					<Fullscreen>
        
        						<Row>
        							<Column>
        								<Style>
        									<Height>200px</Height>
        									<Width>22%</Width>
        									<Margins>
        										<Left>auto</Left>
        										<Right>auto</Right>
        									</Margins>
        									<JustifyContent>space-around</JustifyContent>
        								</Style>
        								<Gauge>
        									<UseDefinition key="manin_gauge_partial"/>
        									<ID>manin-gauge-mfd-full</ID>
        								</Gauge>
        							</Column>
        
        							<Column>
        								<Style>
        									<Height>200px</Height>
        									<Width>22%</Width>
        									<Margins>
        										<Left>auto</Left>
        										<Right>auto</Right>
        									</Margins>
        									<JustifyContent>space-around</JustifyContent>
        								</Style>
        								<Gauge>
        									<UseDefinition key="rpm_gauge_partial"/>
        									<ID>rpm-gauge-mfd-full</ID>
        								</Gauge>
        							</Column>
        
        							<Column>
        								<Style>
        									<Height>200px</Height>
        									<Width>22%</Width>
        									<Margins>
        										<Left>auto</Left>
        										<Right>auto</Right>
        									</Margins>
        									<JustifyContent>space-around</JustifyContent>
        								</Style>
        								<Gauge>
        									<Type>Circular</Type>
        									<Style>
        										<BeginAngle>-55</BeginAngle>
        										<EndAngle>187</EndAngle>
        										<ValuePrecision>1</ValuePrecision>
        									</Style>
        									<UseDefinition key="oil_psi_partial"/>
        									<ID>oil-pressure-gauge-mfd-full</ID>
        								</Gauge>
        							</Column>
        							
        							<Column>
        								<Style>
        									<Height>200px</Height>
        									<Width>22%</Width>
        									<Margins>
        										<Left>auto</Left>
        										<Right>auto</Right>
        									</Margins>
        									<JustifyContent>space-around</JustifyContent>
        								</Style>
        								<Gauge>
        									<Type>Circular</Type>
        									<Style>
        										<BeginAngle>-55</BeginAngle>
        										<EndAngle>187</EndAngle>
        									</Style>
        									<UseDefinition key="oil_f_gauge_partial"/>
        									<ID>oil-temp-gauge-mfd-full</ID>
        								</Gauge>
        							</Column>
        
        							<Column>
        								<Style>
        									<Width>12%</Width>
        									<Margins>
        										<Left>auto</Left>
        									</Margins>
        									<Height>200px</Height>
        								</Style>
        
        								<Gauge>
        									<Style>
        										<Margins>
        											<Top>110px</Top>
        										</Margins>
        									</Style>
        									<Type>ToggleButton</Type>
        									<Event>peak_mode</Event>
        									<Label>"Lean\nAssist"</Label>
        								</Gauge>
        							</Column>
        						</Row>
        
        
        1 Reply Last reply
        0
        • Black SquareB Offline
          Black SquareB Offline
          Black Square
          Black Square Developer
          wrote last edited by
          #11
          						<Row>
          							<Column label="Temperature" outline="true">
          								<Style>
          									<Width>50%</Width>
          									<Margins>
          										<Right>10px</Right>
          									</Margins>
          									<Height>270px</Height>
          								</Style>
          								<Row>
          									<Column>
          										<Style>
          											<Width>80%</Width>
          										</Style>
          										<Gauge>
          											<UseDefinition key="egt_cht_gauge_partial" />
          											<ID>cylinder-gauge-page-full</ID>
          											<PeakModeTriggerBusEvent>peak_mode</PeakModeTriggerBusEvent>
          											<Style>
          												<Margins>
          													<Left>10px</Left>
          													<Top>20px</Top>
          													<Bottom>27px</Bottom>
          													<Height>258px</Height>
          												</Margins>
          												<ShowPeak>true</ShowPeak>
          												<TextIncrement>5</TextIncrement>
          												<PeakTemps>true</PeakTemps>
          												<DisplayColorLinesOnTop>false</DisplayColorLinesOnTop>
          											</Style>
          										</Gauge>
          									</Column>
          									<Column>
          										<Gauge>
          											<Type>Vertical</Type>
          											<Style>
          												<Height>260px</Height>
          												<Margins>
          													<Top>30px</Top>
          												</Margins>
          											</Style>
          											<UseDefinition key="tit_gauge_partial"/>
          											<ID>turbine-temp-gauge-full</ID>
          										</Gauge>
          									</Column>
          								</Row>
          							</Column>
          							<Column label="Fuel" outline="true">
          								<Style>
          									<Height>305px</Height>
          									<Width>27.7%</Width>
          									<Margins>
          										<Right>10px</Right>
          									</Margins>
          								</Style>
          								<Row>
          									<Column>
          										<Gauge>
          											<Type>DoubleVertical</Type>
          											<Style>
          												<ValuesTextRowWidth>64px</ValuesTextRowWidth>
          												<Margins>
          													<Top>30px</Top>
          													<Left>5px</Left>
          												</Margins>
          												<Height>260px</Height>
          											</Style>
          											<Title>FUEL QTY</Title>
          											<UseDefinition key="fuel_l_gauge_partial"/>
          											<ID>fuel-remaining-gauge-page-full</ID>
          										</Gauge>
          									</Column>
          									<Column>
          										<Gauge>
          											<Type>Vertical</Type>
          											<Style>
          												<ValuePrecision>1</ValuePrecision>
          												<Margins>
          													<Top>30px</Top>
          												</Margins>
          												<Height>260px</Height>
          											</Style>
          											<UseDefinition key="lph_gauge_partial"/>
          											<ID>fuel-flow-gauge-page-full</ID>
          										</Gauge>
          									</Column>
          									<Column>
          										<Gauge>
          											<Type>Vertical</Type>
          											<Style>
          												<ValuePrecision>1</ValuePrecision>
          												<Margins>
          													<Top>30px</Top>
          												</Margins>
          												<Height>260px</Height>
          											</Style>
          											<Title>PSI</Title>
          											<UseDefinition key="fuel_psi_gauge_partial"/>
          											<ID>fuel-pressure-gauge-page-full</ID>
          										</Gauge>
          									</Column>
          								</Row>
          							</Column>
          							<Column label="Electrical" outline="true">
          								<Style>
          									<Height>305px</Height>
          									<Width>29.1%</Width>
          								</Style>
          								<Row>
          									<Column>
          										<Gauge>
          											<Type>DoubleVertical</Type>
          											<Style>
          												<Height>260px</Height>
          												<Margins>
          													<Top>30px</Top>
          												</Margins>
          												<ValuesTextRowWidth>100px</ValuesTextRowWidth>
          												<ValuePrecision>1</ValuePrecision>
          											</Style>
          											<UseDefinition key="electrical_volt_gauge_partial"/>
          											<ID>electrical-volt-gauge-page-full</ID>
          										</Gauge>
          									</Column>
          									<Column>
          										<Gauge>
          											<Type>Vertical</Type>
          											<Style>
          												<Height>260px</Height>
          												<Margins>
          													<Top>30px</Top>
          												</Margins>
          												<DisplayPlus>true</DisplayPlus>
          											</Style>
          											<UseDefinition key="electrical_amp_gauge_partial"/>
          											<ID>electrical-amp-gauge-page-full</ID>
          										</Gauge>
          									</Column>
          								</Row>
          							</Column>
          						</Row>
          						<Row outline="true">
          							<Style>
          								<Margins>
          									<Top>auto</Top>
          								</Margins>
          							</Style>
          							<Column>
          								<Text>
          									<Style>
          										<Margins>
          											<Right>auto</Right>
          										</Margins>
          									</Style>
          									<Left>Engine Hours&#160;</Left>
          									<Center>
          										<ToFixed precision="1">
          											<Simvar name="GENERAL ENG ELAPSED TIME:1" unit="hours"/>
          										</ToFixed>
          									</Center>
          								</Text>
          							</Column>
          							<Column>
          								<Text>
          									<Style>
          										<Margins>
          											<Left>auto</Left>
          										</Margins>
          									</Style>
          									<Center>Total Hours&#160;</Center>
          									<Right>65.7</Right>
          								</Text>
          							</Column>
          						</Row>
          					</Fullscreen>
          				</Tab>
          				<Tab label="Fuel Calc" type="Fuel Calculator">
          					<Splitscreen>
          						<Row>
          							<Style>
          								<Height>100%</Height>
          							</Style>
          							<Column>
          								<Gauge>
          									<Type>Circular</Type>
          									<Style>
          										<SizePercent>90</SizePercent>
          										<BeginAngle>-55</BeginAngle>
          										<EndAngle>187</EndAngle>
          										<ValuePrecision>1</ValuePrecision>
          										<Margins>
          											<Top>15px</Top>
          										</Margins>
          									</Style>
          									<UseDefinition key="lph_gauge_partial"/>
          									<ID>fuel-flow-gauge-calc-split</ID>
          								</Gauge>
          							</Column>
          							<Column>
          								<Gauge>
          									<Type>DoubleVertical</Type>
          									<Title>FUEL QTY</Title>
          									<Style>
          										<Height>135px</Height>
          										<Margins>
          											<Top>15px</Top>
          										</Margins>
          									</Style>
          									<UseDefinition key="fuel_l_gauge_partial"/>
          									<ID>fuel-remaining-gauge-calc-split</ID>
          								</Gauge>
          							</Column>
          							<Column>
          								<Gauge>
          									<Type>Vertical</Type>
          									<Title>FUEL PSI</Title>
          									<Style>
          										<ValuePrecision>1</ValuePrecision>
          										<Height>135px</Height>
          										<Margins>
          											<Top>15px</Top>
          										</Margins>
          									</Style>
          									<UseDefinition key="fuel_psi_gauge_partial"/>
          									<ID>fuel-pressure-gauge-calc-split</ID>
          								</Gauge>
          							</Column>
          						</Row>
          					</Splitscreen>
          					<Fullscreen>
          						<Gauge>
          							<Type>Circular</Type>
          							<Style>
          								<BeginAngle>-55</BeginAngle>
          								<EndAngle>187</EndAngle>
          								<ValuePrecision>1</ValuePrecision>
          							</Style>
          							<UseDefinition key="lph_gauge_partial"/>
          							<ID>fuel-flow-gauge-calc-full</ID>
          						</Gauge>
          						<Gauge>
          							<Title>FUEL QTY</Title>
          							<Type>DoubleVertical</Type>
          							<Style>
          								<Height>165px</Height>
          							</Style>
          							<UseDefinition key="fuel_l_gauge_partial"/>
          							<ID>fuel-remaining-gauge-calc-full</ID>
          						</Gauge>
          						<Gauge>
          							<Title>FUEL PSI</Title>
          							<Type>Vertical</Type>
          							<Style>
          								<ValuePrecision>1</ValuePrecision>
          								<Height>165px</Height>
          							</Style>
          							<UseDefinition key="fuel_psi_gauge_partial"/>
          							<ID>fuel-pressure-gauge-calc-full</ID>
          						</Gauge>
          					</Fullscreen>
          				</Tab>
          			</EnginePage>
          		</Engine>
          
          		<Annunciations>
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>OIL PRESS LOW</Text>
          				<Condition>
          					<LowerEqual>
          						<Simvar name="ENG OIL PRESSURE:1" unit="PSI"/>
          						<Constant>25</Constant>
          					</LowerEqual>
          				</Condition>
          			</Annunciation>
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>OIL PRESS HI</Text>
          				<Condition>
          					<Greater>
          						<Simvar name="ENG OIL PRESSURE:1" unit="PSI"/>
          						<Constant>115</Constant>
          					</Greater>
          				</Condition>
          			</Annunciation>
          
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>OIL TEMP HI</Text>
          				<Condition>
          					<Greater>
          						<Simvar name="ENG OIL TEMPERATURE:1" unit="farenheit"/>
          						<Constant>245</Constant>
          					</Greater>
          				</Condition>
          			</Annunciation>
          			<Annunciation>
          				<Type>Caution</Type>
          				<Text>OIL TEMP LOW</Text>
          				<Condition>
          					<LowerEqual>
          						<Simvar name="ENG OIL TEMPERATURE:1" unit="farenheit"/>
          						<Constant>100</Constant>
          					</LowerEqual>
          				</Condition>
          			</Annunciation>
          
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>EGT LIMIT</Text>
          				<Condition>
          					<Greater>
          						<Simvar name="GENERAL ENG EXHAUST GAS TEMPERATURE:1" unit="farenheit"/>
          						<Constant>1650</Constant>
          					</Greater>
          				</Condition>
          			</Annunciation>
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>CHT LIMIT</Text>
          				<Condition>
          					<Greater>
          						<Simvar name="ENG CYLINDER HEAD TEMPERATURE:1" unit="farenheit"/>
          						<Constant>460</Constant>
          					</Greater>
          				</Condition>
          			</Annunciation>
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>TIT LIMIT</Text>
          				<Condition>
          					<Greater>
          						<Simvar name="RECIP ENG TURBINE INLET TEMPERATURE:1" unit="farenheit"/>
          						<Constant>1750</Constant>
          					</Greater>
          				</Condition>
          			</Annunciation>
          
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>LOW VOLTS</Text>
          				<Condition>
          					<LowerEqual>
          						<Simvar name="ELECTRICAL MAIN BUS VOLTAGE" unit="volts"/>
          						<Constant>22.0</Constant>
          					</LowerEqual>
          				</Condition>
          			</Annunciation>
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>HIGH VOLTS</Text>
          				<Condition>
          					<Greater>
          						<Simvar name="ELECTRICAL MAIN BUS VOLTAGE" unit="volts"/>
          						<Constant>29.0</Constant>
          					</Greater>
          				</Condition>
          			</Annunciation>
          
          			<Annunciation>
          				<Type>Caution</Type>
          				<Text>BAT DISCHARGE</Text>
          				<Condition>
          					<GreaterEqual>
          						<Simvar name="L:var_correctedBatteryLoad" unit="amps"/>
          						<Constant>1</Constant>
          					</GreaterEqual>
          				</Condition>
          			</Annunciation>
          			<Annunciation>
          				<Type>Caution</Type>
          				<Text>CHARGE RATE</Text>
          				<Condition>
          					<Lower>
          						<Simvar name="L:var_correctedBatteryLoad" unit="amps"/>
          						<Constant>-15</Constant>
          					</Lower>
          				</Condition>
          			</Annunciation>
          
          			<Annunciation>
          				<Type>Caution</Type>
          				<Text>LOW FUEL R</Text>
          				<Condition>
          					<Lower>
          						<Simvar name="FUEL TANK RIGHT MAIN QUANTITY" unit="liter"/>
          						<Constant>5</Constant>
          					</Lower>
          				</Condition>
          			</Annunciation>
          			<Annunciation>
          				<Type>Caution</Type>
          				<Text>LOW FUEL L</Text>
          				<Condition>
          					<Lower>
          						<Simvar name="FUEL TANK LEFT MAIN QUANTITY" unit="liter"/>
          						<Constant>5</Constant>
          					</Lower>
          				</Condition>
          			</Annunciation>
          
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>DOOR OPEN</Text>
          				<Condition>
          					<GreaterEqual>
          						<Simvar name="L:var_aDoorOpen" unit="bool"/>
          						<Constant>1</Constant>
          					</GreaterEqual>
          				</Condition>
          			</Annunciation>
          
          			<Annunciation>
          				<Type>Warning</Type>
          				<Text>AHRS FAILURE</Text>
          				<Condition>
          					<LowerEqual>
          						<Simvar name="CIRCUIT ON:32" unit="bool"/>
          						<Constant>0</Constant>
          					</LowerEqual>
          				</Condition>
          			</Annunciation>
          
          			<Annunciation>
          				<Type>Caution</Type>
          				<Text>GEAR MAN EXT</Text>
          				<Condition>
          					<GreaterEqual>
          						<Simvar name="L:var_EmergencyExtension" unit="bool"/>
          						<Constant>1</Constant>
          					</GreaterEqual>
          				</Condition>
          			</Annunciation>
          		</Annunciations>
          	</G3X>
          
          1 Reply Last reply
          0
          • X Offline
            X Offline
            xavierp
            wrote last edited by
            #12

            First of all, sincere thanks for taking the time to reply.
            So far I edited the, panel.cfg in panel.N5172C
            If i understand correctily, now i must edit the panel.xml file in that same folder.
            Add the 2 sections
            Possibly edit them so they read bonanza stuff (for iinstance i see the G3x do not get power anymore after adding the blocks from above)
            Then i also have to make sure to disable all the other GPS units in the panel.cfg to make sure there are no conflicts (not sure i understand do you mean removing all VC.

            This is all chinese to me but i have the will to make it....
            First step would be to make sure i m modifying the right files (right location) and also understand your instruction and don't do things i m not supposed to.

            If i have to edit your G3X block, a little info on what to do would help then i ll do my best to figure things out. I m a quick learner.

            Black SquareB 1 Reply Last reply
            0
            • X Offline
              X Offline
              xavierp
              wrote last edited by
              #13

              I just took a look at your velocity. This is exactly what I need in your bonanza.
              fingers crossed. Would be a dream come true....

              1 Reply Last reply
              0
              • X xavierp

                First of all, sincere thanks for taking the time to reply.
                So far I edited the, panel.cfg in panel.N5172C
                If i understand correctily, now i must edit the panel.xml file in that same folder.
                Add the 2 sections
                Possibly edit them so they read bonanza stuff (for iinstance i see the G3x do not get power anymore after adding the blocks from above)
                Then i also have to make sure to disable all the other GPS units in the panel.cfg to make sure there are no conflicts (not sure i understand do you mean removing all VC.

                This is all chinese to me but i have the will to make it....
                First step would be to make sure i m modifying the right files (right location) and also understand your instruction and don't do things i m not supposed to.

                If i have to edit your G3X block, a little info on what to do would help then i ll do my best to figure things out. I m a quick learner.

                Black SquareB Offline
                Black SquareB Offline
                Black Square
                Black Square Developer
                wrote last edited by
                #14

                @xavierp Yes! Everything you said here was exactly correct. You will have to modify the CFG and XML of any livery you want to have this new configuration.

                The XML can be copy-pasted across all liveries, but the CFG will at least have to retain the original "VLivery" sections at the bottom of the file if you want the registration numbers to appear correctly.

                You only have to disable any GPS units that you're not using to display your new instruments. For instance, if there is still an entry for the KLN90B, but you have no intention of using it. This is just to avoid possible conflicts with the new units.

                Here is the documentation for the G3X XML. If anything near the file sounds scary, like <Sensors adc-count="1" ahrs-count="1"> or <GduDefs>, just use the parameters I sent in my last message. You're looking for the sections like <EnginePage> and <Annunciations>.

                Let me know how it goes!

                1 Reply Last reply
                0
                • X Offline
                  X Offline
                  xavierp
                  wrote last edited by
                  #15

                  Man.... I dont know how many hours in put into this.... there is no way to pay you a significant amount of money so that you make my aircraft into mfs? Its all chinese to me (but if you can't make it, i'll keep trying) and thanks again for the continious support... I just know it would be amazing to also fly it in VR sometimes and that won't happen the way I m doing it if i ever happen to make it

                  1 Reply Last reply
                  0
                  • Black SquareB Offline
                    Black SquareB Offline
                    Black Square
                    Black Square Developer
                    wrote last edited by
                    #16

                    Well, I would be foolish to say that any man doesn't have his price, but I also don't want to create false expectations by having "the developer" ultimately hack together a solution for you when it's something the aircraft was never meant to do in the first place.

                    Before you give up entirely, let me try with one more round of pointers:

                    Replace all of the CIRCUIT ON:NN values with CIRCUIT ON:48 for testing. This will make sure everything is powered and working for now.

                    From there, start with the "eis_root_style" section. These are all of the large gauges you see on the left of the MFD by default. The scale of the gauge is generally set by the <Minimum>, <Maximum>, and <ColorZone> settings.

                    For now, see if you can make progress with just those changes, and then I can send more tips.

                    1 Reply Last reply
                    0
                    • F Offline
                      F Offline
                      fakeflyer737
                      wrote last edited by
                      #17

                      Can anyone ad the G3X to the plane in 2024? Can you guys share a screen shot of it? Thanks!

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

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