MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ UserLabelGet()

char * UserLabelGet ( )
pure virtual

Get the axis User defined Label.

Description:
UserLabelGet returns a max 16 character User Label.
Returns
(char*) The text of the User Label of this Axis.
Sample Code:
// -- C++ -- //
printf("Sample Counter reads %s\n", axis->UserLabelGet());
// -- C# -- //
Console.WriteLine("Sample Counter reads {0}", axis.UserLabelGet());
See also
UserLabelSet