Namespace STNCAnalyzer
Interfaces
INCT_Analyzer
CAM system interface that implements access to control management text analysis settings. The analyzer settings affect the algorithm for determining the registers and values in the text of the NC-code
INCT_Analyzer2
CAM system interface that implements access to control management text analysis settings.
INCT_Brackets
The CAM system interface manages bracket definitions in NC-code. Settings are pairs of characters: opening and closing. Currently, these settings are not used for analysis but are added for future use.
INCT_Comments
INCT_Comments interface manages comments in CAM. Settings are pairs of open and close characters; text between them is skipped. If close is empty, the comment runs to the end of the line.
INCT_EndOfLineChars
A CAM system interface managing line delimiters for NC-programs. Each setting is a string delimiter; the program is processed line by line, with content between delimiters treated as separate lines.
INCT_Quotes
CAM system interface managing string delimiters. Each setting has a start and end character; text between them is treated as a string during analysis.
INCT_UnionLineChars
CAM system interface managing line concatenation characters. Each setting is a symbol; if an NC-code line ends with this character, it is combined with the next line, ignoring the character.