APIs, concepts, guides, and more

◆ EncoderPositionGet()

double EncoderPositionGet ( RSIMotorFeedback encoder)
Description:
EncoderPositionGet returns the raw encoder position for an axis. The encoder position is not scaled by the origin. The encoder position is sometimes called the motor feedback position.
Parameters
encoderUse ::RSIMotorFeedback.
Returns
(double) Raw encoder value.
Sample Code:
Console.WriteLine("Secondary Encoder Position: " + axis.EncoderPositionGet(RSIMotorFeedback.RSIMotorFeedbackSECONDARY));
RSIMotorFeedback
Encoders per motor.
Definition rsienums.h:1153
Note
Typically an application will use ActualPositionGet, which is scaled by the Origin position.
See also
RSIMotorFeedback