This commit is contained in:
2023-02-16 15:22:40 +08:00
parent 288a014bb3
commit 6a6f83358a

View File

@@ -61,7 +61,7 @@ public class PaintConveyorDeviceDriver extends AbstractOpcDeviceDriver implement
private Date instruction_apply_time = new Date();
private int instruction_require_time_out = 3000;
int heartbeat = 0;
//int heartbeat = 0;
int mode = 0;
int move = 0;
int action = 0;
@@ -95,7 +95,7 @@ public class PaintConveyorDeviceDriver extends AbstractOpcDeviceDriver implement
String message = null;
device_code = this.getDeviceCode();
heartbeat = this.itemProtocol.getItem_heartbeat();
//heartbeat = this.itemProtocol.getItem_heartbeat();
mode = this.itemProtocol.getItem_mode();
move = this.itemProtocol.getItem_move();
action = this.itemProtocol.getItem_action();