Click or drag to resize

CommandListAppendMotorMoveAbs(Point2D) Method

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


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

Parameters

target  Point2D
The target position to which the motor axes M0 and M1 should move to.
Remarks
Appends a MOTOR_MOVE_ABS2D command to the list.
See Also