config two motor on gantry axis (Y) to square the machine
12 Mar 2020 11:52 #159864
by CNCFred
Replied by CNCFred on topic config two motor on gantry axis (Y) to square the machine
I guess they need to be different, pair one of them up with Z,X .
How should the system know which one triggered first? when both are moving towards the home switches?
How should the system know which one triggered first? when both are moving towards the home switches?
Please Log in or Create an account to join the conversation.
12 Mar 2020 13:04 #159867
by andypugh
Replied by andypugh on topic config two motor on gantry axis (Y) to square the machine
You could (with the correct HAL and INI config) use only two input pins for X, Y1, Y2 and Z. But Y1 and Y2 need to be different pins.
Please Log in or Create an account to join the conversation.
01 Apr 2020 12:21 - 01 Apr 2020 12:22 #162347
by Muscats
does this look right for the HAL pin assignment, for a XYYZZ machine?
net both-home-x joint.0.home-sw-in <= parport.1.pin-11-in-not
net both-home-y1 joint.1.home-sw-in <= parport.1.pin-11-in-not
net both-home-y2 joint.2.home-sw-in <= parport.1.pin-12-in-not
net both-home-z1 joint.3.home-sw-in <= parport.1.pin-12-in-not
net both-home-z2 joint.4.home-sw-in <= parport.1.pin-11-in-not
Replied by Muscats on topic config two motor on gantry axis (Y) to square the machine
You could (with the correct HAL and INI config) use only two input pins for X, Y1, Y2 and Z. But Y1 and Y2 need to be different pins.
does this look right for the HAL pin assignment, for a XYYZZ machine?
net both-home-x joint.0.home-sw-in <= parport.1.pin-11-in-not
net both-home-y1 joint.1.home-sw-in <= parport.1.pin-11-in-not
net both-home-y2 joint.2.home-sw-in <= parport.1.pin-12-in-not
net both-home-z1 joint.3.home-sw-in <= parport.1.pin-12-in-not
net both-home-z2 joint.4.home-sw-in <= parport.1.pin-11-in-not
Last edit: 01 Apr 2020 12:22 by Muscats.
Please Log in or Create an account to join the conversation.
01 Apr 2020 13:48 #162349
by andypugh
Replied by andypugh on topic config two motor on gantry axis (Y) to square the machine
That looks about right.
You will need INI file entries setting for HOME_IS_SHARED and HOME_IGNORE_LIMITS
linuxcnc.org/docs/2.8/html/config/ini-co...t__lt_num_gt_section
Even then you _might_ need some HAL magic to prevent a limit-switch event from joint 1 and 4 when joint 0 is homing.
You will need INI file entries setting for HOME_IS_SHARED and HOME_IGNORE_LIMITS
linuxcnc.org/docs/2.8/html/config/ini-co...t__lt_num_gt_section
Even then you _might_ need some HAL magic to prevent a limit-switch event from joint 1 and 4 when joint 0 is homing.
Please Log in or Create an account to join the conversation.
29 Jan 2022 12:46 #233430
by ianlowe
Replied by ianlowe on topic config two motor on gantry axis (Y) to square the machine
I am in the process of a cnc build, how is the gantry checked for square with a dual motored axis, Is there a routine in linuxcnc to use a probe to self check its alignment and restore the offsets or is it a manual process by checking with dti. Also I plan to put dual linear scale on the dual axis so can these be used to verify the gantry's squareness.
Please Log in or Create an account to join the conversation.
24 Apr 2022 15:08 #241072
by mgm
Replied by mgm on topic config two motor on gantry axis (Y) to square the machine
Hello ianlowe
Have you made any progress with the picture for aligning a whole or have you even finished it?
I also have a ganty with dimensions x 2500mm and y 1200 mm
How do you align yours ?
Have you made any progress with the picture for aligning a whole or have you even finished it?
I also have a ganty with dimensions x 2500mm and y 1200 mm
How do you align yours ?
Please Log in or Create an account to join the conversation.
24 Apr 2022 20:17 #241109
by ianlowe
Replied by ianlowe on topic config two motor on gantry axis (Y) to square the machine
Hi MGM
I haven't got a satisfactory solution to a duel motor gantry yet, and I'm not quite at the point with my build when I will definitely need it, still a bit of hardware to build yet. I just tried to get information up front but some things are hard to find. Once I have a solution I will put comments on here if it will help others.
I haven't got a satisfactory solution to a duel motor gantry yet, and I'm not quite at the point with my build when I will definitely need it, still a bit of hardware to build yet. I just tried to get information up front but some things are hard to find. Once I have a solution I will put comments on here if it will help others.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19196
- Thank you received: 6434
24 Apr 2022 21:25 #241118
by tommylight
Replied by tommylight on topic config two motor on gantry axis (Y) to square the machine
What seems to be the issue?
Tandem axis / gantry squaring is fairly easy since 2.8 and the changes made by Chris to PncConf if you are using mesa cards.
Not sure about StepConf though as i mostly edit files manually .
Tandem axis / gantry squaring is fairly easy since 2.8 and the changes made by Chris to PncConf if you are using mesa cards.
Not sure about StepConf though as i mostly edit files manually .
Please Log in or Create an account to join the conversation.
25 Apr 2022 07:38 #241173
by ianlowe
Replied by ianlowe on topic config two motor on gantry axis (Y) to square the machine
Thanks for the reply tommylight. As I said to MGM I'm not quite there too actually set my duel gantry up just yet. If you can answer any of Mum's concerns I'm sure he will be greatful and I will revisit this topic when I'm actually setting up my machine. Thanks Ian.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.208 seconds