add: to_task更新指令
This commit is contained in:
@@ -262,7 +262,7 @@ public class BeltConveyorDeviceDriver extends AbstractOpcDeviceDriver implements
|
||||
requireSucess = false;
|
||||
}
|
||||
|
||||
if (move != 0 && task > 0) {
|
||||
if (move != 0 && Integer.parseInt(to_task) > 0) {
|
||||
CompletableFuture.runAsync(() -> {
|
||||
// 异步更新指令状态
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user