![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Dolphin CADCAM Discuss Dolphin CAD/CAM software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Having some problems going from Dolphin to Mach. Doing a simple pocket with a 0.575" radius and get the "Radius to end of arc differs from radius to start on line 12" error in Mach. I did the exact same part earlier today but with a 1.15" radius and no problems. Checked Mach to be sure it's set to absolute, I have re-drawn the part 10 different ways in Autocad and Dolphin. Everything seems OK but I can't get this very simple part to run. Any thoughts? Here's the first few lines of code Dolphin is creating. ( Produced :- 17:09:44 Monday, September 26, 2011 ) ( CNC File :- nojig ) ( Post Processor :- M_MACH3 ) ( Part Number ID :- ) N5G00G20G17G90G40G49G80 N6G49 N7T1M06 ( End Mill ) N8G00G43Z1.9685H1 N9S3500M03 N10G94 N11Z0.1181 N12G01Z-0.1333F3.937 N13G03X-0.0752Y0.0752I-0.0752J0.0F3.25 |
|
#2
| |||
| |||
| I think I see what the problem is, I ran into this when I first started to use Dolphin. If you look at the code you attached, you will see that there is no move to any X or Y position before it tries to do a CCW arc. Unless you start the program run at exactly the right position, it will not be able to start the arc properly. I found that Dolphin does this when you re-open a file and make a change or 2 and immediately post process. It omits the initial X,Y move. However, if you run a simulation first and then do the post, it will include the initial move and you will be OK. Hope that helps, Rick |
|
#5
| ||||
| ||||
| I'm not sure about dolphin so don't read to much into what I'm saying. I have had this problem in several programs. What I've found helped with this type of error is to change the accuracy in your system settings to .0001. It eliminates issues with the way machines round numbers in there systems. Judleroy |
| Sponsored Links |
|
#6
| |||
| |||
| On a general note - most post-processors should be configured to output different number of decimal places for metric and inch - normally 3 metric and 4 inch. There are some posts that don't have this, if you want to check, in CAM select Edit > Post processor, when you see the post scroll down to the section WORDS. You should see something like this. :XAXIS = {" X"DDDD.ddd} {" X"DDD.dddd} The first set of letters refer to metric - 4 place holders for whole numbers DDDD and three places holders for decimals ddd. The second set are for inch. If you post doesn't have these entries you can edit the post and add them. The syntax is important so please be careful. Hope this helps ATB Andre |
|
#8
| |||
| |||
| Does anyone still read G-code? Although it is surprising how quickly these threads get distracted from the original topic, it is even more surprising that no one else seems to have paid any attention to the g-code that was originally posted. It is pretty obvious to anyone who reads basic g-code that the original poster’s code does not contain any X or Y moves before the initial G03 circular interpolation. Obviously, the specified curve will only work if the program is started at EXACTLY the right place to begin with. ANY other position will generate the error sited. I find it hard to believe that no one else picked up on this. My first post explained why this happens in Part Master. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help!- Radius to end of Arc Differs From Radius to Startline | Bob La Londe | Machines running Mach Software | 2 | 08-09-2010 09:16 PM |
| Start and End Radius differ | jessec | G-Code Programing | 8 | 12-16-2009 12:24 PM |
| "Radius to end of arc differs from radius to start on Line #" | labuda | G-Code Programing | 8 | 11-15-2009 06:35 AM |
| Need Help!- Radius to end of arc differs from radius to start? | Jamy | LinuxCNC (formerly EMC2) | 2 | 08-22-2009 11:28 PM |
| "Radius to end of arc differs" problems ! | Geetar-ist | G-Code Programing | 7 | 12-16-2007 12:22 PM |