fix: 堆垛机异常情况开发
This commit is contained in:
@@ -374,9 +374,9 @@ public class StandardStackerDeviceDriver extends AbstractOpcDeviceDriver impleme
|
|||||||
List list = new ArrayList();
|
List list = new ArrayList();
|
||||||
switch (command) {
|
switch (command) {
|
||||||
case 0:
|
case 0:
|
||||||
if (updateCommand("0")) break;
|
|
||||||
boolean b = applyTask();
|
boolean b = applyTask();
|
||||||
if (b) {
|
if (b) {
|
||||||
|
if (updateCommand("0")) break;
|
||||||
requireSucess = false;
|
requireSucess = false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user