RMP Motion Controller
10.4.3
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
UserLimitStateGet()
bool UserLimitStateGet
(
int32_t
number
)
Description:
UserLimitStateGet returns the state of a User Limit.
Parameters
number
0-2047
Returns
(int32_t) True = limit evalutes true, false = limit evaluates false.
Remarks
This function is also available in
RapidSequencer
.
Part of the
User Limit
method group.
Sample Code:
if
(
UserLimitStateGet
(0) ==
true
)
{
printf(
"User Limit 0 evaluates as TRUE\n"
);
}
See also
UserLimitConfigSet
,
UserLimitConditionSet
Examples
UserLimitDigitalInputAction.cpp
.
RSI::RapidCode::MotionController::UserLimitStateGet
bool UserLimitStateGet(int32_t number)
Get the state of a User Limit.
RSI
RapidCode
MotionController
Generated on Thu Jul 6 2023 17:10:59 for RMP Motion Controller by
1.8.20