I wonder if anyone can help me out with some xml coding please ? My stall sound config is below but i want to modify it so the warning comes on when these criteria are met.
I wish to monitor the prop /surface-positions/flap-pos-norm because as the flaps go down the stall speed should be lower. Also if the gear is down then the stall speed is increased /gear/gear[0]/position-norm Whereas at the moment the script only sounds the alarm if the wheels are off the ground and the speed is below 150kts. How can i add the above ? Oh yes im using Yasim so the property /sim/alarms/stall-warning doesnt exist. <stall> <name>stall</name> <mode>looped</mode> <path>/Sounds/stall.wav</path> <condition> <less-than> <property>/velocities/airspeed-kt</property> <value>150</value> </less-than> <not> <property>/gear/gear[0]/wow</property> <property>/gear/gear[1]/wow</property> <property>/gear/gear[2]/wow</property> </not> </condition> <volume> <max>1.0</max> </volume> </stall> Thanks in advance Justin Smithies ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel