RMP Motion Controller
10.4.4
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
MotionHoldTypeGet()
RSIMotionHoldType
MotionHoldTypeGet
(
)
Description:
MotionHoldTypeGet returns the type of the hold attribute.
Returns
(RSIMotionAttrHoldType) Attribute which Motor holds monitors.
Remarks
This function is also available in
RapidSequencer
.
Part of the
Motion Configuration
method group.
Sample Code:
if
(axis->HoldTypeGet() == RSIMotionAttrHoldTypeGATE)
{
printf(
"The next motion will be waiting for the GATE to be cleared before executing\n"
);
}
See also
RSIMotionAttrHoldType,
MotionHoldTypeSet
RSI
RapidCode
RapidCodeMotion
Generated on Thu Sep 28 2023 12:52:43 for RMP Motion Controller by
1.8.20