From b76e6b2da039f86c3519ba27590a5a775ce42b5c Mon Sep 17 00:00:00 2001
From: lishuai <1793460677@qq.com>
Date: Thu, 7 Dec 2023 15:13:14 +0800
Subject: [PATCH] =?UTF-8?q?add:=20=E5=85=B3=E8=81=94=E7=AB=99=E7=82=B9?=
=?UTF-8?q?=E5=BC=80=E5=8F=91,=E4=BB=A3=E7=A1=AE=E8=AE=A4=E5=BC=80?=
=?UTF-8?q?=E5=8F=91=E7=82=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../device/device_driver/DriverTypeEnum.java | 2 +-
.../device/driver/double_belt_conveyor.vue | 668 ++++++++++++++++++
.../device/driver/double_station_stacker.vue | 18 +-
3 files changed, 670 insertions(+), 18 deletions(-)
create mode 100644 acs/nladmin-ui/src/views/acs/device/driver/double_belt_conveyor.vue
diff --git a/acs/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device/device_driver/DriverTypeEnum.java b/acs/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device/device_driver/DriverTypeEnum.java
index 24175d4..8e68dab 100644
--- a/acs/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device/device_driver/DriverTypeEnum.java
+++ b/acs/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device/device_driver/DriverTypeEnum.java
@@ -41,7 +41,7 @@ public enum DriverTypeEnum {
DOUBLE_STATION_STACKER(16, "double_station_stacker", "标准版-双工位堆垛机", "double_station_stacker"),
- DOUBLE_BELT_CONVEYOR(17, "double_belt_conveyor", "双工位输送线虚拟站点", "double_belt_conveyor");
+ DOUBLE_BELT_CONVEYOR(17, "double_belt_conveyor", "双工位输送线", "double_belt_conveyor");
diff --git a/acs/nladmin-ui/src/views/acs/device/driver/double_belt_conveyor.vue b/acs/nladmin-ui/src/views/acs/device/driver/double_belt_conveyor.vue
new file mode 100644
index 0000000..378c09c
--- /dev/null
+++ b/acs/nladmin-ui/src/views/acs/device/driver/double_belt_conveyor.vue
@@ -0,0 +1,668 @@
+
+
+
+
+
+ 设备协议:
+
+
+
+
+ OpcServer:
+
+
+
+
+
+ PLC:
+
+
+
+
+
+
+
+
+
+
+ 输送系统:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 指令相关:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AGV相关:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PLC读取字段:
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 测试读
+
+
+
+
+
+
+
+
+
+
+
+ PLC写入字段:
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 测试读
+
+
+
+
+
+
+
+ 测试写
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
+
diff --git a/acs/nladmin-ui/src/views/acs/device/driver/double_station_stacker.vue b/acs/nladmin-ui/src/views/acs/device/driver/double_station_stacker.vue
index 053b0d5..1968e06 100644
--- a/acs/nladmin-ui/src/views/acs/device/driver/double_station_stacker.vue
+++ b/acs/nladmin-ui/src/views/acs/device/driver/double_station_stacker.vue
@@ -96,23 +96,7 @@
-
-
-
-
-
-
-
+