- LinuxCNC
- General LinuxCNC Questions
- How to move JOINT outside of AXIS limit from ocode and from python?
How to move JOINT outside of AXIS limit from ocode and from python?
- alkabal
- Offline
- Platinum Member
Less
More
- Posts: 476
- Thank you received: 52
07 Feb 2022 17:47 #234263
by alkabal
How to move JOINT outside of AXIS limit from ocode and from python? was created by alkabal
Hello
I have setup my machine like that :
[AXIS_Y]
#******************************************
MAX_VELOCITY = 70
MAX_ACCELERATION = 200
MIN_LIMIT = -332.11
MAX_LIMIT = 0.11
[JOINT_1]
AXIS = Y
MIN_LIMIT = -332.11
MAX_LIMIT = 12.11
HOME = 0
HOME_OFFSET = 13
I like to allow the possibility to automatically move from ocode and from python to the [JOINT_1]MAX_LIMIT (used for allow to move to the tool_setter position)
I want to keep the usage of [AXIS_Y]MAX_LIMIT for all the regular limit stuff
At this point i do not really found the good way.
Br
I have setup my machine like that :
[AXIS_Y]
#******************************************
MAX_VELOCITY = 70
MAX_ACCELERATION = 200
MIN_LIMIT = -332.11
MAX_LIMIT = 0.11
[JOINT_1]
AXIS = Y
MIN_LIMIT = -332.11
MAX_LIMIT = 12.11
HOME = 0
HOME_OFFSET = 13
I like to allow the possibility to automatically move from ocode and from python to the [JOINT_1]MAX_LIMIT (used for allow to move to the tool_setter position)
I want to keep the usage of [AXIS_Y]MAX_LIMIT for all the regular limit stuff
At this point i do not really found the good way.
Br
Please Log in or Create an account to join the conversation.
- alkabal
- Offline
- Platinum Member
Less
More
- Posts: 476
- Thank you received: 52
07 Feb 2022 19:24 - 07 Feb 2022 23:09 #234275
by alkabal
At the end i think about eoffset can be a possible solution
Edit i will think that custom Mcode are a better option
Replied by alkabal on topic How to move JOINT outside of AXIS limit from ocode and from python?
Edit i will think that custom Mcode are a better option
Last edit: 07 Feb 2022 23:09 by alkabal.
Please Log in or Create an account to join the conversation.
- LinuxCNC
- General LinuxCNC Questions
- How to move JOINT outside of AXIS limit from ocode and from python?
Time to create page: 0.054 seconds