MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ PathTimeSliceGet()

double PathTimeSliceGet ( )
pure virtual

Set the time slice for the Path.

Description:
PathTimeSliceGet gets the time slice for the interpolated motion paramaters which are calculated after the call to PathListEnd(). At this time, the Path Lines and Arcs are converted into small motion segments which are spaced in time according to the time slice.
Returns
Default is 10 milliseconds, good for most applications. Recommended values are 5 to 100 milliseconds. Values outside this range could produce undesired path motions.
Sample Code:
printf(" Value of the Path Time Slice is %lf\n", multiAxis->PathTimeSliceGet());
Note

It is not required to set this value, the default (and recommended value) is 10 milliseconds.

See also
PathListEnd PathTimeSliceSet