|
|
@ -13,6 +13,11 @@ public class UfActStepperMotor extends UfActuatorBase { |
|
|
|
return this.executeAndWaitForFinish(cmd); |
|
|
|
} |
|
|
|
|
|
|
|
@UfActuatorCommand(name="motor_easy_reciprocating_motion") |
|
|
|
public String motorEasyReciprocatingMotion(UfMdbActuatorCmd cmd) { |
|
|
|
return this.executeAndWaitForFinish(cmd); |
|
|
|
} |
|
|
|
|
|
|
|
@Deprecated |
|
|
|
@UfActuatorCommand(name = "motor_easy_move_to_zero") |
|
|
|
public String easyMoveToZero(UfMdbActuatorCmd cmd) { |
|
|
|