Click or drag to resize

KM_CoordMotionSetAxisDefinitions Method

Set the assignment of KFLOP axis Channels to GCode Axes XYZABC, -1 indicates unused/unassigned axis

Namespace: KMotion_dotNet
Assembly: 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
)

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