![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| DIY-CNC Router Table Machines Discuss the building of home-made CNC Router tables here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
| I've got my 4th axis built and have started to use it. So far, I've been just using it as an indexer and doing traditional X,Y, and Z milling. But if I want to do full 4 axis contouring I am not sure how to get the 4th axis speed to be in sync with the other 3 axis. For example, let's say that I am cutting at 60" per minute. My part is 3.819" in diameter. That would make the outer circumference 12". That means that to cut in the 4th axis at 60" per minute, I'd have to spin the axis at 5 revolutions per minute. 60/12 = 5. But if I use this code for example G01 X12 A360 F60. Won't it take 6 minutes to spin the 4th axis 360 degrees? Is my logic incorrect? Or do I need to map the 4th axis as linear and use this code? G01 X12 A12 F60 4th axis work is new to me, so any help is appreciated. Thanks Trent |
|
#2
| ||||
| ||||
| I think it depends on the control. But if you issue a command like G01 X12 A360 F60, both the X and A should get to there destinations at the same time. Whether it takes 12 seconds or 6 minutes, you'll have to check. Using the axis as linear is something I've seen on the TurboCNC group to solve this type of problem.
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#4
| ||||
| ||||
| Most controllers auto switch to degrees per minute when a 4th axis move is made. A simple formula to calculate IPM into DPM is, DPM = 360 x IPM / circumference this works pretty well in most cases. just be carefull if you are making small index moves and large X or Y moves. Imagine making a 1 degree index with a 10" X move, at a feed of F360, thats one RPM. the index will take about a second, but at the same time the X axis will try to move the 10" in that one second. youch.
__________________ www.cncfusion.com CNC kits for Sieg mills and lathes |
|
#5
| |||
| |||
Ger is correct, if you put in a G01 move that includes linear and rotary axes they get to the end at the same time. You do have to be careful if you are dealing in degrees on the rotary axis because of course the cutter is seeing the peripheral speed; the rotary might be able to make the move at the feed you program but this might translate into a heavy cut. |
| Sponsored Links |
|
#6
| ||||
| ||||
| Mike, this isn't mine but I copied it so it looks real similar. http://www.cnczone.com/gallery/showp...puser/223/sl/m Thanks for all the replies. Trent |
|
#7
| |||
| |||
| I should look at our coding her eat work all of our machines run xy and a no z still three axis but A is rotory with a centroid control i have been putting them together for so long never really to look at the cnc code they run thats our programmers job really his software does a fine job with it but I know we are running it linear where 1" is one revolutiuon granted they are aon a 30-1 gear reduction drive and some sick 29inlb serveros with crazy high encoder counts but I'll dig in co some of the code for a simple cylinder here in a minute |
|
#8
| |||
| |||
| X-1 A21.1361 Y6.1475 F50.1597 X-1 A21.1388 Y6.1472 F50.1595 X-1 A21.1416 Y6.1470 F50.1597 just snipit of the code we run this would carve a 2 inch cylinder in our machines the code is close to 5,000 lines though as you can see i tis only moving a few thou for each point along y which is layed out as a vertical axis x is horizontal and A is rotary it doesn't make pretty squares though almost we have tried it isn't what it was ment for with a 5/8 x 11" carbide cutter it makes short work of foam though |
|
#10
| ||||
| ||||
| Trent, let us know what you find out. What controller are you using?
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
| Sponsored Links |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |