NO_FORCE_HOMING for rotational axis only?
29 May 2013 06:04 #34883
by plovdiv
NO_FORCE_HOMING for rotational axis only? was created by plovdiv
NO_FORCE_HOMING seems to be a global option. Is there an A-axis only equivalent? My rotational axis has got no homing switch and I liked it to be "homed" on start of linuxcnc without further action.
Axel
Axel
Please Log in or Create an account to join the conversation.
29 May 2013 06:28 #34886
by BigJohnT
Replied by BigJohnT on topic NO_FORCE_HOMING for rotational axis only?
You have to set the home sequence to -1 or leave it blank for the axis. You still have to home the axis but this can be done in the pyvcp interface with some programming.
JT
JT
Please Log in or Create an account to join the conversation.
29 May 2013 14:49 #34898
by ArcEye
HOME_OFFSET = 0
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
HOME_SEQUENCE = 0
will set an axis as homed with no action when the others are homed
regards
Replied by ArcEye on topic NO_FORCE_HOMING for rotational axis only?
I liked it to be "homed" on start of linuxcnc without further action.
HOME_OFFSET = 0
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
HOME_SEQUENCE = 0
will set an axis as homed with no action when the others are homed
regards
The following user(s) said Thank You: plovdiv
Please Log in or Create an account to join the conversation.
29 May 2013 15:55 - 29 May 2013 15:56 #34901
by plovdiv
Thanks a lot. Works like a charm
Axel
Replied by plovdiv on topic NO_FORCE_HOMING for rotational axis only?
HOME_OFFSET = 0
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
HOME_SEQUENCE = 0
will set an axis as homed with no action when the others are homed
Thanks a lot. Works like a charm
Axel
Last edit: 29 May 2013 15:56 by plovdiv.
Please Log in or Create an account to join the conversation.
29 May 2013 18:11 #34905
by BigJohnT
Replied by BigJohnT on topic NO_FORCE_HOMING for rotational axis only?
After reading the manual a bit it seems like three things are needed for "immediate homing".
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
USE_INDEX = NO
And reading between the lines in the manual the following is needed to initiate the the "immediate homing".
HOME_SEQUENCE = any valid number
JT
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
USE_INDEX = NO
And reading between the lines in the manual the following is needed to initiate the the "immediate homing".
HOME_SEQUENCE = any valid number
JT
Please Log in or Create an account to join the conversation.
Time to create page: 0.181 seconds