RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
UserLimitStateGet()
bool UserLimitStateGet
(
int32_t
number
)
Description:
UserLimitStateGet returns the state of a User Limit.
Parameters
number
0-2047
Returns
(int32_t) True = limit evaluates true, false = limit evaluates false.
Part of the
User Limit
method group.
Sample Code:
if
(
UserLimitStateGet
(0) ==
true
)
{
printf(
"User Limit 0 evaluates as TRUE\n"
);
}
RSI::RapidCode::MotionController::UserLimitStateGet
bool UserLimitStateGet(int32_t number)
Get the state of a User Limit.
See also
UserLimitConfigSet
,
UserLimitConditionSet
Examples
UserLimitDigitalInputAction.cpp
.
RSI
RapidCode
MotionController
Generated by
1.10.0