Probe_Basic Bugs?
- Lcvette
- Offline
- Moderator
Less
More
- Posts: 1178
- Thank you received: 618
13 Dec 2024 10:35 #316567
by Lcvette
Replied by Lcvette on topic Probe_Basic Bugs?
that is a linuxcnc error message being reported. that means your homing sequence may be incorrect or your homing method not correctly specified in the ini. see the docs of the home section for options. if the buttons are not synching up with the axis there is something missing. you will need to have a another look.
Please Log in or Create an account to join the conversation.
- CNC_ANDI
- Offline
- Elite Member
Less
More
- Posts: 230
- Thank you received: 29
15 Dec 2024 21:33 #316717
by CNC_ANDI
Replied by CNC_ANDI on topic Probe_Basic Bugs?
yes but why? when i try ref all... it works fine...
i think probe basic ref y do only ref my y1 axis and not my y2...
i have 2 homing sensors for y
i think probe basic ref y do only ref my y1 axis and not my y2...
i have 2 homing sensors for y
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19408
- Thank you received: 6507
15 Dec 2024 21:45 #316720
by tommylight
Replied by tommylight on topic Probe_Basic Bugs?
Do you have
home_sequence = -2
for both Y joints set in the ini file?
Or -1 or -3....
home_sequence = -2
for both Y joints set in the ini file?
Or -1 or -3....
Please Log in or Create an account to join the conversation.
- CNC_ANDI
- Offline
- Elite Member
Less
More
- Posts: 230
- Thank you received: 29
16 Dec 2024 08:46 #316731
by CNC_ANDI
Replied by CNC_ANDI on topic Probe_Basic Bugs?
yes.
Please Log in or Create an account to join the conversation.
- Lcvette
- Offline
- Moderator
Less
More
- Posts: 1178
- Thank you received: 618
16 Dec 2024 16:39 #316771
by Lcvette
Replied by Lcvette on topic Probe_Basic Bugs?
Perhaps that action button could be replaced with a mdi button and add in the mdi code for homing both y's?
I'm not familiar enough with dual drive axis too know how the homing would need to be called for that scenario though.
I'm not familiar enough with dual drive axis too know how the homing would need to be called for that scenario though.
Please Log in or Create an account to join the conversation.
- CNC_ANDI
- Offline
- Elite Member
Less
More
- Posts: 230
- Thank you received: 29
17 Dec 2024 15:49 - 17 Dec 2024 15:51 #316873
by CNC_ANDI
Replied by CNC_ANDI on topic Probe_Basic Bugs?
I currently have Joint 0 on the X axis Joint 1 and Joint 2 in the Y axis joint 3 on the Z Axis Joint 4 on the B axis in the ini
Joint 1 as Homing 1 and Joint 2 as Homing -1
Joint 1 as Homing 1 and Joint 2 as Homing -1
Last edit: 17 Dec 2024 15:51 by CNC_ANDI.
Please Log in or Create an account to join the conversation.
- Lcvette
- Offline
- Moderator
Less
More
- Posts: 1178
- Thank you received: 618
17 Dec 2024 21:39 #316890
by Lcvette
Replied by Lcvette on topic Probe_Basic Bugs?
Attachments:
Please Log in or Create an account to join the conversation.
- CNC_ANDI
- Offline
- Elite Member
Less
More
- Posts: 230
- Thank you received: 29
18 Dec 2024 13:47 #316913
by CNC_ANDI
Replied by CNC_ANDI on topic Probe_Basic Bugs?
yes sorry wrong information from me
joint 1 and joint 2 is -1
joint 1 and joint 2 is -1
Please Log in or Create an account to join the conversation.
- Lcvette
- Offline
- Moderator
Less
More
- Posts: 1178
- Thank you received: 618
18 Dec 2024 19:44 #316926
by Lcvette
Replied by Lcvette on topic Probe_Basic Bugs?
try the following:
[KINS]
JOINTS = 4
KINEMATICS = trivkins coordinates=XYYZ
[TRAJ]
COORDINATES = XYYZ
HOME_SEQUENCE = 2 (x)
HOME_SEQUENCE = -3 (y)
HOME_SEQUENCE = -3 (y2)
HOME_SEQUENCE = 1 (Z)
[KINS]
JOINTS = 4
KINEMATICS = trivkins coordinates=XYYZ
[TRAJ]
COORDINATES = XYYZ
HOME_SEQUENCE = 2 (x)
HOME_SEQUENCE = -3 (y)
HOME_SEQUENCE = -3 (y2)
HOME_SEQUENCE = 1 (Z)
Please Log in or Create an account to join the conversation.
- CNC_ANDI
- Offline
- Elite Member
Less
More
- Posts: 230
- Thank you received: 29
19 Dec 2024 22:11 #317014
by CNC_ANDI
Replied by CNC_ANDI on topic Probe_Basic Bugs?
won´t work i´ve tried a new config with only 3 Axis... XYYZ won´t work too...
x is ref x
y is ref y
z is ref y
x is ref x
y is ref y
z is ref y
Please Log in or Create an account to join the conversation.
Moderators: KCJ, Lcvette
Time to create page: 0.156 seconds