|
@ -73,4 +73,10 @@ public class DiActPeristalticPump extends DiActuatorBase { |
|
|
this.rotateByCircleCount(this.retractionCircleCount * -1); |
|
|
this.rotateByCircleCount(this.retractionCircleCount * -1); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// move by distance |
|
|
|
|
|
public void moveBy(Integer distance) { |
|
|
|
|
|
this.call(DiCommand.MOTOR_EASY_MOVE_BY, distance); |
|
|
|
|
|
this.waitForFinish(); |
|
|
|
|
|
} |
|
|
} |
|
|
} |