March 28, 20188 yr Hi, Now included in the Reality XP GNS 530/430 V2 FltSim v2.3.12 and Reality XP GTN 750/650 Touch v2.4.16!Mid Continent MD41-1484W Annunciator Control Unit Mid Continent MD41-1028 TAWS CONTROL UNIT The rxpGpsAnnun.cab includes two gauges offered as addition to the GTN and GNS V2, the Mid Continent WAAS annunciation panel and the Mid Continent TAWS control unit. They are released as XML gauges, so that it makes it easy for third party vendors to integrate the same annunciation panels as-is in their aircraft, or using the same XML code when displaying in an EFIS for example. Both gauges install automatically to P3D4 and P3D3 using the GNS V2 and GTN existing add-on.xml file. It requires editing the panel.cfg file to add them to the actual panel though. For manual Installation: Prefered method is using the Prepar3d addon xml file: 1) copy the file rxpGpsAnnun.cab to "C:\Program Files (x86)\Reality XP\Gauges" 2) copy and paste the following to a new file named 'add-on.xml' <?xml version="1.0" encoding="UTF-8"?> <SimBase.Document Type="AddOnXml" version="3,3" id="add-on"> <AddOn.Name>Reality XP GPS Annunciation</AddOn.Name> <AddOn.Description>Reality XP Gauges</AddOn.Description> <AddOn.Component> <Category>Gauges</Category> <Name>Reality XP GPS Annunciation</Name> <Path>C:\Program Files (x86)\Reality XP\Gauges</Path> </AddOn.Component> </SimBase.Document> 3) copy the add-on.xml file into: "Documents\Prepar3D v4 Add-ons\Reality XP Gauges" Alternatively, copy the rxpGpsAnnun.cab file in the simulator Gauges folder. Gauge specs: rxpGpsAnnun!TAWS,0,0,350,100 rxpGpsAnnun!WAAS,0,0,350,100 Known limitations: - Requires Reality XP GTN 750/650 Touch v2.5 minimum. - Requires Reality XP GNS 530/430 V2 v2.4.1 minimum. PS: For the old-timers, they used to be included in our GNS legacy, but weren't included yet in the GTN or the GNS V2 gauge file. I've decided to reboot these gauges and offer them as XML gauges, so that it makes it easy for third party vendors to integrate the same annunciation panels as-is in their aircraft, or using the same XML code when displaying in an EFIS for example. Edited May 10, 20188 yr by RXP
June 19, 20187 yr Hi, I tried installing these gauges using both methods into P3dv4 and both appear however only as black screens. Any advice as to what I have done wrong? Thank you, Brian..
June 20, 20187 yr Hi, I have sorted the problem out, I forgot to add "gauge=" to the PNL.cfg.........................
August 6, 20187 yr I guess I am a little dense. Is there an example of the panel.cfg entry for adding these two gauges to an aircraft? I use P3dV4.3 and have installed the most current GTN 750 update. The gauge entry is in the add-on.xml file, but, I don't see either of the gauges in cockpit. Thanks, Danny Something like this in the aircraft panel.cfg? [Window01] Background_color=0,0,0 size_mm=500,586 window_size_ratio=1.000 position=0 visible=0 ident=14401 window_size= 0.320, 0.450 window_pos= 0.000, 0.040 type=special gauge00= Edited August 6, 20187 yr by RXP Danny
August 6, 20187 yr Author Hi Danny, The installer makes sure these gauges are 'known' to P3D so that when configured in a panel.cfg file, they will load up and run. You are right, the panel.cfg file is THE place to configure these, either manually, or using third party panel.cfg editing tools. It is not hard to do manually and you might want to start with the SDK documentation which explains all this in great details: http://www.prepar3d.com/SDKv4/sdk/panels_and_user_interface/panels/panels_overview.html Or more specifically the XML gauge tutorial "add the new panel" section: (replace the SDK gauge names with the "rxpGpsAnnun!TAWS" and "rxpGpsAnnun!WAAS" instead) http://www.prepar3d.com/SDKv4/sdk/panels_and_user_interface/gauges/xml_gauges/xml_gauges_tutorial.html Or, visit the Avsim forum: https://www.avsim.com/forums/forum/122-fsxfsx-se-aircraft-and-panel-design-forum-how-to/ NB: the "350,100" values are the width and height the gauge bitmaps where designed for. In other words, they'll display sharp up to 350x100 pixels on your screen. It also means the W/H ratio is 3.5 (i.e. width is 3.5 times larger than height), in other words, if you end up configuring the panel.cfg file with a gauge width of 100, the gauge height must be 100/3.5 to keep the native ratio. Edited August 6, 20187 yr by RXP
December 5, 20187 yr Here are popup window configurations for the RXP GTN TAWS & WAAS Annunciation Panels. The panels are included with the RXP installers. These configurations will also work with the RXP GNS series. There are 2 different configurations.1. RXP GPS TAWS & WAAS Annunciation Panels in separate popup windows.2. RXP GPS TAWS & WAAS Annunciation Panels in 1 popup window. Make sure to open the gauge settings to enable the TAWS feature.1. This configuration is for the TAWS & WAAS gauges in separate popup windows. Add under [Window Titles] using the appropriate number sequence. WindowXX=TAWS Annunciation Control Unit WindowXX=WAAS Annunciation Control Unit //-------------------------------------------------------- [WindowXX] Background_color=0,0,0 size_mm=170,40 window_size_ratio=1.000 visible=0 ident=60 window_size= 0.125, 0.056 window_pos= 0.000, 0.430 gauge00=rxpGpsAnnun!TAWS, 0,0,170,40 //-------------------------------------------------------- [WindowXX] Background_color=0,0,0 size_mm=170,40 window_size_ratio=1.000 visible=0 ident=70 window_size= 0.125, 0.056 window_pos= 0.000, 0.485 gauge00=rxpGpsAnnun!WAAS, 0,0,170,40 2. This configuration is for both the TAWS & WAAS gauges in 1 popup window. Add under [Window Titles] using the appropriate number sequence. WindowXX=TAWS WAAS Annunciation Control Units The popup window section: [WindowXX] Background_color=0,0,0 size_mm=170,80 window_size_ratio=1.000 position=3 visible=0 ident=60 window_size= 0.125, 0.112 window_pos= 0.000, 0.430 gauge00=rxpGpsAnnun!TAWS, 0,0,170,40 gauge01=rxpGpsAnnun!WAAS, 0,40,170,40 Addendum: If you want the gauge(s) to always show even when changing views. Add always_visible=1 to the gauge window section. Example: [WindowXX] Background_color=0,0,0 size_mm=170,40 window_size_ratio=1.000 visible=0always_visible=1 ident=60 window_size= 0.125, 0.056 window_pos= 0.000, 0.430 gauge00=rxpGpsAnnun!TAWS, 0,0,170,40
April 12, 20224 yr Author @Iceking007 Hi, IIRC they are not compatible with FS9 but I'm not sure anymore. If they are, in any case, you don't install them in the simulator, you're instead configuring a panel.cfg file to embedded them in the panel. The only thing you might need to "install" because of FS9, is to actually copy the .cab file into the FS9 gauges folder. The installer leaves a readme and the files here:C:\Program Files (x86)\Reality XP\Gauges\GPS Annunciation
April 13, 20224 yr I understand that, so FS9 will read .cab files as gauges? Should be simple then; I'll try it out. I just assumed the .cab file needed to be converted to an fs .gau file (I think they are .gau files, by memory) Thank you.
May 9, 20224 yr Author @Iceking007 did you manage to get them working? NB: the .cab file is just a compressed archive which includes an XML gauge file and the bitmaps that goes with it. You can even extract the content with 7z to peek inside.
February 16, 20233 yr Hey, anyway to add these to the Carenado Phenom 300 virtual cockpit? Edited February 16, 20233 yr by n116dh typos
Archived
This topic is now archived and is closed to further replies.