On mar 11 décembre 2007, Melchior FRANZ wrote:
> * gerard robin -- Tuesday 11 December 2007:
> > [...] with YASim, i try to give an init value within the
> > Aircraft-set.xml file
> >
> > <controls>
> >     <engines>
> >                 <engine n="0">
> >                         <magnetos>0</magnetos>
> >                         <throttle>1</throttle>
> >
> > After startup the throttle value is set to Zero  instead of the required
> > value "1"  (may be YASim override it)
>
> I assume that is because you aren't setting the same engine that you are
> using later! From $FG_ROOT/Aircraft/HUP-Retriever/hup.xml:
>
>  <control-input axis="/controls/engines/engine[1]/throttle"
> control="COLLECTIVE" ^^^
>
> You probably copied that directly or indirectly from the bo105, where
> this was the case for a long time, too. And I can't remember *why*
> it was that way, but it's now fixed since a half year or something.
>
> m.
>
I have this copied from bo105

<control-input axis="/controls/engines/engine[0]/throttle" 
control="COLLECTIVE"

and this within -set.file

<controls>      
        <engines>
                <engine n="0">
                        <magnetos>0</magnetos>
                        <throttle>1</throttle>
                </engine>
        </engines>
</controls>

where is the error ?

-- 
Gérard
http://pagesperso-orange.fr/GRTux/
<< Less i work, better i go >>


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to