正极板空固化架缓存区逻辑增加
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user