In emc2, these are known as "parameters".  The "#" character is used to
set them or use their values.

A parameter can be set with gcode like
    #43=4000
and used like this:
    X10 Y10 F#43

Math is supported:
    #43=[sin[45] * 300]
and can be used anywhere a number would be used:
    X10 Y10 F[sin[45]*300]

Jeff

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to