From 5e7fbf67672353f5d22687b45dc416f2e65dc3d1 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 03 九月 2024 14:01:15 +0800
Subject: [PATCH] 1、更新扫码枪代码, 使用readline(), 扫码枪录入的信息需要有回车作为结束标志

---
 JsonFile/PlcdownGlass.json |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/JsonFile/PlcdownGlass.json b/JsonFile/PlcdownGlass.json
index 98366a9..a5698c2 100644
--- a/JsonFile/PlcdownGlass.json
+++ b/JsonFile/PlcdownGlass.json
@@ -1,6 +1,6 @@
 {
 	"plcAddressBegin": "DB11.0",
-	"plcAddressLenght": "92",
+	"plcAddressLenght": "94",
 	"dataType": "word",
 	"parameteInfor": [
 
@@ -138,6 +138,11 @@
 			"codeId": "task_type",
 			"addressIndex": "90",
 			"addressLenght": "2"
+		},
+		{
+			"codeId": "alarm_signal",
+			"addressIndex": "92",
+			"addressLenght": "2"
 		}
 
 	]

--
Gitblit v1.8.0