|
|
@ -386,7 +386,7 @@ public class DigestionTaskThread extends Thread { |
|
|
|
device.door.close(); |
|
|
|
|
|
|
|
String finishedTubeIndexListStr = String.join(",", this.finishedErrorTubeIndexes.stream().map(Object::toString).toArray(String[]::new)); |
|
|
|
this.updateTaskStatus("ErrorRound", String.format("取出消解完成的试管 : %s", finishedTubeIndexListStr)); |
|
|
|
this.updateTaskStatus("ErrorRound", String.format("取出消解完成的试管 : [%s]", finishedTubeIndexListStr)); |
|
|
|
device.transferArm.takeOutTubesFromErrorSlot(this.finishedErrorTubeIndexes); |
|
|
|
|
|
|
|
// 等待取出试管架 |
|
|
|