正极板空固化架缓存区逻辑增加

This commit is contained in:
psh
2024-01-31 16:29:10 +08:00
parent 7245a34028
commit 4fceba12ab
6 changed files with 241 additions and 1 deletions

View File

@@ -176,6 +176,14 @@ public class CwSiteDeviceDriver extends AbstractOpcDeviceDriver implements Devic
request.setType("2");
acsToWmsService.notify(request);
resultSucess=true;
}else if(move ==0 && this.getDeviceCode().startsWith("HCQ06") &&!resultSucess){
//点位数量变更后通知lms
FeedBackTaskStatusRequest request = new FeedBackTaskStatusRequest();
request.setState("0");
request.setDevice_code(this.getDeviceCode());
request.setType("3");
acsToWmsService.notify(request);
resultSucess=true;
}
if (error != last_error) {
}