Click or drag to resize

KM_AxisMoveTo Method

Calls a move to a given absolute position and blocks the calling thread until the position has been acheived

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void MoveTo(
	double pos
)

Parameters

pos  Double
absolute position to move to
See Also