Threaded View
-
12-10-2013 #2
If you don't get a custom solution, this should be do-able from within your standard CNC app using something like a g-code command e.g. G0 Axxx command (where 'A' is the label given to your 4th axis & xxx is your required rotation in degrees 0->360).
Assuming a 1.8 degree per step stepper
You need to arrange it so that your CNC application thinks that one full revolution of your 4th axis stepper is 360mm
So, assuming you work in millimetres as the unit of measure within your CNC app....
A standard 1.8 degree per step stepper would mean 200 steps = 360mm
therefore 1mm (or 1 degree of rotation) = 360/200 = 0.55555 steps per millimetre ....which obviously isn't ideal, so for the 4th axis stepper, crank your driver micropstepping up as far as it will go, let's say you can get 64 microstepping, then it would be
200 x 64 steps = 360mm
12800 steps = 360mm
1mm = 12800/360 = 36.5 steps per unit
So set your steps per unit for your 4th axis to 36.5.
Now in your CNC app
G0 A1 = 1 degree
G0 A10 = 10 Degrees
etc...
I think I have the maths right, but no doubt someone will correct me where I'm wrong!Last edited by HankMcSpank; 12-10-2013 at 04:51 PM.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Is there a specific setting for using a diamond drag tool for engraving?
By petesos in forum Tool & Tooling TechnologyReplies: 4Last Post: 14-03-2014, 12:22 AM -
How can I find fast stepper motor / controller combo?
By JuKu in forum Stepper & Servo MotorsReplies: 2Last Post: 23-07-2013, 12:32 PM -
Recommended Cutters / bits from eBay for specific job
By Fivetide in forum Tool & Tooling TechnologyReplies: 1Last Post: 22-11-2012, 11:42 PM -
45 Degree and round-over bits?
By Tenson in forum Tool & Tooling TechnologyReplies: 4Last Post: 05-05-2012, 04:13 PM -
55 degree cutter
By ptjw7uk in forum Tool & Tooling TechnologyReplies: 5Last Post: 08-06-2009, 10:48 PM
Bookmarks