From 6a6f83358a3581ff55577b5563bc0cf42a9de3d5 Mon Sep 17 00:00:00 2001 From: gengby <858962040@qq.com> Date: Thu, 16 Feb 2023 15:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basedriver/paint_conveyor/PaintConveyorDeviceDriver.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acs/nladmin-system/src/main/java/org/nl/acs/device_driver/basedriver/paint_conveyor/PaintConveyorDeviceDriver.java b/acs/nladmin-system/src/main/java/org/nl/acs/device_driver/basedriver/paint_conveyor/PaintConveyorDeviceDriver.java index a90ec80..1e0e6b3 100644 --- a/acs/nladmin-system/src/main/java/org/nl/acs/device_driver/basedriver/paint_conveyor/PaintConveyorDeviceDriver.java +++ b/acs/nladmin-system/src/main/java/org/nl/acs/device_driver/basedriver/paint_conveyor/PaintConveyorDeviceDriver.java @@ -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();