APIs, concepts, guides, and more

◆ 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.
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
AxisConfig.cs, AxisConfiguration.cpp, CalculateAccelerationFromVelocity.cpp, MathBlock.cs, and UserLimit.cs.