×
Forum Header
A axis homing
- cwebs
- Offline
- Premium Member
Less
More
- Posts: 91
- Thank you received: 2
13 Jan 2023 23:35 - 13 Jan 2023 23:37 #261838
by cwebs
A axis homing was created by cwebs
I just installed a rotary axis and am having trouble finding how to or what to enter For axis A limits. Using stepconfig. Is there a genaric settings some one can give me to get started. How do you set up limits for A?. Other then A limit settings everything else working fine. Thanks Carl
Last edit: 13 Jan 2023 23:37 by cwebs.
Please Log in or Create an account to join the conversation.
- CNC_ANDI
- Offline
- Elite Member
Less
More
- Posts: 222
- Thank you received: 29
14 Jan 2023 06:57 #261901
by CNC_ANDI
Replied by CNC_ANDI on topic A axis homing
Hello i dont use limits. Or Homing for A axis.
My Range is -9999 - 9999
You can set up home search speed to 0. So linux cnc think A axis was himed.
My Range is -9999 - 9999
You can set up home search speed to 0. So linux cnc think A axis was himed.
Please Log in or Create an account to join the conversation.
- cwebs
- Offline
- Premium Member
Less
More
- Posts: 91
- Thank you received: 2
14 Jan 2023 19:22 #261977
by cwebs
Replied by cwebs on topic A axis homing
No luck. In stepconf on the A setting page the last three lines to enter search speeds are NOT grayed out but the values cannot be entered or changed.
using V 2.7.15 Being 75 years old doesn't help. I know nothing about Linux but enjoyed Linuxcnc. I have been away from cnc for about ten years and trying to improve my hobby of using Linuscnc. Carl
using V 2.7.15 Being 75 years old doesn't help. I know nothing about Linux but enjoyed Linuxcnc. I have been away from cnc for about ten years and trying to improve my hobby of using Linuscnc. Carl
Please Log in or Create an account to join the conversation.
- CNC_ANDI
- Offline
- Elite Member
Less
More
- Posts: 222
- Thank you received: 29
15 Jan 2023 10:59 #262028
by CNC_ANDI
Replied by CNC_ANDI on topic A axis homing
Hello, you have to do this in the ini file.....
like this
like this
#******************************************
[AXIS_B]
MAX_VELOCITY = 250.0
MAX_ACCELERATION = 3500.0
MIN_LIMIT = -999999.0
MAX_LIMIT = 999999.0
[JOINT_4]
TYPE = ANGULAR
HOME = 0.0
FERROR = 0.5
MIN_FERROR = 0.05
MAX_VELOCITY = 250.0
MAX_ACCELERATION = 3500.0
# The values below should be 25% larger than MAX_VELOCITY and MAX_ACCELERATION
# If using BACKLASH compensation STEPGEN_MAXACCEL should be 100% larger.
STEPGEN_MAXVEL = 315.00
STEPGEN_MAXACCEL = 7000.00
P = 1000.0
I = 0.0
D = 0.0
FF0 = 0.0
FF1 = 1.0
FF2 = 0.0
BIAS = 0.0
DEADBAND = 0.0
MAX_OUTPUT = 0.0
# these are in nanoseconds
DIRSETUP = 10000
DIRHOLD = 10000
STEPLEN = 5000
STEPSPACE = 5000
STEP_SCALE = 111.1111
MIN_LIMIT = -999999.0
MAX_LIMIT = 999999.0
HOME_OFFSET = 0.000000
HOME_SEARCH_VEL = 0.000000
HOME_LATCH_VEL = 0.00000
#HOME_FINAL_VEL = 0.250000
HOME_USE_INDEX = NO
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = 3
#******************************************
Please Log in or Create an account to join the conversation.
- cwebs
- Offline
- Premium Member
Less
More
- Posts: 91
- Thank you received: 2
16 Jan 2023 19:45 #262155
by cwebs
Replied by cwebs on topic A axis homing
Still no joy. I have it back working on 3 axis so I can use it. I have downloaded version 2.8.4. When my hair grows back I'll update/upgrade. Thanks anyways. Carl
The following user(s) said Thank You: tommylight, CNC_ANDI
Please Log in or Create an account to join the conversation.
Time to create page: 0.099 seconds