|
|
@ -141,11 +141,11 @@ public class MotorTubeRackMoveCtrlService { |
|
|
|
public void moveTubeToExistJudgmentPos(String tubeType, Integer tubeIndex) { |
|
|
|
} |
|
|
|
|
|
|
|
public boolean isTubeRackExitInEnterPos() { |
|
|
|
public boolean isTubeRackInEnterPos() { |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
public boolean isTubeRackExitInExitPos() { |
|
|
|
public boolean isTubeRackInExitPos() { |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
@ -163,4 +163,19 @@ public class MotorTubeRackMoveCtrlService { |
|
|
|
// |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 扫描夹紧机构夹紧 |
|
|
|
*/ |
|
|
|
public void scanClampModuleCompress() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 扫描夹紧机构复位 |
|
|
|
*/ |
|
|
|
public void scanClampModuleReset() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |