Donn Washburn wrote:
> Hey Group;
> 
> I think maybe this is part of the problem.  If I hit the button to 
> "elevator trim UP" (#5) then engine heat/rich or lean (RED control) 
> backs out and turns the engine off, #4 pushes it back in.  Shift <M> 
> push it out also and just <M> pushes it in.  Then hit the space bar and 
> the engine sometimes will restart.  The throttle works correctly.
> 
> If someone else has one of these control please confirm this problem 
> because it may be a defect joystick problem or maybe a code variable error.
> 
> extreme-3d-pro.xml
> * Axis 0: ailerons
> * Axis 1: elevator
> * Axis 2 (twist): rudder
> * Axis 3 (slider): throttle
> * Axes 4 and 5 (hat): view direction
> *
> * Buttons according to the numbers printed on the joystick:
> * Button 1: all brakes
> * Button 4: flap down < pushes the Red knob in
> * Button 6: flap up
> * Button 5: elevator trim up  < pushes the Red knob out
>                                  and stalls the engine
> * Button 3: elevator trim down
> * Button 11: left brake only
> * Button 12: right brake only
> 
> 

Buttons 4 and 5 are wrong then, in the file I have for that Joystick, it 
says it is flaps down.

  <button n="4">
   <desc>Elevator trim up</desc>
   <repeatable type="bool">true</repeatable>
   <binding>
    <command>property-adjust</command>
    <property>/controls/flight/elevator-trim</property>
    <step type="double">0.001</step>
   </binding>
  </button>


  <button n="5">
   <desc>Flaps up</desc>
   <repeatable>false</repeatable>
   <binding>
    <command>nasal</command>
    <script>controls.flapsDown(-1)</script>
   </binding>
   <mod-up>
    <binding>
     <command>nasal</command>
     <script>controls.flapsDown(0)</script>
    </binding>
   </mod-up>
  </button>


-- 
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Retired IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support 
Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks


-------------------------------------------------------------------------
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-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to