Click or drag to resize

KM_AxisWaitforMotionComplete Method

Blocks the calling thread until the axis is in position within a specified time limit

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool WaitforMotionComplete(
	int timeout
)

Parameters

timeout  Int32
time in ms to wait for axis to acheive position, 0 will wait indefinitely

Return Value

Boolean
true if completed
See Also