The reported breakage of the hsi was caused by wrong lower limits.
m.
Index: hsi.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/Instruments/hsi.xml,v
retrieving revision 1.8
diff -u -p -r1.8 hsi.xml
--- hsi.xml 9 Mar 2003 03:41:48 -0000 1.8
+++ hsi.xml 19 Jun 2003 18:04:33 -0000
@@ -93,14 +93,14 @@ Started 24-7-01 by Timothy Gale
<transformation>
<type>rotation</type>
<property>/orientation/heading-magnetic-deg</property>
- <min>0.0</min>
- <max>360</max>
+ <min>-360.0</min>
+ <max>360.0</max>
<scale>-1.0</scale>
</transformation>
<transformation>
<type>rotation</type>
<property>/radios/nav[0]/radials/selected-deg</property>
- <min>0.0</min>
+ <min>-360.0</min>
<max>360.0</max>
<scale>1.0</scale>
</transformation>
@@ -158,14 +158,14 @@ Started 24-7-01 by Timothy Gale
<transformation>
<type>rotation</type>
<property>/orientation/heading-magnetic-deg</property>
- <min>0.0</min>
- <max>360</max>
+ <min>-360.0</min>
+ <max>360.0</max>
<scale>-1.0</scale>
</transformation>
<transformation>
<type>rotation</type>
<property>/radios/nav[0]/radials/selected-deg</property>
- <min>0.0</min>
+ <min>-360.0</min>
<max>360.0</max>
<scale>1.0</scale>
</transformation>
@@ -187,15 +187,15 @@ Started 24-7-01 by Timothy Gale
<transformation>
<type>rotation</type>
<property>/orientation/heading-magnetic-deg</property>
- <min>0.0</min>
- <max>360</max>
+ <min>-360.0</min>
+ <max>360.0</max>
<scale>-1.0</scale>
</transformation>
<transformation>
<type>rotation</type>
<property>/radios/nav[0]/radials/selected-deg</property>
- <min>0.0</min>
- <max>360</max>
+ <min>-360.0</min>
+ <max>360.0</max>
<scale>1.0</scale>
</transformation>
<transformation>
@@ -223,10 +223,9 @@ Started 24-7-01 by Timothy Gale
<transformations>
<transformation>
<type>rotation</type>
- <!--set>45</offset-->
<property>/radios/kr-87/outputs/needle-deg</property>
- <min>-360</min>
- <max>360</max>
+ <min>-360.0</min>
+ <max>360.0</max>
</transformation>
<transformation>
<type>x-shift</type>
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel