Fragen zu attacherJointIndex

  • Moin :Tach:

    Ich hätte da mal eine frage ob mir wer da helfen kann und zwar hab ich bei einem traktor im 22er fh verbaut sie funktioniert auch problemlos uasser das:

    The given attacherJointIndex '4' for powerTakeOff output '2' can't be resolved into a valid attacherJoint

    das sind die xml einträge:

    <connectionHoses>

    <target attacherJointIndices="1 2 3" type="hydraulicIn" node="hydraulic01In"/>

    <target attacherJointIndices="1 2 3" type="hydraulicOut" node="hydraulic01Out"/>

    <target attacherJointIndices="1 2 3" type="hydraulicIn" node="hydraulic02In"/>

    <target attacherJointIndices="1 2 3" type="hydraulicOut" node="hydraulic02Out"/>

    <target attacherJointIndices="1 2 3" type="electric" node="backElectric01" socket="electric"/>

    <!--fh-->

    (macht probleme)

    <target attacherJointIndices="4" type="hydraulicIn" node="HydraulicFront_01_In_Ref">

    <objectChange node="HydraulicFront_01_In_CAB" rotationActive="0 80 0" rotationInactive="0 0 0"/>

    </target>

    <target attacherJointIndices="4" type="hydraulicOut" node="HydraulicFront_01_Out_Ref">

    <objectChange node="HydraulicFront_01_Out_CAB" rotationActive="0 80 0" rotationInactive="0 0 0"/>

    </target>

    </connectionHoses>

    <powerTakeOffs>

    <output attacherJointIndices="1 2 3" outputNode="ptoBack">

    <objectChange node="ptoLever" translationActive="-0.345 1.603 -1.19" translationInactive="-0.345 1.603 -1.213" rotationActive="35 0 0" rotationInactive="0 0 0"/>

    </output>

    <!--fh-->

    (macht probleme)

    <output attacherJointIndices="4" outputNode="ptoFront">

    <objectChange node="ptoLever" translationActive="-0.345 1.603 -1.19" translationInactive="-0.345 1.603 -1.213" rotationActive="35 0 0" rotationInactive="0 0 0"/>

    </output>

    </powerTakeOffs>

    Vielleicht hat ja jemand eine Idee wodran bzw woher diese Warning kommt.

  • Schau mal in die xml von z.B. dem Fendt 900. Da siehst du, dass sich die attacherjointindices geändert haben.

    attacherJointIndices="1 2 3" ist jetzt attacherJointIndices="1 3 4" für hinten und attacherJointIndices="2 5" für vorne.

    Code
    <powerTakeOffs>
            <output outputNode="ptoFront" attacherJointIndices="2 5"/>
            <output outputNode="ptoBack"  attacherJointIndices="1 3 4"/>
        </powerTakeOffs>

    Einmal editiert, zuletzt von Yeti_222 (22. August 2022 um 07:34)