From 28ded8102d83cf74bc232d1cdfc89b7f22c41952 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期二, 03 十二月 2024 09:09:31 +0800 Subject: [PATCH] 增加点击防抖事件 增加笼子使用详情的计算优化。 增加数据推送时的报错处理 测量台交互逻辑增加 参数界面增加翻转加减速度 --- springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java index fa710ad..8a11960 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java +++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java @@ -31,8 +31,8 @@ storageCageService = WebSocketServer.applicationContext.getBean(StorageCageService.class); spianService = WebSocketServer.applicationContext.getBean(SpianServiceNew.class); albaniaMapper = WebSocketServer.applicationContext.getBean(AlbaniaMapper.class); + // spianService.selectout(1); - // storageCageService.ScanMatch("123",1,1); // spianService.mateOut(); // 璇诲彇DB14鍖烘枃浠� PlcParameterObject plcmes = PLCAutoMes.PlcMesObject; @@ -96,7 +96,7 @@ // 杩愰�佽溅璇锋眰鍜屾祴閲忓畬鎴愯姹� GlassInfo glass = albaniaMapper.SelectGlass(); if (PLCToMES != null && glass != null && MESToPLC != null) { - if (PLCToMES.equals("1")&& MESToPLC.equals("0")&&("1".equals(GaToMES)||"2".equals(GaToMES))) { + if (PLCToMES.equals("1")&& MESToPLC.equals("0")&&("1".equals(GaToMES)||"2".equals(GaToMES))&& taskcont == 0) { try { Thread.sleep(100); // 姣�100姣妫�鏌ヤ竴娆� } catch (InterruptedException e) { -- Gitblit v1.8.0