Axis tries to make a preview plot.  To stop this, put the comment:
(AXIS,stop)
at the start of your program.

See:
http://linuxcnc.org/docs/html/gui/axis.html#axis:preview-control

-- Ralph

On Nov 24, 2019 9:14 PM, "Thomas D. Dean" <[email protected]> wrote:
I have a problem with a specific file when loaded into LinuxCNC Axis GUI.

I created the file on one comnputer and copied it to the one with CNC.

The original file had an error.  I fixed it on the other computer, but,
did not copy it to the CNC computer.  DUH!

The file causes LinuxCNC Axis to go into a loop, being non responsive to
the keyboard and mouse.  The cursor changed into a watch face,
indicating AXIS was busy.

What does AXIS do when a file is opened, but, not run?

The file:
========================================================
( cut a slot )
#1 = 5
o100 while [ #1 gt 0 ]
   g91
   g1 z -0.010 f3
   g90
   g1 x 1.7250 y 0.2125
   g3 x 1.7250 y 0.2875 i 0 j +0.0375
   g1 x 0.3500
   g3 x 0.3500 y 0.2125 i 0 j -0.0375
o100 endwhile
M2
========================================================

Note the missing loop counter adjustment.
     #1 = [ #1 - 1 ]

It appears that AXIS is simulating the file, or something.  But, what?

Tom Dean


_______________________________________________
Emc-users mailing list
[email protected]
https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Femc-users&amp;data=02%7C01%7Cralph.stirling%40wallawalla.edu%7Ca3d58cd165bc4db2061b08d771666701%7Cd958f048e43142779c8debfb75e7aa64%7C0%7C0%7C637102556956219230&amp;sdata=HdtVrLuhLsrcnXT8QmIiNJhFNwlmhcKIMedlZxDaZDg%3D&amp;reserved=0

_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to