Click or drag to resize

CommandListAppendMotorMoveRel(Point4D) Method

Moves the motor from the current position to the relative end-point coordinates.


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

Parameters

target  Point4D
The target position to which the motor axes M0, M1, M2 and M3 should move to.
Remarks
Appends a MOTOR_MOVE_REL4D command to the list.
See Also