List of used types
All types required for CAM system interaction with the interpreter program library are listed in the type library that is included in the CAM system distribution (TypeLibraries\*.tlb catalog).
The following TLB files contain type descriptions that are used when interacting with the interpreter library:
STNCInterpreter.tlb — basic list of types
STNCAnalyzer.tlb — types, used to control the text analysis of the G-code
STNCFormers.tlb — types, used to simplify the construction of tool paths (linear/circular movements, cycles).
STNCConnect.tlb — types, used to protect interpreter.
The main list of types (STNCInterpreter.tlb)
Types |
Link to the description |
TNCExecObj |
|
TNCSpindleCommand |
|
TNCOperationGroup |
|
TNC3DPoint |
|
TNC3DMatrix |
|
TNCMessageType |
|
TNCGetPartDirection |
|
TNCSign |
|
INCT_Interpreter |
The types used for control analysis of the text of the G-code (STNCAnalyzer.tlb)
Types |
Link to the description |
INCT_Analyzer |
Types used for Managing NC-program analysis |
Types used to simplify the movement of tool paths using machine axes (STNCFormers.tlb)
Types |
Link to the description |
INCT_LinearMotionFormer |
|
TNCCircularMode |
|
TNCDCAxisIndexes |
|
TNCShiftAxis |
|
TNCStartLevelType |
|
TNC2DPoint |
|
TNCThreadApproach |
|
TNCLSRPointType |
|
TNCMillingThreadType |
Types, used to protect interpreter (STNCConnect.tlb)
Types |
Link to the description |
INCT_Connect |