RMP Motion Controller
10.4.4
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
UserLabelSet()
void UserLabelSet
(
const char *const
userLabel
)
Description:
UserLabelSet sets a max 16 character User Label.
Parameters
userLabel
Maxes at 16 characters.
Remarks
This function is also available in
RapidSequencer
.
Sample Code:
// -- C++ -- //
char
* userLabel =
"My Axis Name"
;
axis->UserLabelSet(userLabel);
// -- C# -- //
axis.UserLabelSet(
"My Axis Name"
);
See also
UserLabelGet
RSI
RapidCode
Axis
Generated on Thu Sep 28 2023 12:52:43 for RMP Motion Controller by
1.8.20