MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Sample Apps
Changelog
RapidCode API
Contact us
Support
◆
BrakeReleaseDelaySet()
void BrakeReleaseDelaySet
(
double
delay
)
pure virtual
Set the Brake Release Delay.
Description:
BrakeReleaseDelaySet sets the time (seconds) that the brake will wait to release after the amplifier is enabled.
Parameters
delay
In seconds.
Sample Code:
// configure the brake to release 50ms after the amplifier is enabled
axis->
BrakeReleaseDelaySet
(0.050);
See also
BrakeReleaseDelayGet