KM_ |
The KM_InterpreterKM_Interpreter_SetupParams type exposes the following members.
| Name | Description | |
|---|---|---|
| KM_InterpreterKM_Interpreter_SetupParams | Constructor for GCode interpreter internal setup parameters interface |
| Name | Description | |
|---|---|---|
| A_AxisOffset | A Axis Offset | |
| A_AxisPosition | Current A Axis Positon | |
| A_OriginOffset | A axis Origin Offset | |
| Active_GCodes | All currently active G codes | |
| Active_MCodes | All currently active M codes | |
| Active_Settings | Need clarification | |
| AllowSpindleSpeedOverride | Gets/sets whether to allow spindle feed override | |
| B_AxisOffset | B Axis Offset | |
| B_AxisPosition | Current B Axis Positon | |
| B_OriginOffset | B axis Origin Offset | |
| block_d_flag | Gets d flag (d word present) in current GCode Block | |
| block_d_number | Gets d number (d word) in current GCode Block | |
| block_p_flag | Gets p flag (p word present) in current GCode Block | |
| block_p_number | Gets p number (p word) in current GCode Block | |
| block_q_flag | Gets q flag (q word present) in current GCode Block | |
| block_q_number | Gets q number (q word) in current GCode Block | |
| block_r_flag | Gets r flag (r word present) in current GCode Block | |
| block_r_number | Gets r number (r word) in current GCode Block | |
| BlockDelete | Enable/Disable Block Delete | |
| C_AxisOffset | C Axis Offset | |
| C_AxisPosition | Current C Axis Positon | |
| C_OriginOffset | C axis Origin Offset | |
| ControlMode | Cannon Control Mode CANON_EXACT_STOP = 1, CANON_EXACT_PATH = 2, CANON_CONTINUOUS = 3 | |
| CurrentLine | Current line number of the file being interpreted | |
| CurrentMotionMode | Current G code for motion | |
| CurrentToolSlot | Tool Changer slot number of current tool | |
| Cycle_CC | Gets/sets canned Cycle C value | |
| Cycle_I | Gets/sets canned Cycle I value | |
| Cycle_J | Gets/sets canned Cycle J value | |
| Cycle_K | Gets/sets canned Cycle K value | |
| Cycle_L | Gets/sets canned Cycle L value | |
| Cycle_P | Gets/sets canned Cycle P value | |
| Cycle_Q | Gets/sets canned Cycle Q value | |
| Cycle_R | Gets/sets canned Cycle R value | |
| Cycle_RetractMode | Gets/sets canned Retract Mode R_PLANE = 0, OLD_Z = 1 | |
| Cycle_Z | Gets/sets canned Cycle Z value | |
| DistanceMode | Unit distance mode MODE_ABSOLUTE = 0, MODE_INCREMENTAL = 1 | |
| FeedMode | G_93 (inverse time) or G_94 units/min | |
| FeedRate | Current FeedRate | |
| FileName | Current File name being interpreted | |
| FloodCoolantOn | Flood Coolant State from Interpreter | |
| LengthUnits | Canon Length Units CANON_UNITS_INCHES = 1, CANON_UNITS_MM = 2, CANON_UNITS_CM = 3 | |
| LineLength | Character length of the current line | |
| LineText | Text of the currently interpreted line | |
| MistCoolantOn | Gets and sets whether Mist Coolant is on | |
| OriginIndex | Origin Index G54, 55, etc... | |
| PercentFlag | Flags true if the file had a percentage sign | |
| ProbeComplete | Gets and sets whether a probe operation is complete | |
| ProgramX | Program's X position | |
| ProgramY | Program's Y position | |
| RadiusComp | Radius compensation mode | |
| RadiusCompSide | Radius compensation side CANON_SIDE_RIGHT = 1, CANON_SIDE_LEFT = 2, CANON_SIDE_OFF = 3 | |
| RadiusCompValue | Radius compensation value | |
| SelectedToolSlot | Tool slot selected but not active | |
| SequenceNumber | Current sequence of the file being interpreted | |
| SpindleDirection | Spindle rotation direction CANON_STOPPED = 1, CANON_CLOCKWISE = 2, CANON_COUNTERCLOCKWISE = 3 | |
| SpindleSpeed | Current Spindle Speed | |
| ToolLengthOffset | Current tool length offset | |
| ToolLengthOffsetIndex | Row in tool table for current Length Offset | |
| ToolXOffset | Current tool X offset | |
| ToolYOffset | Current tool Y offset | |
| TraverseSpeed | Spped to use during G00 traverse operations | |
| WorkPlane | Canon Work Plane CANON_PLANE_XY = 1, CANON_PLANE_YZ = 2, CANON_PLANE_XZ = 3 | |
| X_AxisOffset | X Axis Offset | |
| X_AxisPosition | Current X Axis Positon | |
| X_OriginOffset | X axis Origin Offset | |
| Y_AxisOffset | Y Axis Offset | |
| Y_AxisPosition | Current Y Axis Positon | |
| Y_OriginOffset | Y axis Origin Offset | |
| Z_AxisOffset | Z Axis Offset | |
| Z_AxisPosition | Current Z Axis Positon | |
| Z_OriginOffset | Z axis Origin Offset |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetParameter | Get GCode parameter by index. | |
| GetTool | Get info on specific tool | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetParameter | Set parameter value. | |
| SetTool | Updates the given tool table location | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |