Hello!

Nick had some trouble with the tacan on the lightning, so I had a peek at it.
Worked for me all right. However, the instrument needle works as if it
were a fixed compass card indicator, which it isn't. So there should
be an additional rotation applied to adjust for the a/c heading. Patch
attached.

Please check before commit. Pretty please? ;)

I also have some issues:
1) The lightning even has an ILS instrument but I could not find a
DME. Have I overlooked it?
2) How do you check if the tacan/vor/adf/whatever radio transmitter is
in range? A digital display could go blank, but an instrument needle
must point somewhere. Shouldn't there be an indicator light or
something? Or is it just left to the pilot to listen for the morse
code?
3) In the lightning rmi and hsi animations there are a couple of
interpolation tables for identity transformation. Do they have any
purpose?

Greets,
Csaba
Index: data/Aircraft/Lightning/Models/rmi.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/Lightning/Models/rmi.xml,v
retrieving revision 1.2
diff -u -r1.2 rmi.xml
--- data/Aircraft/Lightning/Models/rmi.xml      2 Dec 2006 21:11:27 -0000       
1.2
+++ data/Aircraft/Lightning/Models/rmi.xml      6 Apr 2007 01:36:50 -0000
@@ -27,6 +27,16 @@
  <animation>
   <type>rotate</type>
   <object-name>adfNeedle</object-name>
+  <property>orientation/heading-deg</property>
+  <axis>
+   <x>1</x>
+   <y>0</y>
+   <z>0</z>
+  </axis>
+ </animation>
+ <animation>
+  <type>rotate</type>
+  <object-name>adfNeedle</object-name>
   <property>instrumentation/tacan/indicated-bearing-true-deg</property>
   <interpolation>
    <entry><ind>0</ind><dep>0</dep></entry>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to