Thats part of the problem, there is no such gauge in the aicraft file. If I put other panels in it's place I still get the Terrain Pull up ect. I wonder if the gauge is being found and used by another way. I do have the gauge in folders seperate from FS9 in "My Documents" Someone said a long time ago that MS9 will find a gauge eventually no matter where I put it. Is this true?
I'm not sure I understand this at all, If the gauge is not used on the panel of the aircraft you're flying it can't be the gauge that's causing the sound you're hearing.
It might be possible for FS9 to find a gauge or sound anywhere in the FS9 directory but this would first have to be defined somewhere like the Panel.cfg of the aircraft you're using before it would start looking for it.
I don't pretend to know how these gauges work but I spotted a file named Sound.ini in with those sounds I downloaded. This is a text file like a CFG & lists the sounds in the folder. Here's part of this Sound.ini when opened in Notepad. Note that this lists each sound but does not include the full path to the files & I assume the INI file has to be in with them for it to work properly. In the same way the files would have to be in the correct location for whatever defines where they are & when they're used in FS9 to locate them.
[Config]
MaxSounds=25
ErrorFlag=0
LvarStop=GPWS_SoundStop
[Sounds]
Sound00=./Sound/GPWS/10.wav,100
Sound01=./Sound/GPWS/20.wav,100
Sound02=./Sound/GPWS/30.wav,100
Sound03=./Sound/GPWS/40.wav,100
Sound04=./Sound/GPWS/50.wav,100
Sound05=./Sound/GPWS/100.wav,100
Sound06=./Sound/GPWS/200.wav,100
Sound07=./Sound/GPWS/300.wav,100
Sound08=./Sound/GPWS/400.wav,100
Sound09=./Sound/GPWS/500.wav,100
Sound10=./Sound/GPWS/1000.wav,100
Sound11=./Sound/GPWS/2500.wav,100
Sound12=./Sound/GPWS/BankAngle.wav,100
Sound13=./Sound/GPWS/DontSink.wav,100
Sound14=./Sound/GPWS/Glideslope.wav,100
Sound15=./Sound/GPWS/Minimums.wav,100
Sound16=./Sound/GPWS/Sinkrate.wav,100
Sound17=./Sound/GPWS/TerrainTerrain.wav,100
Sound18=./Sound/GPWS/TooLowFlaps.wav,100
Sound19=./Sound/GPWS/TooLowGear.wav,100
Sound20=./Sound/GPWS/TooLowTerrain.wav,100
Sound21=./Sound/GPWS/WhoopWhoopGlideslope.wav,100
Sound22=./Sound/GPWS/WhoopWhoopPullup.wav,100
Sound23=./Sound/GPWS/Windshear.wav,100
Sound24=./Sound/GPWS/SoftClick.wav,100
PS. From the paths in the above INI file I assume the sound files are installed to a subfolder named GPWS in the main FS9 Sound folder or possibly the Sound folder of the aircraft they're used on. It's unlikely they would work in any other location unless the INI file was modified to point to wherever the files are located.