On 03/18/2011 07:28 PM, flightgear-devel-requ...@lists.sourceforge.net 
wrote:

> I'm trying to implement thrust reversal (if possible) for the ATR 72, a
> YASim turboprop, but I can't seem to find a way to do so. I've tried the
> same parameters used for jets:
>
> <control-input axis="/controls/engines/engine[0]/reverser"
> control="REVERSE_THRUST" />
> <control-output control="REVERSE_THRUST"
> prop="/engines/engine[0]/reverser-pos-norm" />
>
> But YASim spits out a solution failure error.
>
> Changing /controls/engines/engine[X]/propellor-pitch to 0 or 1 does not
> seem to have an effect, and I haven't been able to find reverse thrust
> on any other YASim turboprop.

Hey Ryan,

You can study my C130. I use to simulate reverser this :

> <!-- trusters for reverse -->
> <thruster x="3.764" y="4.929" z="3.307"
>             vx="-1" vy="0" vz="0"
>             thrust="15000">
> <control-input axis="/controls/engines/engine[0]/reverser" 
> control="THROTTLE" src0="0" src1="1" dst0="0" dst1="1"/>
> </thruster>
>
> <thruster x="3.764" y="-4.929" z="3.307"
>             vx="-1" vy="0" vz="0"
>             thrust="15000">
> <control-input axis="/controls/engines/engine[0]/reverser" 
> control="THROTTLE" src0="0" src1="1" dst0="0" dst1="1"/>
> </thruster>
>
The result is quite satisfactory

Regards. Emmanuel


-- 
BARANGER Emmanuel

http://helijah.free.fr


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to