From bc4a9c7700fbda51a57207fd445a02ad21e85911 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 25 一月 2024 08:08:13 +0800 Subject: [PATCH] 自动确认状态下改为从后台直接发送进片任务 --- springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java index 4de113f..1819cf7 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java +++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java @@ -28,7 +28,7 @@ FileInputStream fileInputStream; try { // 浠庢枃浠朵腑璇诲彇瀛楄妭鏁版嵁瀛樺叆 fileInputStream - fileInputStream = new FileInputStream("D:/code/canadames/Alarm.json"); + fileInputStream = new FileInputStream("D:/canadames/Alarm.json"); // 璇诲彇 fileInputStream 涓瓧鑺傚苟灏嗗叾瑙g爜涓哄瓧绗� InputStreamReader inputStreamReader = new InputStreamReader(fileInputStream, "utf-8"); // 鎻愰珮璇诲彇鏁堢巼锛屽湪 BufferedReader 鍐呭寘瑁� InputStreamReader @@ -37,7 +37,7 @@ // 灏� bufferedReader 鍐呭涓�琛屼竴琛岃祴鍊肩粰str while ((line = bufferedReader.readLine()) != null) { str += line; - } + }S // 灏唖tr瀛楃涓叉牸寮忚浆涓簀son JSONObject jsonObject = new JSONObject(str); @@ -87,7 +87,7 @@ // Integer Plccount = this.count; // 鏍规嵁鍦板潃璇诲彇PCL鏁版嵁 - List<Boolean> plclist = S7control.getinstance().ReadBits("DB104.0.0", 71); + List<Boolean> plclist = S7control.getinstance().ReadBits("DB104.0.0", 91); // List<Boolean> plclist = S7control.getinstance().ReadBits(PlcAddress, Plccount); // System.out.println(plclist); // Boolean[] values = { false, false, true, false, true, false, true, false, -- Gitblit v1.8.0