MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ MotionHoldUserAddressGet()

uint64 MotionHoldUserAddressGet ( )
pure virtual

Gets the Motion Hold User Address.

Description:
MotionHoldUserAddressGet gets the User Address which will be monitored before the motion hold is released.
Returns
(int32) The host address that will be monitored for Motion Hold
Sample Code:
printf("There is a Motion Hold using address: %ld.\n", axis->MotionHoldUserAddressGet());
See also
MotionHoldUserAddressSet()