| KM_CoordMotionGetAxisDefinitions Method |
Get 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 GetAxisDefinitions(
ref int x,
ref int y,
ref int z,
ref int a,
ref int b,
ref int c
)
Public Sub GetAxisDefinitions (
ByRef x As Integer,
ByRef y As Integer,
ByRef z As Integer,
ByRef a As Integer,
ByRef b As Integer,
ByRef c As Integer
)
public:
void GetAxisDefinitions(
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