Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant connect PTO on Claas Lexion 700 v4 pack #64

Closed
BlackBox1996 opened this issue Feb 8, 2020 · 3 comments
Closed

Cant connect PTO on Claas Lexion 700 v4 pack #64

BlackBox1996 opened this issue Feb 8, 2020 · 3 comments

Comments

@BlackBox1996
Copy link

BlackBox1996 commented Feb 8, 2020

Hello Wopster,

Hi Wopster, is it possible to disable the "Manual Attaching" script for one mod only? (The Claas Lexion 700 series v4 pack doesn't want to do that the way I want it to...)
It would be great if you could give me a little help there...

The Problem is, i cant connect the claas conspeed 8 75 FC to the harvester. With the Claas Vario Cutter it works.

I know its a bug caused not by you´re mod. But maybe you help me nevertheless.

Thanks for your work!
Br BlackBox

@BlackBox1996 BlackBox1996 changed the title Cant connect PTO Cant connect PTO on Claas Lexion 700 v4 pack Feb 8, 2020
@KITT3000
Copy link
Contributor

Look for these lines on the combine:

<powerTakeOffs>
        <output outputNode="pto" attacherJointIndices="1"/>
        <output outputNode="pto2" attacherJointIndices="1"/>
    </powerTakeOffs>

and add an attribute ptoName="LEFT_PTO" and ptoName="RIGHT_PTO" (of course each attribute to the appropriate line), eg.

<powerTakeOffs>
        <output outputNode="pto" attacherJointIndices="1" ptoName="LEFT_PTO"/>
        <output outputNode="pto2" attacherJointIndices="1" ptoName="RIGHT_PTO"/>
    </powerTakeOffs>

Additionally, you'll have to add one attribute (probably ptoName="LEFT_PTO" ) to each Vario header.

@stijnwop
Copy link
Owner

KITT provided the needed information.

Closing.

@BlackBox1996
Copy link
Author

@stijnwop sorry for the very late response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants