Example #1
0
 /// <summary>
 /// Get motor encoder position or reference position of motors.
 /// </summary>
 /// <param name="motor"></param>
 /// <returns></returns>
 public double GetPosition(Motor motor)
 {
     return(_mc.GetPosition(motor));
 }
Example #2
0
 public void Setup()
 {
     TableMotor = _mc.MotorWorkTable;
     ResetAllFixtures();
 }