Click or drag to resize

KM_CoordMotionReadAndSyncCurPositions Method

First Syncs the Coor Motion Library to the current axis destinations then sets the passed variables to the CoordMotion's Absolute positions

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void ReadAndSyncCurPositions(
	ref double x,
	ref double y,
	ref double z,
	ref double a,
	ref double b,
	ref double c
)

Parameters

x  Double
X axis value
y  Double
Y axis value
z  Double
Z axis value
a  Double
A axis value
b  Double
B axis value
c  Double
C axis value
See Also