-
Fixed in trunk.
2009-06-13 21:47:53 UTC in Enhanced Machine Controller
-
Was printing the pointer to the string instead of the string itself. This change should not impact other aspects of the program.
2008-05-02 14:02:44 UTC in Enhanced Machine Controller
-
Named owords have now been implemented. The example now works.
2008-03-13 20:21:04 UTC in Enhanced Machine Controller
-
See: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Named_Parameters
There is a note about halfway down the page saying:
"(Note: named owords have not been implemented yet)"
I am surprised, though, that you don't get an error message concerning illegal syntax. I suspect that's because I started implementing named owords, but then lost the machine I had been using for EMC2 development.
2007-10-05 20:37:47 UTC in Enhanced Machine Controller
-
See: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Named_Parameters
There is a note about halfway down the page saying:
"(Note: named owords have not been implemented yet)"
I am surprised, though, that you don't get an error message concerning illegal syntax. I suspect that's because I started implementing named owords, but then lost the machine I had been using for EMC2 development.
2007-10-04 21:21:10 UTC in Enhanced Machine Controller
-
That's because the language definition converts everything to lower case -- but the comments are left in mixed case so that you can print things more reasonably. It's an easy fix, but can't be done by me right now because I don't have a system with a current EMC loaded.
2007-10-04 20:58:40 UTC in Enhanced Machine Controller
-
Sorry about that. I've identified the problem and the cure (I think).
In file rs274ngc/interp_o_word.cc around line 492, change:
case O_return:
if(settings->call_level == 0)
{
// this is in the definition
break;
}
// if we were skipping, no longer
settings->skipping_o = 0;
// in a call -- must do a return
//...
2007-08-12 18:43:17 UTC in Enhanced Machine Controller
-
lerman committed patchset 1286 of module emc2 to the Enhanced Machine Controller CVS repository, changing 9 files.
2005-12-07 15:19:18 UTC in Enhanced Machine Controller
-
lerman committed patchset 1237 of module emc2 to the Enhanced Machine Controller CVS repository, changing 2 files.
2005-11-14 22:31:08 UTC in Enhanced Machine Controller
-
lerman committed patchset 1236 of module emc2 to the Enhanced Machine Controller CVS repository, changing 4 files.
2005-11-14 19:31:47 UTC in Enhanced Machine Controller