CAD CAM EDM DRO - Yahoo Group Archive

Re: Linux vs. DOS

Posted by Tim Goldstein
on 1999-06-05 16:54:15 UTC
I finally have made my first item using EMC!!!

If you want to check it out you can see it on my website at
http://www.ktmarketing.com/emcproject1.html

In getting this g-code to run I have discovered another thing I wish EMC
would do. When it runs into an error in your g-code EMC pops up an alert
window telling you what the error is in terms that give you a hint at the
problem, but it resets your program at that point and gives you no
indication of the line that caused the error. The code for cutting this
little EMC sign I made was 572 lines long. So it was a little bit of a pain
to watch the program code as it flys by in Xemc and hope I was paying close
enough attention to catch the line number just before I hit an error. If
Fred could add the ability to display the line of g-code in the alert window
along with the error message debugging a g-code program would be 1000 times
faster.

Here is a question for Matt or Jon or anyone else running EMC:
Is there a way to run the g-code through EMC's code interpreted without just
loading it in Xemc and running it? I found that if I tried running the code
with the my stepper controller turned off so I could crank up the feed rate
to just check the code more quickly I would get an error that would abort
the code referring to a "follow error" on an axis. If I ran the code with
the controller turned on I had no errors in this section of code, but it
took MUCH longer as I had to use realistic feed rates.

Now for some observations that may help others over the EMC learning curve a
little faster:
The enter key by your number pad and the enter key by your letter keys are
not equivalent in EMC. If you use your mouse to click on either the feed
rate or the feed override it pops up a window to enter a rate into, but to
get it to accept the rate and use it you have to use the enter key by your
letter keys. The one on the number pad will close the box, but your entry
disappears.

EMC seems to want it's circular moves (G2, G3) to be entered in the format
using R and not I and J.
EMC seems to likes: N331 G03 X-2.309 Y-6.059 R.094
EMC seems to not like: N331 G03 X-2.309 Y-6.059 I-2.253 J-6.003
BTW, does anyone know of a way to easily figure out what a circular move in
the XYIJ format would be in the XYR format?

EMC seems VERY picky about the g-code it will accept. The other controller
software product I was using will let you run most any code you throw at it
as long as you don't give it a code it doesn't handle. EMC seems to require
everything is exact. This is not a bad thing, but it does make the debugging
lengthy particularly in light of the fact that when it errors you have no
clue of the line that caused it.

On the plus side, my machine seems to run much smoother under EMC than on
any of the other softwares I have tried.

Has anyone tried running a lathe using EMC? I have set up a 2 axis
configuration file on my machine and hope to give it a try this weekend.

Tim
[Denver, CO]

Discussion Thread

Andrew Werby 1999-05-29 04:16:11 UTC Linux vs. DOS john@x... 1999-05-29 15:07:09 UTC Re: Linux vs. DOS Jon Elson 1999-05-29 21:21:47 UTC Re: Linux vs. DOS Matt Shaver 1999-05-29 21:29:06 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-29 22:27:47 UTC Re: Linux vs. DOS Matt Shaver 1999-05-30 00:12:13 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-30 15:39:08 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-30 20:37:55 UTC Re: Linux vs. DOS Matt Shaver 1999-05-30 20:35:33 UTC Re: Linux vs. DOS Matt Shaver 1999-05-30 20:48:44 UTC Re: Linux vs. DOS Jon Elson 1999-05-30 23:19:07 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-31 11:54:03 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-31 11:54:07 UTC Re: Linux vs. DOS Matt Shaver 1999-05-31 12:12:57 UTC Re: Linux vs. DOS Matt Shaver 1999-05-31 12:17:39 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-31 13:30:23 UTC Re: Linux vs. DOS Matt Shaver 1999-05-31 14:13:26 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-31 16:00:38 UTC Re: Linux vs. DOS Matt Shaver 1999-05-31 16:00:51 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-31 17:32:03 UTC Re: Linux vs. DOS Matt Shaver 1999-05-31 17:33:17 UTC Re: Linux vs. DOS Matt Shaver 1999-05-31 17:43:39 UTC Re: Linux vs. DOS Dan Falck 1999-05-31 19:55:12 UTC Re: Linux vs. DOS Matt Shaver 1999-05-31 22:48:46 UTC Re: Linux vs. DOS Jon Elson 1999-05-31 22:58:57 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-31 23:32:27 UTC Re: Linux vs. DOS Tim Goldstein 1999-05-31 23:32:29 UTC Re: Linux vs. DOS Matt Shaver 1999-05-31 23:32:50 UTC Re: Linux vs. DOS Matt Shaver 1999-06-01 00:38:11 UTC Re: Linux vs. DOS Dan Mauch 1999-06-01 06:32:41 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-01 09:45:52 UTC Re: Linux vs. DOS Jon Elson 1999-06-01 12:16:50 UTC Re: Linux vs. DOS Ian W. Wright 1999-06-01 12:37:43 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-01 17:03:26 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-01 22:05:54 UTC Re: Linux vs. DOS Dan Mauch 1999-06-02 06:30:25 UTC Re: Linux vs. DOS Dan Mauch 1999-06-02 06:42:14 UTC Re: Linux vs. DOS Buchanan, James (Jim) 1999-06-02 13:01:09 UTC Re: Linux vs. DOS Jon Elson 1999-06-02 13:33:07 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-02 14:26:20 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-02 14:45:01 UTC Re: Linux vs. DOS Matt Shaver 1999-06-02 15:01:17 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-02 23:19:44 UTC Re: Linux vs. DOS Matt Shaver 1999-06-03 00:26:35 UTC Re: Linux vs. DOS Ian W. Wright 1999-06-04 13:47:19 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-05 16:54:15 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-05 17:34:22 UTC Re: Linux vs. DOS Jon Elson 1999-06-05 23:39:08 UTC Re: Linux vs. DOS Jon Elson 1999-06-05 23:41:51 UTC Re: Linux vs. DOS Matt Shaver 1999-06-05 23:42:39 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-06 00:03:27 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-06 00:30:52 UTC Re: Linux vs. DOS Matt Shaver 1999-06-06 01:00:46 UTC Re: Linux vs. DOS Matt Shaver 1999-06-06 01:37:57 UTC Re: Linux vs. DOS Dan Falck 1999-06-06 05:51:38 UTC Re: Linux vs. DOS Jon Elson 1999-06-06 17:16:33 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-06 21:05:20 UTC Re: Linux vs. DOS Matt Shaver 1999-06-06 22:06:24 UTC Re: Linux vs. DOS Matt Shaver 1999-06-06 22:30:17 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-06 22:57:18 UTC Re: Linux vs. DOS Matt Shaver 1999-06-06 23:16:03 UTC Re: Linux vs. DOS Jon Elson 1999-06-06 23:29:41 UTC Re: Linux vs. DOS Jon Elson 1999-06-06 23:46:32 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-07 21:59:53 UTC Re: Linux vs. DOS Tim Goldstein 1999-06-08 22:07:54 UTC Re: Linux vs. DOS Dan Mauch 1999-06-09 06:18:23 UTC Re: Linux vs. DOS