On Fri, Aug 13, 2010 at 11:00:08PM -0400, Don Stanley wrote:
> Hi All;
> I am attempting to use the EMC Number Parameters data
> to make decisions in the G Code program. The only ones
> I have found in the documentation so far is:
> 5211 - 5216 for G92.
> 5221 - 5389 for G54 - G59.3
> 
> Is there a list of the number parameters used by EMC that are
> accessible by the G Code with a definition of their contents?

If you search for the word parameter in

http://linuxcnc.org/docs/2.4/html/gcode_main.html

you'll find a lot more, including at least the two reference points,
probe results, and M66 input.  There are also 5400...5413 which are
information about the current tool, but I don't see that on this
page.

That's all of them I can think of...

> Also is there a group available for use in the G Code, unused by EMC?

Variables #1 through #5000 are completely safe to use, but remember #1
through #30 are subroutine-local (described in section 3.1)

Chris


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to