[Home]Named Parameters

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

THIS FUNCTIONALITY WAS IMPLEMENTED

see http://www.linuxcnc.org/docview/devel/html//gcode_overview.html#sub:Named-Parameters




Named parameters for rs274ngc

#<named parameter here> is a local named parameter. By default, a named parameter is local to the scope in which it is assigned.

#<_global named parameter here>. is a global named parameter. They are accessible from within called subroutines and may set values within subroutines that are accessible to the caller. As far as scope is concerned, they act just like regular numeric parameters. They are not stored in files.

examples:

 #<_endmill_dia> = 0.049  ( declaration of named global variable )
 #<_endmill_rad> = [#<_endmill_dia>/2.0] ( reference to previously declared global varaiable )
 o100 call [0.0] [0.0] [#<_inside_cutout>-#<_endmill_dia>] [#<_Zcut>] [#<_feedrate>]  ( mixed literal and named params )
Notes:

see also

done new comment features

finally done named o-words


LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
This page is read-only. Follow the BasicSteps to edit pages. | View other revisions
Last edited August 26, 2009 11:12 am by Micges (diff)
Search:
Published under a Creative Commons License