Help to setup 2 y axis
11 Apr 2022 06:10 #239890
by Tore80
Help to setup 2 y axis was created by Tore80
Hello guys,
i configure 2 y axis on linuxcnc but i cannot move both at same time. I need help to edit .ini file manually to work.
many thanks
attached my config files
i configure 2 y axis on linuxcnc but i cannot move both at same time. I need help to edit .ini file manually to work.
many thanks
attached my config files
Attachments:
Please Log in or Create an account to join the conversation.
11 Apr 2022 08:36 #239902
by Clive S
You don't have any homing information in the ini and possibly none in the hal file.
It might be easier to re run PNCconf again and put the homing stuff in and then edit it.
This is an extract from mine:-
# final home position machine-unit/sec
HOME = 0
# use this to square the gantry
HOME_OFFSET = 2.5
# machine-units per sec next 2 lines
HOME_SEARCH_VEL = 30 (this is used to set the search speed )
HOME_LATCH_VEL = -5 (this is used to set the latch speed to back off the switch)
HOME_FINAL_VEL = 0 (this is used to set the speed to the home position )
HOME_USE_INDEX = NO
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = -2 (this has to be a -ve number ie. -1 or -2 etc.)
And has to be the same in both synchronised joints
Replied by Clive S on topic Help to setup 2 y axis
Hello guys,
i configure 2 y axis on linuxcnc but i cannot move both at same time. I need help to edit .ini file manually to work.
many thanks
attached my config files
You don't have any homing information in the ini and possibly none in the hal file.
It might be easier to re run PNCconf again and put the homing stuff in and then edit it.
This is an extract from mine:-
# final home position machine-unit/sec
HOME = 0
# use this to square the gantry
HOME_OFFSET = 2.5
# machine-units per sec next 2 lines
HOME_SEARCH_VEL = 30 (this is used to set the search speed )
HOME_LATCH_VEL = -5 (this is used to set the latch speed to back off the switch)
HOME_FINAL_VEL = 0 (this is used to set the speed to the home position )
HOME_USE_INDEX = NO
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = -2 (this has to be a -ve number ie. -1 or -2 etc.)
And has to be the same in both synchronised joints
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.129 seconds