From ef5dda6db97f89c09a714b9304f302c00ee4ac6c Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 16 一月 2024 13:53:07 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java b/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
index 53913d9..f913657 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
@@ -17,7 +17,7 @@
         //
         System.out.println("鍚姩瀹屾垚");
 
-new PlcHold().start();
+      //  new PlcHold().start();
 
         new Plchome().start();
 
@@ -25,7 +25,6 @@
 
         new Plcsign().start();
 
-        new Plcaction().start();
         new Plcstate().start();
         new PlcPositioning1().start();
 
@@ -37,5 +36,10 @@
         new PlcManualonePosition2().start();
         new PlcServoManualone().start();
         new PLCManualJog().start();
+        new Plclog().start();
+
+        new PlcInteractionState().start();
+
+       // new PLCAutomaticParameterSettingReview().start();
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0