2 motors for the same axis
When I launch Linux Cnc, on axis, I don't have X, Y, Z, but 0, 1, 2. I guess this is normal.
I can request an origin on all axis :
- First Z, this is OK
- Second X and X(A) : this is OK. Two axis stop on their own switch limit
- Third, Y, this is OK
Thanks
Please Log in or Create an account to join the conversation.
look in your ini for the follow error values per axis and increase the min follow error to say 0.5
Please Log in or Create an account to join the conversation.
xpos-cmd, xpos-fb
apos-cmd, apos-fb?
Please Log in or Create an account to join the conversation.
linuxcnc.org/docs/html/man/man9/gantrykins.9.html
I wonder what this means, in practice?
In the inverse kinematics, each joint gets the value of its corresponding axis. In the forward kinematics, each axis gets the value of the highest numbered corresponding joint. For example, with coordinates=XYYZ the Y axis position comes from joint 2, not joint 1.
Please Log in or Create an account to join the conversation.
I wonder what this means, in practice?
This sort-of makes sense. There are two X-feedbacks from two (different) stepgens and only one can be compared to the internal X value.
Try short-circuiting the axis.0 feedback, like this: (ie comment out the stepgen and send the command back as feedback)
net xpos-cmd axis.0.motor-pos-cmd => stepgen.0.position-cmd
#net xpos-fb stepgen.0.position-fb => axis.0.motor-pos-fb
net xpos-cmd axis.0.motor-pos-fb
Please Log in or Create an account to join the conversation.
I have a similar problem with axis definition.
I was able to configure a tandem axis (X or Y) in "world-mode".
Now when I define a "tandem-axis" the system sets directly the "joint-mode" and I cannot set it back to world-mode with view-panel.
does anybody know about some wrong settings somewhere ?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19209
- Thank you received: 6438
Please Log in or Create an account to join the conversation.
One time you perform the ohming for all axis the system turns into world-mode
Please Log in or Create an account to join the conversation.