| KM_CoordMotionSetAxisDefinitions Method |
Set the assignment of KFLOP axis Channels to GCode Axes XYZABC, -1 indicates unused/unassigned axis
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void SetAxisDefinitions(
int x,
int y,
int z,
int a,
int b,
int c
)
Public Sub SetAxisDefinitions (
x As Integer,
y As Integer,
z As Integer,
a As Integer,
b As Integer,
c As Integer
)
public:
void SetAxisDefinitions(
int x,
int y,
int z,
int a,
int b,
int c
)
Parameters
- x Int32
- KFLOP Axis number for x axis
- y Int32
- KFLOP Axis number for y axis
- z Int32
- KFLOP Axis number for z axis
- a Int32
- KFLOP Axis number for a axis
- b Int32
- KFLOP Axis number for b axis
- c Int32
- KFLOP Axis number for c axis
See Also