RMP Motion Controller
10.4.4
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
UserLabelGet()
const char* const UserLabelGet
(
)
Description:
UserLabelGet returns a max 16 character User Label.
Returns
(char*) The text of the User Label of this
MultiAxis
.
Remarks
This function is also available in
RapidSequencer
.
Sample Code:
// -- C++ -- //
printf(
"MultiAxis user label: %s\n"
, multiAxis->
UserLabelGet
());
// -- C# -- //
Console.WriteLine(
"MultiAxis user label: {0}"
, multiAxis.
UserLabelGet
());
See also
UserLabelSet
RSI::RapidCode::MultiAxis::UserLabelGet
const char *const UserLabelGet()
Get the MultiAxis User defined Label.
RSI
RapidCode
MultiAxis
Generated on Thu Sep 28 2023 12:52:43 for RMP Motion Controller by
1.8.20