Click or drag to resize

MotorAPI.MoveRel(Point4D) Method

Moves M0, M1, M2 and M3 to the given position relative from the current position.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public void MoveRel(
	Point4D target
)

Parameters

target  Point4D
the relative target position in UnitsPerStep.
See Also