Configuration

System.Tuple<double, double> IRelMove.Configuration { get; set; }

Gets or sets the distance and end velocity for this relative move.

Value

Tuple<double, double> – Tuple containing the distance (Item1) and end velocity (Item2).

Throws
Remarks

If the requested velocity is higher than the corresponding axis’ configured DemandVelocityLimit, the move command errors out when executed. The maximum move parameters set using the corresponding signals are used for generating the trajectory.