MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ MotionHoldTimeoutGet()

double MotionHoldTimeoutGet ( )
pure virtual

Get the motion hold timeout value.

Description:
MotionHoldTimeoutGet gets the motion hold timeout value.
Returns
(double) Seconds - is the time the motion will wait for the hold attributes, then it will execute
Sample Code:
printf("Motion Hold Timeout in Seconds: %lf\n", axis->MotionHoldTimeoutGet());
See also
MotionHoldTimeoutSet