| KM_AxisStartRelativeMoveTo Method |
Calls a non-blocking move to a given relative position
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void StartRelativeMoveTo(
double pos
)
Public Sub StartRelativeMoveTo (
pos As Double
)
public:
void StartRelativeMoveTo(
double pos
)
Parameters
- pos Double
- position delta from current position to move to
See Also