Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

A-380 2D Panel Clickable Gauge Problem

Featured Replies

post-142675-0-23790500-1391362004.jpg

 

First of all I have tried to contact the panel creator and the person that updated the panel, with no response, etc.

 

I am using the Project Airbus A-380 with a 2D panel by Ken Mitchel and updated by Wilhelm Hudetz.

 

The issue is with the Heading (HDG) knob on the Autopilot Control Panel (on main and zoomed panels). It is a clickable knob and when mouse if hovering over it you do get the + and - signs show up but remains at 044 degrees.

 

Could some kind soul assist me with this as I do not have the facilities to alter XML or bitmaps. I note that the downloads a380wspnl.zip and a380wsupd01.zip have both beem downloaded several thousand times respectively so someone out there has had the same issue!

 

Thank you

 

Sauviat

Martin Parr

Retired professional yacht skipper for vessels up to 46m

 

System: Omen 40L GT13-0054na Gaming PC; Windows 11 Home  64-bit OS; Intel Core i9-10900K CPU @ 3.7GHz; RAM 32GB; Samsung S34J55x Monitor 3440x1440 @75 Hz Resolution; NVIDIA GeForce RTX 4080 Ti. MSFS P/D; TM Pendular Rudder Pedals, TM Warthog Hortas Throttle/Joystick Combo.

  • Replies 33
  • Views 7.7k
  • Created
  • Last Reply

Top Posters In This Topic

Posted Images

 

 


Could some kind soul assist me with this as I do not have the facilities to alter XML or bitmaps.

 

Hello there. Since no one else has responded I'll see if I can help. I have downloaded both files you named and although I do not have them installed in a aircraft I have inspected the XML file associated with the heading adjustment knob. The XML file "HDGADJ" is straight forward and typical for that type of use. The panel configuration reference is; gauge25=Z_AB380KM_WH!HDGADJ,  1138,469,80,50 and that is also normal and workable. There are no bitmaps used with this XML except a dummy image named "NAVADJ.bmp" for the XML coordinates to be applied to, so you will not see a rotating knob or anything. You should be able to mouse over the gauge to get it to show the + or - as you have observed and at that point while either are visible by clicking left mouse or holding the left mouse button get the HDG to change. Well it should any way. Have you tried changing the course setting? The course knob should work the same, at least according to how the XML files are written. Check out what I have provided so far and let me know how things go.

 

Here is the actual XML text involved:

 

<Gauge Name="HDG ADJUSTER" Version="1.0">
   <Image Name="NAVADJ.bmp" ImageSizes="80,50"/>
   <Mouse>

      <Area Left="0" Right="35" Top="6" Bottom="45">
         <Cursor Type="DownArrow"/>
         <Click Event="HEADING_BUG_DEC" Repeat="Yes"/>
      </Area>
      <Area Left="40" Right="80" Top="6" Bottom="45">
         <Cursor Type="UpArrow"/>
         <Click Event="HEADING_BUG_INC" Repeat="Yes"/>
      </Area>
   </Mouse>
</Gauge>

 

So basically the left half of the 80x50 area = a minus sign and heading number decrease, right half = a plus sign and heading number increase, with a little dead space (5 pixels) between the two.

 

The fact that you are seeing the plus and minus signs as you stated says the gauge is functioning properly. If the XML was written with a error involved those wouldn't show. Again try keeping the + or - visible while you click. If you are already doing that then please forgive me and by all means let me know and I will be happy to look into this further. I hope this will be helpful.

 

Best regards,

Mel

  • Author

Hi Mel, thank you for your input.

 

This is what I have at present, without looking at the panel itself (FS9 is on an external drive currently being used elsewhere).

 

The Heading does not change from 044 when clicking, although the plus and minus signs are shown when hovering over the knob.

 

The quartz digits remain at 044. This is the xml, I think, for the visual display gauge. Although you will see ALT DISPLAY it states HDGDIS.xml in the CAB:

 

- <Gauge Name="ALT DISPLAY" Version="1.0">
  <Image Name="NAV.bmp" ImageSizes="97,29" />
- <Element>
- <Element>
  <Position X="5" Y="2" />
- <Text X="87" Y="25" Bright="Yes" Length="6" Font="Quartz" Color="Yellow" Adjust="Center" VerticalAdjust="Center" Multiline="No" Fixed="Yes">
  <String>%((A:Autopilot altitude lock var, feet))%!05.0f!</String>
  </Text>
  </Element>
  </Element>
  <copyright>©2003 Ken Mitchell [[email protected]]</copyright>
  </Gauge>
 
You ask about the Course XML. This is the odd thing because visually on the panel itself you will be misled for seeing inHg/Mb, but it shows the Course 259 degrees and it does change the degrees when clicking the knob. Below are the two xml's:
 
- <Gauge Name="CRS ADJUSTER" Version="1.0">
  <Image Name="NAVADJ.bmp" ImageSizes="80,50" />
- <Mouse>
- <Area Left="0" Right="35" Top="6" Bottom="45">
  <Cursor Type="DownArrow" />
  <Click Event="VOR1_OBI_DEC" Repeat="Yes" />
  </Area>
- <Area Left="40" Right="80" Top="6" Bottom="45">
  <Cursor Type="UpArrow" />
  <Click Event="VOR1_OBI_INC" Repeat="Yes" />
  </Area>
  </Mouse>
  </Gauge>
 
 
- <Gauge Name="CRS DISPLAY" Version="1.0">
  <Image Name="NAV.bmp" ImageSizes="97,29" />
- <Element>
  <Visible>(A:Circuit avionics on, bool)</Visible>
- <Element>
  <Position X="5" Y="2" />
- <Text X="87" Y="25" Bright="Yes" Length="3" Font="Quartz" Color="Azure" Adjust="Center" VerticalAdjust="Center" Multiline="No" Fixed="No">
  <String>%((A:NAV1 OBS, degrees) abs)%!03.0f!</String>
  </Text>
  </Element>
  </Element>
  <copyright>©2003 Ken Mitchell [[email protected]]</copyright>
  </Gauge>
 
 
Reading xml is one thing, but I am only just coming to terms with what the codes mean! Please let me know what you think of the above xml's, because while the Heading cannot be changed from its fixed position, the Course can?
 
Best Regards
 
Sauviat

Martin Parr

Retired professional yacht skipper for vessels up to 46m

 

System: Omen 40L GT13-0054na Gaming PC; Windows 11 Home  64-bit OS; Intel Core i9-10900K CPU @ 3.7GHz; RAM 32GB; Samsung S34J55x Monitor 3440x1440 @75 Hz Resolution; NVIDIA GeForce RTX 4080 Ti. MSFS P/D; TM Pendular Rudder Pedals, TM Warthog Hortas Throttle/Joystick Combo.

  • Author

Hello Joe, thank you for your input.

 

As stated before, both the original panel and the panel update were installed i.e. 380wspnl.zip and a380wsupd01.zip.

 

This is the original xml:

 

 

- <Gauge Name="HDG ADJUSTER" Version="1.0">
  <Image Name="NAVADJ.bmp" ImageSizes="80,50" />
- <Mouse>
- <Area Left="0" Right="35" Top="6" Bottom="45">
  <Cursor Type="DownArrow" />
  <Click>(L:heading lock dir,degrees) -- (>L:heading lock dir,degrees)</Click>
  </Area>
- <Area Left="40" Right="80" Top="6" Bottom="45">
  <Cursor Type="UpArrow" />
  <Click>(L:heading lock dir,degrees) ++ (>L:heading lock dir,degrees)</Click>
  </Area>
  </Mouse>
  </Gauge>

 

and this is the updated xml (which does not work)

 

- <Gauge Name="HDG ADJUSTER" Version="1.0">

  <Image Name="NAVADJ.bmp" ImageSizes="80,50" />
- <Mouse>
- <Area Left="0" Right="35" Top="6" Bottom="45">
  <Cursor Type="DownArrow" />
  <Click Event="HEADING_BUG_DEC" Repeat="Yes" />
  </Area>
- <Area Left="40" Right="80" Top="6" Bottom="45">
  <Cursor Type="UpArrow" />
  <Click Event="HEADING_BUG_INC" Repeat="Yes" />
  </Area>
  </Mouse>
  </Gauge>

 

With respect to the authors or any author, when they update and state to overwrite if prompted, you are expected to do exactly that if you you want the update, etc. Yes, one should always backup the original. However, it is polite for an author to respond when you have found a legitimate issue with their coding as in this case - which they have chose for whatever reason not to respond!

 

Incidentally, the "Read Me" file for the update is the same as the original one, thus nothing to suggest what the update was in fact updating!

 

If you are around Mel, do you see an issue with the original xml? (I cannot check it on FS9 until I get the external drive back, probably Friday or Monday next.)

 

Best Regards

 

Sauviat

Martin Parr

Retired professional yacht skipper for vessels up to 46m

 

System: Omen 40L GT13-0054na Gaming PC; Windows 11 Home  64-bit OS; Intel Core i9-10900K CPU @ 3.7GHz; RAM 32GB; Samsung S34J55x Monitor 3440x1440 @75 Hz Resolution; NVIDIA GeForce RTX 4080 Ti. MSFS P/D; TM Pendular Rudder Pedals, TM Warthog Hortas Throttle/Joystick Combo.

If you are around Mel, do you see an issue with the original xml? (I cannot check it on FS9 until I get the external drive back, probably Friday or Monday next.)

 

I will look into this as soon as possible. Wife has me on snow removal duty today. BIG! Winter storm.

 

The internal name of the XML is not important - no effect, but at a quick glance at:

 

- <Gauge Name="ALT DISPLAY" Version="1.0">
  <Image Name="NAV.bmp" ImageSizes="97,29" />
- <Element>
- <Element>
  <Position X="5" Y="2" />
- <Text X="87" Y="25" Bright="Yes" Length="6" Font="Quartz" Color="Yellow" Adjust="Center" VerticalAdjust="Center" Multiline="No" Fixed="Yes">
  <String>%((A:Autopilot altitude lock var, feet))%!05.0f!</String>
  </Text>
  </Element>
  </Element>
  <copyright>©2003 Ken Mitchell [[email protected]]</copyright>
  </Gauge>
 
does look very wrong indeed.
 
the line;
 
  <String>%((A:Autopilot altitude lock var, feet))%!05.0f!</String>
 
should read something more like:
 
 
      <String>%((A:Autopilot heading lock dir, degrees))%!03.0f!</String>
 
and in:
 
     <Text X="87" Y="25" Bright="Yes" Length="6" Font="Quartz" Color="Yellow" Adjust="Center" VerticalAdjust="Center" Multiline="No" Fixed="Yes">
 
Length="6" doesn't match - you only need Length="3" - 3 digits to display the heading.
 
So the function stated by the external name of the XML "HDGDIS" certainly does not match what it is programed to do.
 
It appears that the author of the update used an XML by KM for displaying altitude setting with a modification to display the set heading but forgot to change the variable involved.
 
As you said, very strange that others haven't noticed this or had this show up. More to follow.
 
Regards,
Mel
  • Author

Hello Mel,

 

Happy to wait for you! 

 

Regards,

 

Sauviat

Martin Parr

Retired professional yacht skipper for vessels up to 46m

 

System: Omen 40L GT13-0054na Gaming PC; Windows 11 Home  64-bit OS; Intel Core i9-10900K CPU @ 3.7GHz; RAM 32GB; Samsung S34J55x Monitor 3440x1440 @75 Hz Resolution; NVIDIA GeForce RTX 4080 Ti. MSFS P/D; TM Pendular Rudder Pedals, TM Warthog Hortas Throttle/Joystick Combo.

Hello

 

Have you seen this?

 

 

Name: a380wsupd01.zip

Size: 1,774,982 Date: 09-06-2012 Downloads: 1,438

 

 

FS2004 Airbus A380 Wide-Screen Panel Update, for use with A380WSPNL.ZIP. This update corrects a problem with the HDG selector on the Paibus wingview model. By Wilhelm Hudetz / Ken Mitchell.

 

Cheers Andy

Hello

Have you seen this?

Name: a380wsupd01.zip

Size: 1,774,982 Date: 09-06-2012 Downloads: 1,438

FS2004 Airbus A380 Wide-Screen Panel Update, for use with A380WSPNL.ZIP. This update corrects a problem with the HDG selector on the Paibus wingview model. By Wilhelm Hudetz / Ken Mitchell.

Cheers Andy

Apologies!!!!,

Believe you have already installed this update.

 

Cheers part two

 

Andy

photo-141290.gif?_r=1341161573?t=54318216?t=43542077

  • Author

Hello Andy,

 

Yes, it is the same update as what Joe indicated.

 

Based on the information given to Mel, he is looking at it further as there is an issue with that update.

 

Watch this space for his further response - he is on snow clearing duties!

 

Regards,

 

Sauviat

Martin Parr

Retired professional yacht skipper for vessels up to 46m

 

System: Omen 40L GT13-0054na Gaming PC; Windows 11 Home  64-bit OS; Intel Core i9-10900K CPU @ 3.7GHz; RAM 32GB; Samsung S34J55x Monitor 3440x1440 @75 Hz Resolution; NVIDIA GeForce RTX 4080 Ti. MSFS P/D; TM Pendular Rudder Pedals, TM Warthog Hortas Throttle/Joystick Combo.

Watch this space for his further response - he is on snow clearing duties!

 

Snow duties on hold - snowing faster than I can shovel!

 

Well the XML gauge being discussed in my post #6 turns out to be junk that should have been removed before the whole thing was Cab filed.

 

Here is what I've got up to now:

 

gauge25=Z_AB380KM_WH!HDGADJ = the XML file HDGADJ is a KM original and is used in several of his other panels a couple of which I use such as KM777, it works.

 

The XML file "HDGDIS" in the updated "Z_AB380KM_WH.CAB" is also leftover junk. The actual heading display is provided for in the "gauge74=Z_AB380KM_WH!AP_WINDOW1". The XML file AP_Window1 contain this:

 

<Gauge Name="AP 1 DISPLAY" Version="1.0" Size="280,36">

 

   <Element>

      <Visible>(A:Circuit avionics on, bool) (L:PFD Switch, bool) !

 

&&</Visible>

   <Image Name="AP_WINDOW1.bmp" ImageSizes="280,36"/>

 

     <Element>

         <Position X="20" Y="0"/>

         <Text X="40" Y="14" Bright="Yes" Length="5" Font="Quartz"

 

Color="Azure" Adjust="Center" Multiline="No" Fixed="Yes">

            <String>%((L:Mach-IAS select,

 

bool))%{if}%MACH%{else}%IAS</String>

         </Text>

      </Element>

 

      <Element>

         <Position X="17" Y="13"/>

         <Text X="60" Y="25" Bright="Yes" Length="5" Font="Quartz"

 

Color="Azure" Adjust="Center" Multiline="No" Fixed="Yes">

            <String>%((L:Mach-IAS select, bool))%{if}%((A:Autopilot

 

mach hold var,mach) 100 *)%.%!02.0f!%{else}%((A:Autopilot

 

airspeed hold var,knots))%!03.0f!</String>

         </Text>

      </Element>

 

     <Element>

         <Position X="122" Y="0"/>

         <Text X="40" Y="14" Bright="Yes" Length="5" Font="Quartz"

 

Color="Azure" Adjust="Center" Multiline="No" Fixed="Yes">

            <String>HDG</String>

         </Text>

      </Element>

 

      <Element>

         <Position X="117" Y="13"/>

         <Text X="60" Y="25" Bright="Yes" Length="5" Font="Quartz"

 

Color="Azure" Adjust="Center" Multiline="No" Fixed="Yes">

            <String>%((A:Autopilot heading lock dir,

 

degrees))%!03.0f!</String>

         </Text>

      </Element>

 

   </Element>

   <copyright>©2003 Ken Mitchell

 

[[email protected]]</copyright>

</Gauge>

 

_____________________________________________________

 

This text displays the speed and heading both, plus the text label for IAS or Mach and HDG. The meaningful portion: "<String>%((A:Autopilot heading lock dir, degrees))%!03.0f!</String>" is identical to what I have used myself so I know that works. So we have arrived at geez it should work! That leads me to this; Since others haven't complained about a problem and the authors certainly did some testing that perhaps if you have made any changes in the panel configuration file there might be a numbering error that is causing the set up to drop a gauge or two? Check the gauge numbering carefully. Have you checked to see if the heading adjust and display work in the zoomed window? Let me know on these things please and we'll continue from there.

 

Snowed in,

Mel

 

  • Author

Hello Mel!

 

Follows is the panel.cfg, but this is as I received it, etc and it has not been changed from my end. The Heading neither worked in either of the panels - widescreen and zoomed.

 

// This Panel.cfg file created by FS Panel Studio panel editor utility - http://www.fspanelstudio.com
// Built Friday, August 31, 2012 at 16:15 FSPS Build:22767
 
[Window Titles]
Window00=Main Panel
Window01=Main Full
Window02=Main Zoom
Window03=Overhead
Window04=Pedestal
Window05=GPS
Window06=LCD Overlay
Window07=Pushback
Window08=EICAS 2
Window09=EICAS 2 Zoom
 
 
[VIEWS]
VIEW_FORWARD_WINDOWS=MAIN_PANEL,50,60,70,1110,1100
 
VIEW_FORWARD_ZOOM=0.750
VIEW_FORWARD_EYE=0.000, 0.000, 0.000
VIEW_FORWARD_DIR=7.400, 0.000, 3.000
 
VIEW_FORWARD_RIGHT_ZOOM=0.750
 
VIEW_RIGHT_ZOOM=0.750
 
VIEW_REAR_RIGHT_ZOOM=0.750
 
VIEW_REAR_ZOOM=0.750
 
VIEW_REAR_LEFT_ZOOM=0.750
 
VIEW_LEFT_ZOOM=0.750
 
VIEW_FORWARD_LEFT_ZOOM=0.750
 
 
 
//--------------------------------------------------------
[Window00]
file=Main380.bmp 
file_1024=Main380.bmp 
size_mm=1920,1200
window_size_ratio=1.000  
position=7
visible=1
ident=MAIN_PANEL
window_size= 1.000, 1.000
window_pos= 0.000, 0.000
 
 
 
//--------------------------------------------------------
[Window01]
file=Main380ws v4.bmp 
size_mm=1920
window_size_ratio=1.000  
position=7
visible=1
ident=50
window_size= 1.000, 1.000
window_pos= 0.000, 0.000
 
gauge00=Night380,  0,0,1920,1199
gauge01=Z_AB380KM_WH!RMI 1 Switch,  780,888,26,9
gauge02=Z_AB380KM_WH!RMI 2 Switch,  828,888,26,9
gauge03=Z_AB380KM_WH!MFD SWITCH,  829,509,44,44
gauge04=Z_AB380KM_WH!ND_AIRPORT,  975,387,28,19
gauge05=Z_AB380KM_WH!ND_CRS,  816,387,28,19
gauge06=Z_AB380KM_WH!ND_NDB,  895,387,28,19
gauge07=Z_AB380KM_WH!ND_VOR,  936,387,28,19
gauge08=Z_AB380KM_WH!ND_WPT,  855,387,28,19
gauge09=Z_AB380KM_WH!RANGE SWITCH,  947,512,44,44
gauge10=Z_AB380KM_WH!FMC_FP,  1434,1170,68,28
gauge11=Z_AB380KM_WH!FMC_FD,  1502,1170,68,28
gauge12=Z_AB380KM_WH!FMC_WD,  1571,1170,68,28
gauge13=Z_AB380KM_WH!FMC_4,  1640,1170,68,28
gauge14=RB_XML!EYEPOINT_ADJUST,  778,  646 ,29,42
gauge15=Z_AB380KM_WH!Gear,  1381,787,51,147
gauge16=Z_AB380KM_WH!Overhead,  826,647,30,29
gauge17=Z_AB380KM_WH!Throttle,  826,694,30,29
gauge18=GA_FID3!FID3,  787,970,255,230
gauge19=Z_AB380KM_WH!NAV-GPS,  715,534,29,21
gauge20=Z_AB380KM_WH!Autopilot Nav Switch,  751,534,29,21
gauge21=Z_AB380KM_WH!Autopilot BC Switch,  788,533,29,21
gauge22=Z_AB380KM_WH!Autopilot IAS-Mach Selector,  1048,472,65,48
gauge23=Z_AB380KM_WH!Autopilot IAS-Mach Switch,  1071,386,21,21
gauge24=Z_AB380KM_WH!Autopilot Hdg Switch,  1163,533,27,22
gauge25=Z_AB380KM_WH!HDGADJ,  1138,469,80,50
gauge26=Z_AB380KM_WH!Autothrottle,  1244,521,27,28
gauge27=Z_AB380KM_WH!Autopilot,  1224,481,27,28
gauge28=Z_AB380KM_WH!Autopilot,  1264,481,27,28
gauge29=Z_AB380KM_WH!FlightDirector,  1243,436,27,28
gauge30=Z_AB380KM_WH!ALT HOLD,  1325,533,27,22
gauge31=Z_AB380KM_WH!Autopilot Altitude Selector,  1317,474,43,43
gauge32=Z_AB380KM_WH!VS Selector,  1401,466,71,53
gauge33=Z_AB380KM_WH!Autopilot VS Switch,  1421,533,27,22
gauge34=Z_AB380KM_WH!Autopilot Approach Switch,  1085,533,27,22
gauge35=Z_AB380KM_WH!Autopilot FEET METER Switch,  1325,387,21,21
gauge36=RB_GPS_noFrame!GPS_NoFrame,  1069,958,319,238
gauge37=Takeoff!Vspeed,  197,892,82,51
gauge38=Z_AB380KM_WH!MASTER_CAUTION,  581,434,27,25
gauge39=Z_AB380KM_WH!MASTER_WARNING,  581,495,29,29
gauge40=Z_AB380KM_WH!Gear Light Nose,  1401,615,22,24
gauge41=Z_AB380KM_WH!Gear Light Left,  1368,655,23,23
gauge42=Z_AB380KM_WH!Gear Light Left,  1392,655,23,23
gauge43=Z_AB380KM_WH!Gear Light Right,  1417,655,23,23
gauge44=Z_AB380KM_WH!Gear Light Right,  1441,655,23,23
gauge45=Z_AB380KM_WH!AutobrakeSwitch,  1496,696,90,60
gauge46=GPWS_Sound!dsd_xml_sound3,  276,495,37,30,./sound/GPWS/Sound.ini
gauge47=rcb-gauges!GPWS3_3_MasterWarn,  314,892,116,51
gauge48=rcb-gauges!GPWS3_3_Default,  330,900,86,33
gauge49=fmc3d!FMC,  1408,962,249,207
gauge50=simicons!Kneeboard Icon,  826,786,30,29
gauge51=simicons!ATC Icon,  778,787,30,29
gauge52=simicons!Map Icon,  778,739,30,29
gauge53=simicons!GPS Icon,  826,739,30,29
gauge54=rcb_Groundhandling4!Icon_Pushback,  778,692,30,29
gauge55=ABclock!FP_Airbus_Clock9X_v3,  1467,773,153,160
gauge56=dsd_xml_config!config,  350,495,37,30,.\Gauges\ab340km_config.ini
gauge57=dsd_fuel_dump!fuel_dump_transparent,  239,495,37,30,.\Gauges\ab340km_fuel_dump.ini
gauge58=Z_AB380KM_WH!ND_AIRPORT,  1668,389,28,19
gauge59=Z_AB380KM_WH!ND_CRS,  1509,389,28,19
gauge60=Z_AB380KM_WH!ND_NDB,  1588,389,28,19
gauge61=Z_AB380KM_WH!ND_VOR,  1629,389,28,19
gauge62=Z_AB380KM_WH!ND_WPT,  1548,389,28,19
gauge63=Z_AB380KM_WH!MFD SWITCH,  1641,512,44,44
gauge64=Z_AB380KM_WH!RANGE SWITCH,  1522,512,44,44
gauge65=AoA!BoeingAoA,  672,891,48,55
gauge66=Z_AB380KM_WH!MFD,  475,622,263,251
gauge67=Z_AB380KM_WH!EICAS_UPPER,  1058,625,266,254
gauge68=EICAStransSw!EICAS UPPER Switch,  1169,609,39,21
gauge69=Z_AB380KM_WH!540,  826,831,30,29
gauge70=pnlsw!Panelswitch,  778,831,30,29
gauge71=Flaps!Flaps,  495,884,141,69
gauge72=Z_AB380KM_WH!Baro Adjust,  743,429,53,84
gauge73=Z_AB380KM_WH!PFD,  180,619,258,251
gauge74=Z_AB380KM_WH!AP_WINDOW1,  1047,420,175,39
gauge75=Z_AB380KM_WH!AP_WINDOW2,  1293,420,175,39
gauge76=Z_AB380KM_WH!CRSDIS,  1715,427,53,25
gauge77=Z_AB380KM_WH!CRSADJ,  1712,463,80,50
gauge78=dsd_xml_sound2!dsd_xml_sound2,  109,542,20,20,.\Gauges\ab340km_sound.ini
gauge79=Z_AB380KM_WH!Autopilot SPD,  1050,533,27,22
gauge80=Z_AB380KM_WH!RMInB,  883,746,143,179
gauge81=StbyAttDig!B787_stby,  889,598,128,132
gauge82=brakepressure tripleindicatorNB!brakepressure-tripleindicatorNB,  1537,601,81,79
gauge83=Z_AB380KM_WH!MFD,  1644,622,263,251
gauge84=Z_AB380KM_WH!FuelPercent,  1070,888,244,41
 
 
//--------------------------------------------------------
[Window02]
file=Main380wsZoom.bmp 
file_1024=Main380wsZoom.bmp 
size_mm=1920,1200
window_size_ratio=1.000  
position=7
visible=0
ident=70
window_size= 1.000, 1.000
window_pos= 0.000, 0.000
 
gauge00=NightZOOM,  0,0,1920
gauge01=Z_AB380KM_WH!RMI 1 Switch,  854,1099,33,10
gauge02=Z_AB380KM_WH!RMI 2 Switch,  913,1099,33,10
gauge03=Z_AB380KM_WH!MFD SWITCH,  914,632,53,53
gauge04=Z_AB380KM_WH!ND_AIRPORT,  1094,480,34,23
gauge05=Z_AB380KM_WH!ND_CRS,  898,480,34,23
gauge06=Z_AB380KM_WH!ND_NDB,  996,480,34,23
gauge07=Z_AB380KM_WH!ND_VOR,  1046,480,34,23
gauge08=Z_AB380KM_WH!ND_WPT,  947,480,34,23
gauge09=Z_AB380KM_WH!RANGE SWITCH,  1062,632,53,53
gauge10=RB_XML!EYEPOINT_ADJUST,  851,804,37,53
gauge11=Z_AB380KM_WH!Gear,  1596,970,65,201
gauge12=Z_AB380KM_WH!Overhead,  910,802,37,35
gauge13=Z_AB380KM_WH!Throttle,  910,859,37,35
gauge14=Z_AB380KM_WH!NAV-GPS,  774,  661 ,34,28
gauge15=Z_AB380KM_WH!Autopilot Nav Switch,  819,661,34,28
gauge16=Z_AB380KM_WH!Autopilot BC Switch,  865,661,34,28
gauge17=Z_AB380KM_WH!Autopilot IAS-Mach Selector,  1193,588,65,48
gauge18=Z_AB380KM_WH!Autopilot IAS-Mach Switch,  1216,481,21,21
gauge19=Z_AB380KM_WH!Autopilot Hdg Switch,  1329,660,34,28
gauge20=Z_AB380KM_WH!HDGADJ,  1305,587,80,50
gauge21=Z_AB380KM_WH!Autothrottle,  1429,648,31,30
gauge22=Z_AB380KM_WH!Autopilot,  1404,596,31,30
gauge23=Z_AB380KM_WH!Autopilot,  1453,596,31,30
gauge24=Z_AB380KM_WH!FlightDirector,  1428,541,31,30
gauge25=Z_AB380KM_WH!ALT HOLD,  1527,660,34,28
gauge26=Z_AB380KM_WH!Autopilot Altitude Selector,  1525,591,46,46
gauge27=Z_AB380KM_WH!VS Selector,  1631,584,71,53
gauge28=Z_AB380KM_WH!Autopilot VS Switch,  1645,660,34,28
gauge29=Z_AB380KM_WH!Autopilot Approach Switch,  1231,660,34,28
gauge30=Z_AB380KM_WH!Autopilot FEET METER Switch,  1530,480,21,21
gauge31=Takeoff!Vspeed,  133,1106,98,60
gauge32=Z_AB380KM_WH!MASTER_CAUTION,  607,535,34,33
gauge33=Z_AB380KM_WH!MASTER_WARNING,  609,613,31,33
gauge34=Z_AB380KM_WH!Gear Light Nose,  1622,761,27,30
gauge35=Z_AB380KM_WH!Gear Light Left,  1582,810,27,30
gauge36=Z_AB380KM_WH!Gear Light Left,  1612,810,27,30
gauge37=Z_AB380KM_WH!Gear Light Right,  1642,810,27,30
gauge38=Z_AB380KM_WH!Gear Light Right,  1672,810,27,30
gauge39=Z_AB380KM_WH!AutobrakeSwitch,  1747,861,103,69
gauge40=rcb-gauges!GPWS3_3_MasterWarn,  289,1109,116,51
gauge41=rcb-gauges!GPWS3_3_Default,  305,1117,86,33
gauge42=simicons!Kneeboard Icon,  910,973,37,35
gauge43=simicons!ATC Icon,  852,976,37,35
gauge44=simicons!Map Icon,  851,916,37,35
gauge45=simicons!GPS Icon,  910,915,37,35
gauge46=rcb_Groundhandling4!Icon_Pushback,  851,859,37,35
gauge47=ABclock!FP_Airbus_Clock9X_v3,  1702,954,190,200
gauge48=Z_AB380KM_WH!ND_CRS,  1755,482,34,23
gauge49=Z_AB380KM_WH!ND_NDB,  1854,482,34,23
gauge50=Z_AB380KM_WH!ND_WPT,  1803,482,34,23
gauge51=AoA!BoeingAoA,  728,1105,48,55
gauge52=Z_AB380KM_WH!MFD,  476,767,328,313
gauge53=Z_AB380KM_WH!EICAS_UPPER,  1196,773,332,317
gauge54=EICAStransSw!EICAS UPPER Switch,  1337,744,55,33
gauge55=pnlsw!Panelswitch,  853,1029,33,34
gauge56=Flaps!Flaps,  502,1092,169,87
gauge57=Z_AB380KM_WH!Baro Adjust,  805,529,71,108
gauge58=Z_AB380KM_WH!Autopilot SPD,  1187,660,34,28
gauge59=Z_AB380KM_WH!AP_WINDOW1,  1187,522,208,45
gauge60=Z_AB380KM_WH!AP_WINDOW2,  1491,522,208,45
gauge61=Z_AB380KM_WH!PFD,  111,771,320,311
gauge62=Z_AB380KM_WH!RMInB,  979,921,180,224
gauge63=Z_AB380KM_WH!540z,  910,1029,37,35
gauge64=Z_AB380KM_WH!RANGE SWITCH,  1772,633,53,53
gauge65=StbyAttDig!B787_stby,  987,741,163,164
gauge66=brakepressure tripleindicatorNB!brakepressure-tripleindicatorNB,  1791,743,100,105
gauge67=Z_AB380KM_WH!FuelPercent,  1213,1090,304,60
 
 
//--------------------------------------------------------
[Window03]
file=OVERHEAD.bmp 
size_mm=1600
window_size_ratio=1.000  
position=1
visible=0
ident=1110
window_size= 1.000, 0.580
window_pos= 0.000, 0.000
 
gauge00=NightOVH,  0,0,1600
gauge01=Z_AB380KM_WH!LandingLights,  609,552,35,50
gauge02=Z_AB380KM_WH!LandingLights,  660,552,35,50
gauge03=Z_AB380KM_WH!TaxiLights,  715,563,28,50
gauge04=Z_AB380KM_WH!StrobeLights,  555,511,28,50
gauge05=Z_AB380KM_WH!BeaconLights,  607,509,28,50
gauge06=Z_AB380KM_WH!NavLights,  710,511,28,50
gauge07=Z_AB380KM_WH!TaxiLights,  561,562,28,50
gauge08=Z_AB380KM_WH!PanelLights,  905,510,28,50
gauge09=Z_AB380KM_WH!PitotHeat,  780,453,28,27
gauge10=Z_AB380KM_WH!WingLights,  658,510,28,50
gauge11=Z_AB380KM_WH!DeIce ENG 1,  536,451,31,25
gauge12=Z_AB380KM_WH!DeIce ENG 2,  585,452,31,25
gauge13=Z_AB380KM_WH!SeatBelts,  842,560,28,50
gauge14=Z_AB380KM_WH!Smoking,  895,  560 ,28,50
gauge15=Z_AB380KM_WH!Battery,  737,138,27,26
gauge16=Z_AB380KM_WH!Battery,  775,138,27,26
gauge17=Z_AB380KM_WH!GEN1,  580,235,31,28
gauge18=Z_AB380KM_WH!GEN2,  649,235,31,28
gauge19=Z_AB380KM_WH!StartJet1,  1122,446,24,24
gauge20=Z_AB380KM_WH!StartJet2,  1159,446,24,24
gauge21=Z_AB380KM_WH!VOLTAGE,  651,143,66,18
gauge22=Z_AB380KM_WH!VOLTAGE,  823,143,66,18
gauge23=Z_AB380KM_WH!Autospoiler,  1296,446,24,24
gauge24=Z_AB380KM_WH!FUEL_DUMP,  1265,265,38,35
gauge25=Z_AB380KM_WH!GEN3,  908,235,31,28
gauge26=Z_AB380KM_WH!GEN4,  978,235,31,28
gauge27=Z_AB380KM_WH!DeIce ENG 3,  634,451,31,25
gauge28=Z_AB380KM_WH!DeIce ENG 4,  683,451,31,25
gauge29=Z_AB380KM_WH!StartJet3,  1197,446,24,24
gauge30=Z_AB380KM_WH!StartJet4,  1234,446,24,24
gauge31=Z_AB380KM_WH!ACCESS EXIT1,  1156,367,25,10
gauge32=Z_AB380KM_WH!ACCESS EXIT2,  1261,367,28,10
gauge33=Z_AB380KM_WH!ACCESS EXIT3,  1209,367,28,10
gauge34=Z_AB380KM_WH!ACCESS EXIT4,  1313,367,28,10
gauge35=Z_AB380KM_WH!CALL 1,  272,454,27,22
gauge36=Z_AB380KM_WH!CALL 2,  351,453,24,19
gauge37=Z_AB380KM_WH!CALL 2,  397,455,24,20
gauge38=Z_AB380KM_WH!CALL 3,  443,445,31,27
gauge39=Z_AB380KM_WH!TANK HEAT LA,  1187,187,24,11,.\Gauges\ab340km_fuel_dump.ini
gauge40=Z_AB380KM_WH!TANK HEAT LM,  1225,188,24,11,.\Gauges\ab340km_sound.ini
gauge41=Z_AB380KM_WH!TANK HEAT RA,  1409,192,24,11
gauge42=Z_AB380KM_WH!TANK HEAT RM,  1372,191,24,11
gauge43=Z_AB380KM_WH!TANK HEAT C1,  1262,188,24,11
gauge44=Z_AB380KM_WH!TANK HEAT C2,  1299,189,24,11
gauge45=Z_AB380KM_WH!TANK HEAT C3,  1336,190,24,11
gauge46=Z_AB380KM_WH!Avionics,  1057,154,31,28
gauge47=TA7x7.FUEL,  518,329,560,81
gauge48=Z_AB380KM_WH!FUEL CROSS FEED,  781,22,29,26
 
 
//--------------------------------------------------------
[Window04]
file=PEDESTAL.bmp 
file_1024=PEDESTAL.bmp 
size_mm=682,755
window_size_ratio=1.000  
position=8
visible=0
ident=1100
render_3d_window=0
window_size= 0.410, 0.690
window_pos= 0.590, 0.310
 
gauge00=NightPED,  0,0,682
gauge01=Z_AB380KM_WH!ADFDIS_1,  306,32,104,26
gauge02=Z_AB380KM_WH!FuelCutOff_1,  339,535,53,97
gauge03=Z_AB380KM_WH!FuelCutOff_2,  410,535,53,97
gauge04=Z_AB380KM_WH!FuelCutOff_3,  477,535,53,97
gauge05=Z_AB380KM_WH!FuelCutOff_4,  551,535,53,97
gauge06=Z_AB380KM_WH!StartJet1_TRANS,  351,634,29,28
gauge07=Z_AB380KM_WH!StartJet2_TRANS,  423,634,29,28
gauge08=Z_AB380KM_WH!StartJet3_TRANS,  491,632,29,28
gauge09=Z_AB380KM_WH!StartJet4_TRANS,  566,634,29,28
gauge10=Z_AB380KM_WH!ADFADJ1,  389,81,30,25
gauge11=Z_AB380KM_WH!ADFADJ10,  346,81,30,25
gauge12=Z_AB380KM_WH!ADFADJ100,  302,81,30,25
gauge13=Z_AB380KM_WH!XPNDDIS,  506,32,102,24
gauge14=Z_AB380KM_WH!XPNDADJ1,  594,  79 ,20,22
gauge15=Z_AB380KM_WH!XPNDADJ10,  562,78,20,22
gauge16=Z_AB380KM_WH!XPNDADJ100,  530,78,20,22
gauge17=Z_AB380KM_WH!XPNDADJ1000,  499,78,20,22
gauge18=Z_AB380KM_WH!COM1_SELECT,  86,364,25,15
gauge19=Z_AB380KM_WH!NAV1_SELECT,  24,365,25,15
gauge20=Z_AB380KM_WH!RADIO1 ACTIVE DISPLAY,  26,317,81,20
gauge21=Z_AB380KM_WH!COM1_POINTER,  96,357,7,5
gauge22=Z_AB380KM_WH!COM2_POINTER,  96,488,7,5
gauge23=Z_AB380KM_WH!NAV1_POINTER,  34,357,7,5
gauge24=Z_AB380KM_WH!NAV2_POINTER,  34,488,7,5
gauge25=Z_AB380KM_WH!COM2_SELECT,  86,496,25,15
gauge26=Z_AB380KM_WH!NAV2_SELECT,  24,496,25,15
gauge27=Z_AB380KM_WH!RADIO2 ACTIVE DISPLAY,  26,448,81,20
gauge28=Z_AB380KM_WH!RADIO1 STANDBY DISPLAY,  152,316,81,20
gauge29=Z_AB380KM_WH!RADIO2 STANDBY DISPLAY,  153,448,81,20
gauge30=Z_AB380KM_WH!RADIO_1_ADJUSTER,  170,342,43,41
gauge31=Z_AB380KM_WH!RADIO_2_ADJUSTER,  170,474,43,41
gauge32=Z_AB380KM_WH!RADIO 1 SWAP FREQS,  120,320,21,14
gauge33=Z_AB380KM_WH!RADIO 2 SWAP FREQS,  120,451,21,14
gauge34=Z_AB380KM_WH!COM1_ACTIVE,  22,569,26,27
gauge35=Z_AB380KM_WH!COM2_ACTIVE,  56,569,26,27
gauge36=Z_AB380KM_WH!MARKER AUDIBLE,  196,569,26,27
gauge37=Z_AB380KM_WH!IdentADF,  160,569,26,27
gauge38=Z_AB380KM_WH!IdentNAV1,  90,569,26,27
gauge39=Z_AB380KM_WH!IdentNAV2,  125,569,26,27
gauge40=Z_AB380KM_WH!SPEED_BRAKE_HANDLE,  172,610,59,133
gauge41=Z_AB380KM_WH!ParkingBrake,  17,644,100,96
gauge42=Z_AB380KM_WH!FLAP_LEVER,  647,634,50,117
gauge43=Z_AB380KM_WH!THROTTLES,  373,167,209,307
gauge44=Z_AB380KM_WH!TRIM_WHEEL,  260,136,53,400
gauge45=Z_AB380KM_WH!TRIM_WHEEL,  627,140,53,400
gauge46=Z_AB380KM_WH!FMC,  36,37,188,184
gauge47=Z_AB380KM_WH!RADIO_1_SWITCH,  220,384,16,29
gauge48=Z_AB380KM_WH!RADIO_2_SWITCH,  220,516,16,29
gauge49=Z_AB380KM_WH!FMC_SWITCH,  37,6,42,18
gauge50=Z_AB380KM_WH!FMC_FP,  35,248,35,20
gauge51=Z_AB380KM_WH!FMC_FD,  72,248,35,20
gauge52=Z_AB380KM_WH!FMC_WD,  109,248,35,20
gauge53=Z_AB380KM_WH!FMC_4,  146,248,35,20
gauge54=Z_AB380KM_WH!FMC_5,  183,248,35,20
gauge55=Z_AB380KM_WH!ADF_SWITCH,  430,49,16,29
gauge56=Z_AB380KM_WH!XPND_SWITCH,  630,49,16,29
gauge57=Z_AB380KM_WH!AIR RAM SWITCH,  268,681,41,47
 
 
//--------------------------------------------------------
[Window05]
Background_color=0,0,0 
size_mm=456,378
window_size_ratio=1.000  
position=0
visible=0
ident=GPS_PANEL
render_3d_window=0
window_size= 0.280, 0.260
window_pos= 0.680, 0.090
 
gauge00=fs9gps!gps_500,  0,0,456,378
 
 
//--------------------------------------------------------
[Window06]
file=LCDs.bmp 
file_1024=LCDs.bmp 
size_mm=1015,273
window_size_ratio=1.000  
position=0
visible=1
ident=60
window_size= 0.530, 0.229
window_pos= 0.386, 0.773
 
 
 
//--------------------------------------------------------
[Window07]
Background_color=16,16,16 
size_mm=240,65
window_size_ratio=1.000  
position=7
visible=0
ident=10005
window_size= 0.240, 0.100
window_pos= 0.000, 0.000
 
gauge00=rcb_Groundhandling4!PushbackDisplay,  2,2,74,61
gauge01=rcb_Groundhandling4!TaxispeedNoToeBrakes,  79,2,64,61
gauge02=rcb_Groundhandling4!BrakePressure,  146,2,44,61
gauge03=rcb_Groundhandling4!ParkingBrakeSwitch,  193,2,44,30
gauge04=rcb_Groundhandling4!AutoTaxiAfterLanding,  193,33,44,30
gauge05=rcb_Groundhandling4!PushbackStates,  0,0,20,20
gauge06=rcb_Groundhandling4!BrakeSound,  0,0,20,20
gauge07=GH_Sound!dsd_xml_sound3,  0,0,20,20,./sound/Groundhandling/Sound.ini
 
 
//--------------------------------------------------------
[Window08]
Background_color=2,2,2 
size_mm=300,300
window_size_ratio=1.000  
position=0
visible=0
ident=540
window_size= 0.140, 0.220
window_pos= 0.551, 0.520
 
gauge00=Z_AB380KM_WH!EICAS_LOWER,  0,4,300,295
gauge01=EICAStransSw!EICAS LOWER Switch,  240,0,59,15
 
 
//--------------------------------------------------------
[Window09]
Background_color=2,2,2 
size_mm=300,300
window_size_ratio=1.000  
position=0
visible=0
ident=5400
window_size= 0.173, 0.280
window_pos= 0.625, 0.640
 
gauge00=Z_AB380KM_WH!EICAS_LOWER,  0,4,300,295
gauge01=EICAStransSw!EICAS LOWER Switch,  240,0,59,15
 
 
//--------------------------------------------------------
[Vcockpit01]
file=VC01Bg.bmp 
file_1024=VC01Bg.bmp 
size_mm=512
visible=1
pixel_size=512
texture=$ng380
 
gauge00=PAPA340!Master Warning Light,  181,52,40,39
gauge01=PAPA340!Autobrakes Switch,  159,166,154,180
gauge02=PAPA340!Autopilot ILS Switch,  270,48,34,32
gauge03=simicons!Kneeboard Icon,  145,119,21,45
gauge04=simicons!ATC Icon,  170,120,41,43
gauge05=simicons!Map Icon,  216,120,39,43
gauge06=Z_PAPA380!Avionics Icon,  258,119,39,43
gauge07=Z_PAPA380!GPS Icon,  345,119,41,44
gauge08=PAPA340!Engine Start Knob 1,  317,237,54,54
gauge09=PAPA340!Engine Start Knob 2,  374,237,54,54
gauge10=PAPA340!Engine Start Knob 3,  317,293,54,54
gauge11=PAPA340!Engine Start Knob 4,  374,293,54,54
gauge12=Z_PAPA380!Pitot Heat Switch,  371,167,46,43
gauge13=PAPA340!VC_Anti Ice Eng1 Switch,  161,482,31,27
gauge14=PAPA340!VC_Anti Ice Eng2 Switch,  194,  482 ,31,27
gauge15=PAPA340!VC_Anti Ice Eng3 Switch,  227,482,31,27
gauge16=PAPA340!VC_Anti Ice Eng4 Switch,  260,482,31,27
gauge17=ABclock!FP_Airbus_Clock9X_v3,  158,346,131,133
gauge18=brakepressure tripleindicator!brakepressure-tripleindicator,  297,351,120,121
gauge19=StbyAttDigBG!B787_stby,  0,167,135,135
gauge20=Z_AB380KM_WH!MFD SWITCH,  100,67,47,50
gauge21=Z_AB380KM_WH!Baro Adjust,  6,54,64,90
gauge22=Z_AB380KM_WH!NAV-GPS,  300,487,29,21
gauge23=Z_AB380KM_WH!Autopilot Nav Switch,  333,487,29,21
gauge24=Z_AB380KM_WH!Autopilot BC Switch,  366,487,29,21
gauge25=Z_AB380KM_WH!FlightDirector,  229,50,34,32
gauge26=Z_AB380KM_WH!Autopilot,  386,51,33,31
gauge27=Z_AB380KM_WH!Autothrottle,  426,88,33,29
gauge28=Z_AB380KM_WH!Autopilot Hdg Switch,  347,49,34,30
gauge29=Z_AB380KM_WH!ALT HOLD,  347,84,35,29
gauge30=Z_AB380KM_WH!Autopilot VS Switch,  386,84,35,31
gauge31=Z_AB380KM_WH!Autopilot Approach Switch,  425,51,34,32
gauge32=APsms!ABS Aps Window,  1,1,460,38
gauge33=APsms!Autopilot Speed Switch,  309,83,34,29
gauge34=APsms!Autopilot IAS-Mach Switch,  309,49,34,28
gauge35=Z_AB380KM_WH!RMI,  -2,301,157,202
gauge36=cpt.toggles.but!LogoLights,  121,118,24,52
 
 
//--------------------------------------------------------
[Vcockpit02]
Background_color=0,0,0 
size_mm=512
visible=1
pixel_size=1024
texture=$dg380
 
gauge00=GA_FID3!FID3,  264,270,240,238
gauge01=Z_AB380KM_WH!PFD,  5,5,245,238
gauge02=Z_AB380KM_WH!MFD,  272,7,229,235
gauge03=Z_AB380KM_WH!EICAS_UPPER,  2,252,251,260
gauge04=EICAStransSw!EICAS UPPER Switch,  111,250,36,19
 
 
//--------------------------------------------------------
[Vcockpit03]
Background_color=5,5,5 
size_mm=512
visible=0
pixel_size=512
texture=$gps
 
gauge00=fs9gps!gps_500,  0,0,512,408
 
 
 
Day=255,255,255
Night=33,41,52
Luminous=228,228,228
 
[Default View]
X=0
Y=0
SIZE_X=8191
SIZE_Y=4287
 
=============================================================================================================
 
 
From what you mention about the 'leftover junk', is there something in the "Z_AB380KM_WH.CAB" which should not be there?
 
If there is something specific that should be done can you set it out? For example, that which should be deleted from, or changed, within a specific xml or the panel.cfg.
 
Regards,
 
Sauviat

Martin Parr

Retired professional yacht skipper for vessels up to 46m

 

System: Omen 40L GT13-0054na Gaming PC; Windows 11 Home  64-bit OS; Intel Core i9-10900K CPU @ 3.7GHz; RAM 32GB; Samsung S34J55x Monitor 3440x1440 @75 Hz Resolution; NVIDIA GeForce RTX 4080 Ti. MSFS P/D; TM Pendular Rudder Pedals, TM Warthog Hortas Throttle/Joystick Combo.

The updated file works for me, are you sure you overwrote the old one when you installed the update?

 

regards,

Joe


 

 


From what you mention about the 'leftover junk', is there something in the "Z_AB380KM_WH.CAB" which should not be there?

 

Leave the "leftover junk" alone.it does not hurt anything by being there.

 

In fact, removing it could affect other planes that use that .cab file, if you are keeping it in the ...\FS9\gauges folder.

 

The only negative impact the "leftover junk" has is the very small amount of disc space it consumes.

 

regards,

Joe

The best gift you can give your children is your time.

sigbar.gif

  • Author

Hello Joe,

 

Yes - original HDGADJ.xml 13/5/2004. Updated HDGADJ.xml 29/6/2011.

 

It has been overwritten.

 

Regards,

 

Sauviat

 

PS Just seen your additional response - it is in the FS Gauges folder and will remain there!

Martin Parr

Retired professional yacht skipper for vessels up to 46m

 

System: Omen 40L GT13-0054na Gaming PC; Windows 11 Home  64-bit OS; Intel Core i9-10900K CPU @ 3.7GHz; RAM 32GB; Samsung S34J55x Monitor 3440x1440 @75 Hz Resolution; NVIDIA GeForce RTX 4080 Ti. MSFS P/D; TM Pendular Rudder Pedals, TM Warthog Hortas Throttle/Joystick Combo.

 

 


Hello Joe,



Yes - original HDGADJ.xml 13/5/2004. Updated HDGADJ.xml 29/6/2011.



It has been overwritten.

Maybe you can double check that when you get your hard drive back.

 

regards,

Joe

The best gift you can give your children is your time.

sigbar.gif

  • Author

Hello Joe,

 

The external drive can be accessed at a distance to read - what I cannot do is open up the flightsim to "fly" until it is back attached here with me!

 

I am looking at the files; that is why I was able to respond with the date details.

 

Regards,

 

Sauviat

Martin Parr

Retired professional yacht skipper for vessels up to 46m

 

System: Omen 40L GT13-0054na Gaming PC; Windows 11 Home  64-bit OS; Intel Core i9-10900K CPU @ 3.7GHz; RAM 32GB; Samsung S34J55x Monitor 3440x1440 @75 Hz Resolution; NVIDIA GeForce RTX 4080 Ti. MSFS P/D; TM Pendular Rudder Pedals, TM Warthog Hortas Throttle/Joystick Combo.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.