From a8d31b3d7b6e0d60b8045ace9be49cdfb590696f Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期四, 09 十一月 2023 15:46:37 +0800
Subject: [PATCH] 拉取后对应翻译没了,部分代码报错,修改后提交

---
 springboot-vue3/src/main/java/com/example/springboot/component/Plcsign.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plcsign.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plcsign.java
index 9b19442..0e503c4 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/Plcsign.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plcsign.java
@@ -73,7 +73,7 @@
       // List<Boolean> plclist = S7control.getinstance().ReadBits("DB102.0.0", 44);
       // List<Boolean> plclist2 = S7control.getinstance().ReadBits("DB102.5.5", 13);
 
-      Boolean[] values = { true, false, true, false, true, false, true, false,
+      Boolean[] values = { true, true, true, true, true, false, true, false,
           true, false, true, false, true, false,
           true, false, true, false, true, false, true, false, true, false, true, false,
           true, false, true, false, true,

--
Gitblit v1.8.0