RMP Motion Controller
10.6.7
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MotionHoldTypeGet()
RSIMotionHoldType
MotionHoldTypeGet
(
)
Description:
MotionHoldTypeGet returns the type of the hold attribute.
Returns
(RSIMotionAttrHoldType) Attribute which Motor holds monitors.
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 by
1.10.0