去除height判断
This commit is contained in:
@@ -236,10 +236,10 @@ public class StandardCoveyorControlDeviceDriver extends AbstractOpcDeviceDriver
|
||||
// instruction_apply();
|
||||
// }
|
||||
//申请任务
|
||||
if (hasGoods > 0 && error == 0 && !StrUtil.isEmpty(container) && height > 0 && !requireSucess) {
|
||||
if (hasGoods > 0 && error == 0 && !StrUtil.isEmpty(container) && !requireSucess) {
|
||||
instruction_require(container);
|
||||
}
|
||||
if (hasGoods > 0 && error == 0 && !StrUtil.isEmpty(container) && height > 0 && !applySucess) {
|
||||
if (hasGoods > 0 && error == 0 && !StrUtil.isEmpty(container) && !applySucess) {
|
||||
instruction_apply(container);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user