|
|
@ -16,7 +16,7 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter |
|
|
|
import java.util.concurrent.CompletableFuture; |
|
|
|
|
|
|
|
/** |
|
|
|
* 注射器管路_停止清洗注射器管路 |
|
|
|
* 停止清洗 |
|
|
|
*/ |
|
|
|
@Slf4j |
|
|
|
@Component |
|
|
@ -38,6 +38,7 @@ public class SyringePipelineWashStop extends BaseCommandHandler { |
|
|
|
commandWait(syringePumpStopCommandFuture, threeWayValveCloseAllCommandFuture); |
|
|
|
|
|
|
|
DeviceStatus.getInstance().setCleaningSyringePipeline(false); |
|
|
|
DeviceStatus.getInstance().setCleaningNozzlePipeline(true); |
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|