Single Motor Y Axis
-
- 2 Star Member
- Posts: 74
- Joined: Sun May 31, 2020 11:46 am
Single Motor Y Axis
Does anyone have any pictures of a single motor Y axis on a 4x8 or bigger table? Has anyone every attempted to do this?
- acourtjester
- 6 Star Elite Contributing Member
- Posts: 8183
- Joined: Sat Jun 02, 2012 6:04 pm
- Location: Pensacola, Fla
Re: Single Motor Y Axis
Well because some look at the table X and Y axis orientated differently, I look at it like the attached drawing.
With that said I use a nema 34 rated about 900 oz in and drive both sides using a cross shaft and drive both sides with one motor.
I have built a few table that are 4 X 8 with the 8' as the X axis (you may call it Y).
With that said I use a nema 34 rated about 900 oz in and drive both sides using a cross shaft and drive both sides with one motor.
I have built a few table that are 4 X 8 with the 8' as the X axis (you may call it Y).
You currently do not have access to download this file.
To gain download access for DXF, SVG & other files Click Here
DIY 4X4 Plasma/Router Table
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
-
- 4.5 Star Elite Contributing Member
- Posts: 2187
- Joined: Fri Apr 17, 2009 11:48 am
Re: Single Motor Y Axis
I have seen a few over the years and unless both sides are driven by the single motor via a jackshaft of some kind its not going to be flimsy on the far side and your accuracy and quality will be affected in a negative way, especially on thinner materials that demand higher speeds.
- acourtjester
- 6 Star Elite Contributing Member
- Posts: 8183
- Joined: Sat Jun 02, 2012 6:04 pm
- Location: Pensacola, Fla
Re: Single Motor Y Axis
I have no problems These are 16 or 18 Ga steel. I miss read you post I use a Jackshaft shown in my other post
You currently do not have access to download this file.
To gain download access for DXF, SVG & other files Click Here
DIY 4X4 Plasma/Router Table
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
-
- 2 Star Member
- Posts: 74
- Joined: Sun May 31, 2020 11:46 am
Re: Single Motor Y Axis
Are there sync problems with running 2 separate motors? This seems like it would be problematic
-
- 4 Star Member
- Posts: 780
- Joined: Sun Aug 21, 2016 1:49 am
- Location: Brisbane, Australia
- Contact:
Re: Single Motor Y Axis
That really depends on your CNC controller. Linuxcnc is brilliant at this because it supports axes with multiple motors (joints in linuxcnc speak) and squares a gantry during the homing procedure. This has worked perfect for me for a few years now.EverydayDiesel wrote: ↑Mon Jul 27, 2020 10:39 pm Are there sync problems with running 2 separate motors? This seems like it would be problematic
From what I've heard some other controllers do not do it so well and people try to run two motors from a single stepgen which is not a preferred method.
-
- 4.5 Star Elite Contributing Member
- Posts: 1832
- Joined: Mon Jun 12, 2017 6:43 pm
Re: Single Motor Y Axis
I have not had a problem with Mach3, Mach4 or UCCNC as you just slave the 2nd motor / drive as a 2nd axis to the primary axis.EverydayDiesel wrote: ↑Mon Jul 27, 2020 10:39 pm Are there sync problems with running 2 separate motors? This seems like it would be problematic
The only problem is if one motor / drive fails then its likely to rack the gantry when the other motor charges off and the failed motor does nothing.
Mach4 you can slave many motors to the primary axis (4 from 1 axis), it does not use up the slaved axis letters like Mach3 and UCCNC (eg X can have 4 motors assigned to it, and you can still use any of the other drive letters for other drive motors)
Mach3 and UCCNC you can only slave 1 axis to a primary axis, but you can slave 3 axis to 3 primary axis (eg: X+A, Y+B & Z+C, with X,Y&Z being the primary axis letters and A,B&C being the secondary axis letters and any secondary axis letter can be tied to any primary axis letter)
All it is, is just a second pulse train through another pin / port on the microcontroller or FPGA of the motion controller. But pulse trains are in sync with each other and the direction pins toggle in sync when both motors change direction.
Mach3, UCCNC and Mach4 all have a means to square an axis but they require two homing inputs on different input pins, one for each motor / axis so that the motion controller knows which homing switch was tripped first and therefore which motor / step pulse train to stop moving first.