Re: Emc
Posted by
Ray Henry
on 2002-08-08 13:09:40 UTC
Gene
I'd say that you are getting a bad line of code in there about where it
stops. The problem is that the EMC you are running doesn't always
display the current error messge so you don't see what is happening.
If you change the debug line in your ini file from
DEBUG = 0x00000003
to
DEBUG = 0x7FFFFFFF
and then start the emc using a terminal in the /usr/local/emc directory
you will see the motion command messages printed in the terminal window
and can figure out about which line is causing problems.
My bet's on a g0, g1, or g2 on a line with no x, y, or z position.
HTH
Ray
I'd say that you are getting a bad line of code in there about where it
stops. The problem is that the EMC you are running doesn't always
display the current error messge so you don't see what is happening.
If you change the debug line in your ini file from
DEBUG = 0x00000003
to
DEBUG = 0x7FFFFFFF
and then start the emc using a terminal in the /usr/local/emc directory
you will see the motion command messages printed in the terminal window
and can figure out about which line is causing problems.
My bet's on a g0, g1, or g2 on a line with no x, y, or z position.
HTH
Ray
> Date: Thu, 08 Aug 2002 07:54:53 -1000
> From: Gene <capper@...>
> Subject: Emc
>
> Has anyone had any problems running vector files on EMC and geckos? I
> can make the files and it starts running good and then stops after a
> while on what appears top be good code. After it stops there is nothing
> I can do to start again. If I push run again it goes back to start
> again and stops in the same place. Bobcad files wont run at all. Desk
> engrave files run good.