Ejemplo n.º 1
0
 public void Home(int axis, int vel)
 {
     Motion.AxisSetHomeVel(axis, vel);
     Motion.AxisHomeMove(Index, axis);
 }