Click or drag to resize

KM_CoordMotionUpdateCurrentPositionsABS Method

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 UpdateCurrentPositionsABS(
	ref double x,
	ref double y,
	ref double z,
	ref double a,
	ref double b,
	ref double c,
	bool snap
)

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
snap  Boolean
snap to exact previously commanded postion (if close) to avoid rounding errors
See Also