Click or drag to resize

CommandListAppendMotorMoveRel(MotorAxis, Double) 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(
	MotorAxis axis,
	double target
)

Parameters

axis  MotorAxis
The axis that should move.
target  Double
The target position this axis should move to.
Remarks
Appends a MOTOR_MOVE_REL1D command to the list.
See Also