* Maik Justus -- Saturday 02 December 2006 16:22:
> I have added Wims information about blade geometry and rpm data to the 
> xml file and changed some rotor parameters [...]

With this patch the S76 behaved quite nicely. With the changes
from today ("harder to fly now") it's *completely* unflyable.
It noses over even with cyclic pulled back all the way.

m.




PS: I had to make this change to avoid Nasal error messages:

diff -u -p -r1.1 S76C.nas
--- Nasal/S76C.nas      3 Dec 2006 09:01:06 -0000       1.1
+++ Nasal/S76C.nas      3 Dec 2006 09:28:26 -0000
@@ -41,9 +41,9 @@ update_clock = func{
    et_min_start = getprop("/sim/time/elapsed-sec");
    }
    if(et_min ==60){et_min = 0; et_hr += 1;}
-   etmin = props.globals.getNode("/instrumentation/clock/ET-min");
+   etmin = props.globals.getNode("/instrumentation/clock/ET-min", 1);
    etmin.setIntValue(et_min);
-   ethr = props.globals.getNode("/instrumentation/clock/ET-hr");
+   ethr = props.globals.getNode("/instrumentation/clock/ET-hr", 1);
    ethr.setIntValue(et_hr);
 }


-------------------------------------------------------------------------
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