Difference between revisions of "The Control Point"

From Jubilee
Jump to navigation Jump to search
(Created page with "The ''control point'' is a concept adopted from the [https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=823374 NIST GCode Standard] that defines a point of reference for m...")
 
Line 1: Line 1:
The ''control point'' is a concept adopted from the [https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=823374 NIST GCode Standard] that defines a point of reference for machine tool movements.
+
The ''control point'' (or ''controlled point'') is a concept adopted from the [https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=823374 NIST GCode Standard] that defines a point of reference for machine tool movements. From the NIST GCode standard: ''The controlled point is the point whose position and rate of motion are controlled''. In other words, when we put the machine in absolute mode and issue an absolute movement to (x=10, y=10, z=10), we are specifying that the ''control point'' move to this location in space relative to the machine's origin.

Revision as of 13:39, 7 July 2020

The control point (or controlled point) is a concept adopted from the NIST GCode Standard that defines a point of reference for machine tool movements. From the NIST GCode standard: The controlled point is the point whose position and rate of motion are controlled. In other words, when we put the machine in absolute mode and issue an absolute movement to (x=10, y=10, z=10), we are specifying that the control point move to this location in space relative to the machine's origin.