![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| TurboCNC Discuss TurboCNC controller software here! |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
When using Turbocnc, my machine runs out of control whenever an arc appears in my G-code. It goes in more or less a straight line to the end of it's travel. The same G-code runs fine under desknc and kcam. Where am I going wrong?? I'm using the Hobby CNC controller and I working in DOS. Thanks in advance for any help you can offer. |
|
#2
| ||||
| ||||
| Graeme, My first question would be, which version of TCNC are you running? If it is prior to V4, there have been known problems with arc generation. Secondly, are you using radius mode or I J mode? It does not do well if you are using R mode and angles approaching 180 or 360. Could you post the part of the code that is giving you a problem?
__________________ Art AKA Country Bubba (Older Than Dirt) |
|
#3
| |||
| |||
| I'm using V3. This is the line in the code where things go crazy. G03 X2.760254 Y1.581602 I-0.236220 J0.000000 Could my problem be in the G-code converter? I'm using Ace, which boxes should I have checked for the best results? |
|
#4
| ||||
| ||||
| Graeme, The first thing I would do is download the latest version (4.01) and use that as the routines for arc are fixed. download that and then use your existing ini file as a "seed" and it will generate the necessary extras that it has. Save the ini, reset the port and try again. As far as Ace goes, I haven't used it in a long time and would hate to lead you down the wrong path so I will pass on that one. But you coding looks correct and I assume that you have a preface line to use absolute coding for your G03 and the I and J are set to incremental?
__________________ Art AKA Country Bubba (Older Than Dirt) |
|
#6
| |||
| |||
| What is ment by "set to incremental" and "absolute coding" (sorry I'm a complete CNC novice) I think I must have it in R mode because it will follow an arc if I use a radius in the G-code rather than I and J. I have tried V4 and still have the same problem. |
|
#7
| ||||
| ||||
| Graeme, Absolute means move to a spacific point (eg. X=1.00) whereas incremental movement of X1.00 means move the axis 1 unit from where it is. So if we start with our tool set at X3Y1, and tell it to G01 X1 (Absolute mode or G90 in our initial setup codes), the tool will move from X=3 to X=1. Now with the same intitial conditions and if use incremental mode G91 issuing the same G01 X1, will move the tool to X4 (3+1) which is a relative movement from the starting point. Now back to using I J in your G02 G03 code, you need to go into the configuration setup under RS-274 Dialect and looking at the bottom line where it says "Arc IJK Offsets:" and make sure it says INC. (hopefully shown in the attached picture) Now for programing the code, I suggest reading either the help file or the manual for further instruction. Hope this helps
__________________ Art AKA Country Bubba (Older Than Dirt) |
|
#8
| ||||
| ||||
| There are 2 different forms of I,J mode. absolute and incremental. Change it under Configure>Rs-247 dialect. It's the last line in that screen.
__________________ 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) |
|
#10
| |||
| |||
| Graeme what feed are you running ? on my set up any thing over 150 (mm/min?) and it gets lazy and takes the shortest route to the end point does it with angles too slow the feed to 120 (or so ) it's fine . does it in G00 too. might not be your problem but might help. mike. |
| Sponsored Links |
![]() |
| 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 |
| single line fonts? | balsaman | General CAM Discussion | 12 | 02-18-2006 12:51 PM |
| Pro/manufacture -number of decimal places arc events | dsergison | Post Processor Files | 4 | 05-27-2005 01:50 PM |
| machining trouble | an0n | Visual Mill | 4 | 05-16-2005 07:41 AM |
| Tool holder trouble | an0n | General Metal Working Machines | 4 | 04-06-2005 11:43 AM |
| Problem cutting arc with lathe. | mudwhump | G-Code Programing | 9 | 05-23-2004 01:19 PM |