Design and Implement of a NC Code Interpreter for Open Architecture CNC System

ZHANG Qing,YAO Xi-fan
DOI: https://doi.org/10.3969/j.issn.1001-2265.2010.02.016
2010-01-01
Abstract:The NC code interpreter for CNC system is the object of this paper.This paper investigates a method to design and implement a NC code interpreter for open architecture NC system.Regex technology is used as the tool for lexical,syntax,and semantic analysis.This NC code interpreter was achieved in Visual Studio 2005 development platform.The way of interpolation function called delegation makes the interpreter be applied to different types of CNC system with versatility and compatibility.An example is used to illustrate the NC code interpreter of this method feasibility.
What problem does this paper attempt to address?