The RMP Motion Controller APIs

◆ UserUnitsGet()

double UserUnitsGet ( )
Description:
UserUnitsGet() returns the number of counts per defined User Unit. Useful if you'd prefer your default unit to be something other than encoder counts.
Returns
(double) Current counts per User Unit.
Remarks
This function is also available in RapidSequencer.
Sample Code:
Console.WriteLine("There are " + axis.UserUnitsGet() + "counts per User Unit.");
RapidSetup:
Go to axis screen->Motion and Tuning. In the image below, UserUnitsGet returns the value in the Counts per Unit box shown in the Motion Parameters box. It currently set to 1 which means units are in counts.
See also
UserUnitsSet
Examples
MathBlock.cs, and UserLimit.cs.