On Saturday 04 December 2004 11:08, Chris Metzler wrote:
> NAV1 and NAV2 are broken in CVS, apparently independent of
> choice of aircraft.  I've tried them on the c172, c310, and 737;
> Melchior checked the last two and found the same thing.  Doesn't
> matter what frequency/radial you set or your distance from the
> transmitter -- the display is dead.

Yes, that is because of the recent migration to /instrumentation from /radios. 
I forgot to update the generic instrumentation config and the generic 
electrical config. I sent the new files to Curt last night, so I hope they 
will be in CVS soon. In the mean time here are the diffs:


Index: generic-electrical.xml
===================================================================
RCS 
file: /var/cvs/FlightGear-0.9/data/Aircraft/Generic/generic-electrical.xml,v
retrieving revision 1.7
diff -p -u -r1.7 generic-electrical.xml
--- generic-electrical.xml      2 Apr 2004 16:22:55 -0000       1.7
+++ generic-electrical.xml      4 Dec 2004 11:00:39 -0000
@@ -45,10 +45,10 @@
     <prop>/systems/electrical/outputs/gps-mfd</prop>
     <prop>/systems/electrical/outputs/gps</prop>
     <prop>/systems/electrical/outputs/hsi</prop>
-    <prop>/systems/electrical/outputs/navcom[0]</prop>
+    <prop>/systems/electrical/outputs/nav[0]</prop>
     <prop>/systems/electrical/outputs/dme</prop>
     <prop>/systems/electrical/outputs/audio-panel[0]</prop>
-    <prop>/systems/electrical/outputs/navcom[1]</prop>
+    <prop>/systems/electrical/outputs/nav[1]</prop>
     <prop>/systems/electrical/outputs/audio-panel[1]</prop>
     <prop>/systems/electrical/outputs/transponder</prop>
     <prop>/systems/electrical/outputs/autopilot</prop>
Index: generic-instrumentation.xml
===================================================================
RCS 
file: 
/var/cvs/FlightGear-0.9/data/Aircraft/Generic/generic-instrumentation.xml,v
retrieving revision 1.3
diff -p -u -r1.3 generic-instrumentation.xml
--- generic-instrumentation.xml 19 Nov 2004 23:05:07 -0000      1.3
+++ generic-instrumentation.xml 4 Dec 2004 11:00:39 -0000
@@ -92,10 +92,15 @@ file, these values will be used (they ar
   </magnetic-compass>

   <nav-radio>
-    <name>nav-radio</name>
+    <name>nav</name>
     <number>0</number>
   </nav-radio>

+  <nav-radio>
+    <name>nav</name>
+    <number>1</number>
+  </nav-radio>
+
   <slip-skid-ball>
     <name>slip-skid-ball</name>
     <number>0</number>


-- 
Roy Vegard Ovesen

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to