YASim: Difference between revisions

Jump to navigation Jump to search
793 bytes added ,  3 May 2020
Line 379: Line 379:
* '''power:''' in kW
* '''power:''' in kW
* '''max-force:''' in N
* '''max-force:''' in N
<syntaxhighlight lang="xml" line>
<hitch name="winch" x="0.0" y="0.0" z="0.0">
    <tow length="50" weight-per-meter="0.0035" elastic-constant="40000" break-force="10000"/>
    <!-- 3mm paracord-->
    <winch max-tow-length="1000" min-tow-length="1" initial-tow-length="1000" max-winch-speed="20" power="2" max-force="80"/>
    <control-input axis="/controls/winch/place" control="PLACEWINCH"/>
</hitch>
<hitch name="aerotow" x="0.0" y="0.0" z="0.0" force-is-calculated-by-other="0">
    <tow length="60" weight-per-meter="0.0035" elastic-constant="9000" break-force="100" mp-auto-connect-period="0.0"/>
    <winch max-tow-length="1000" min-tow-length="60" initial-tow-length="60"/>
    <control-input axis="/controls/aerotow/find-aircraft" control="FINDAITOW"/>
</hitch>
</syntaxhighlight>


== Visualization ==
== Visualization ==
34

edits

Navigation menu