From f9e66cff47f775ea48181ea8cd96b1550f7840b1 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 27 十一月 2023 09:18:16 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 CanadaMes-ui/src/views/Electrical/Positioning2.vue                                  |  201 +++
 springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java   |  144 ++
 CanadaMes-ui/src/router/index.js                                                    |   24 
 springboot-vue3/src/main/java/com/example/springboot/component/PlcPositioning1.java |  151 ++
 springboot-vue3/src/main/java/com/example/springboot/component/S7control.java       |   52 
 CanadaMes-ui/src/views/Electrical/Parameter2.vue                                    |  239 ++++
 CanadaMes-ui/src/views/Electrical/Parameter.vue                                     |   24 
 CanadaMes-ui/src/configuration/Positioning2.json                                    |  103 +
 CanadaMes-ui/package.json                                                           |    1 
 CanadaMes-ui/src/views/Electrical/Positioning1.vue                                  |  210 +++
 springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter.java    |    2 
 CanadaMes-ui/src/views/Electrical/Action.vue                                        |    3 
 CanadaMes-ui/package-lock.json                                                      |   11 
 CanadaMes-ui/src/views/device/talkvue.vue                                           |   22 
 CanadaMes-ui/src/configuration/parameter2.json                                      |  316 +++++
 springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter1.java   |  178 +++
 CanadaMes-ui/src/configuration/Positioning1.json                                    |  201 +++
 CanadaMes-ui/src/views/Electrical/Servomanual.vue                                   |   71 +
 CanadaMes-ui/src/configuration/Parameter.json                                       |   14 
 springboot-vue3/src/main/java/com/example/springboot/component/PlcPositioning2.java |  139 ++
 CanadaMes-ui/src/configuration/ServoManualone.json                                  |  342 ++++++
 CanadaMes-ui/src/configuration/address.json                                         |   57 +
 CanadaMes-ui/src/configuration/parameter1.json                                      |  153 ++
 springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java    |   32 
 CanadaMes-ui/src/views/Electrical/Parameter1.vue                                    |  220 ++++
 CanadaMes-ui/src/views/Electrical/ServoManualone.vue                                |  282 +++++
 26 files changed, 3,159 insertions(+), 33 deletions(-)

diff --git a/CanadaMes-ui/package-lock.json b/CanadaMes-ui/package-lock.json
index 4409180..335332b 100644
--- a/CanadaMes-ui/package-lock.json
+++ b/CanadaMes-ui/package-lock.json
@@ -15,6 +15,7 @@
         "js-cookie": "^3.0.1",
         "less": "^3.12.2",
         "less-loader": "^6.2.0",
+        "lodash": "^4.17.21",
         "moment": "^2.29.4",
         "vue": "^2.6.11",
         "vue-i18n": "^8.26.5",
@@ -8652,9 +8653,8 @@
     },
     "node_modules/lodash": {
       "version": "4.17.21",
-      "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz?cache=0&sync_timestamp=1613835860585&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.21.tgz",
-      "integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=",
-      "dev": true
+      "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
+      "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
     },
     "node_modules/lodash.debounce": {
       "version": "4.0.8",
@@ -21507,9 +21507,8 @@
     },
     "lodash": {
       "version": "4.17.21",
-      "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz?cache=0&sync_timestamp=1613835860585&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.21.tgz",
-      "integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=",
-      "dev": true
+      "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
+      "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
     },
     "lodash.debounce": {
       "version": "4.0.8",
diff --git a/CanadaMes-ui/package.json b/CanadaMes-ui/package.json
index f49cf5a..741fcd8 100644
--- a/CanadaMes-ui/package.json
+++ b/CanadaMes-ui/package.json
@@ -15,6 +15,7 @@
     "js-cookie": "^3.0.1",
     "less": "^3.12.2",
     "less-loader": "^6.2.0",
+    "lodash": "^4.17.21",
     "moment": "^2.29.4",
     "vue": "^2.6.11",
     "vue-i18n": "^8.26.5",
diff --git a/CanadaMes-ui/src/configuration/Parameter.json b/CanadaMes-ui/src/configuration/Parameter.json
index a04f953..5104731 100644
--- a/CanadaMes-ui/src/configuration/Parameter.json
+++ b/CanadaMes-ui/src/configuration/Parameter.json
@@ -4,19 +4,27 @@
       "name": "conveyor Velocity(Auto FAST)",
       "read": 33,
       "sending": 0,
-      "unit": "m/min"
+       "unit": "m/min",
+      "value":0,
+ "value2":0
+     
+      
     },
     {
       "name": "conveyor Velocity(Auto SLOW)",
       "read": 11,
       "sending": 0,
-      "unit": "m/min"
+       "unit": "m/min",
+      "value":0,
+ "value2":0
     },
     {
       "name": "conveyor Velocity(Manual)",
       "read": 22,
       "sending": 0,
-      "unit": "m/min"
+       "unit": "m/min",
+      "value":0,
+ "value2":0
     },
     {
       "name": "A01 A02 TURN JOG Velocity",
diff --git a/CanadaMes-ui/src/configuration/Positioning1.json b/CanadaMes-ui/src/configuration/Positioning1.json
new file mode 100644
index 0000000..b5a6a4c
--- /dev/null
+++ b/CanadaMes-ui/src/configuration/Positioning1.json
@@ -0,0 +1,201 @@
+[
+    [{
+      "name": "瀛樼墖鎺ョ墖鍦板潃",
+      "read": 33,
+      "sending": 0,
+      "type": "0",
+      "value":"0"
+      
+    }],
+    [{
+      "name": "鍑虹墖鎺ョ墖鍦板潃",
+      "read": 33,
+      "sending": 0,
+      "type": "0",
+      "value":"0"
+      
+    }],
+    [{
+      "name": "鏍煎瓙闂磋窛",
+      "read": 33,
+      "sending": 0,
+      "type": "0",
+      "value":"0"
+      
+    }],
+
+    [
+        {
+            "title": {
+              "name": "瀛樼墖鏍间綅缃瀹�"
+              
+            }, "type": "1"
+           
+          },
+      {
+        "name": "1#鏍煎湴鍧�",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":"0",
+        "address":"DB100.48",
+        "count":10
+      },
+      {
+        "name": "22#鏍煎湴鍧�",
+        "read": 11,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "43#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "64#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "85#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "106#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "127#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "148#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "169#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "190#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      }
+     
+      
+     
+    ],
+
+    [
+        {
+            "title": {
+              "name": "鍑虹墖鏍间綅缃瀹�"
+              
+            },"type": "1",
+            "value":"0"
+          },
+      {
+        "name": "1#鏍煎湴鍧�",
+        "read": 33,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0",
+        "address":"DB100.68",
+        "count":10
+      },
+      {
+        "name": "22#鏍煎湴鍧�",
+        "read": 11,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "43#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "64#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "85#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "106#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "127#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "148#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "169#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      },
+      {
+        "name": "190#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0" ,
+        "value":"0"
+      }
+     
+      
+     
+    ]
+
+   
+    
+  ]
+
+  
\ No newline at end of file
diff --git a/CanadaMes-ui/src/configuration/Positioning2.json b/CanadaMes-ui/src/configuration/Positioning2.json
new file mode 100644
index 0000000..a01e428
--- /dev/null
+++ b/CanadaMes-ui/src/configuration/Positioning2.json
@@ -0,0 +1,103 @@
+[
+    
+    [
+        {
+            "title": {
+              "name": "B01鏍间綅缃瀹�"
+              
+            }, "type": "1"
+          },
+      {
+        "name": "1#鏍煎湴鍧�",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "address":"DB100.0",
+        "count":3,
+        "value":"0"
+      },
+      {
+        "name": "22#鏍煎湴鍧�",
+        "read": 11,
+        "sending": 0,
+        "type": "0"
+        ,
+        "value":"0"
+      },
+      {
+        "name": "43#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0",
+        "value":"0"
+      },
+      {
+        "name": "64#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0",
+        "value":"0"
+      },
+      {
+        "name": "85#鏍煎湴鍧�",
+        "read": 22,
+        "sending": 0,
+        "type": "0",
+        "value":"0"
+      }
+     
+      
+     
+    ],
+
+    [
+        {
+            "title": {
+              "name": "B02浣嶇疆璁惧畾"
+              
+            }, "type": "1"
+          },
+          {
+            "name": "106#鏍煎湴鍧�",
+            "read": 22,
+            "sending": 0,
+            "type": "0",
+            "value":"0"
+          },
+          {
+            "name": "127#鏍煎湴鍧�",
+            "read": 22,
+            "sending": 0,
+            "type": "0",
+            "value":"0"
+          },
+          {
+            "name": "148#鏍煎湴鍧�",
+            "read": 22,
+            "sending": 0,
+            "type": "0",
+            "value":"0"
+          },
+          {
+            "name": "169#鏍煎湴鍧�",
+            "read": 22,
+            "sending": 0,
+            "type": "0",
+            "value":"0"
+          },
+          {
+            "name": "190#鏍煎湴鍧�",
+            "read": 22,
+            "sending": 0,
+            "type": "0",
+            "value":"0"
+          }
+         
+     
+      
+     
+    ]
+   
+    
+  ]
+  
\ No newline at end of file
diff --git a/CanadaMes-ui/src/configuration/ServoManualone.json b/CanadaMes-ui/src/configuration/ServoManualone.json
new file mode 100644
index 0000000..3b7d999
--- /dev/null
+++ b/CanadaMes-ui/src/configuration/ServoManualone.json
@@ -0,0 +1,342 @@
+[
+    
+    [
+      {
+        "name": "A01 鎵�鍦ㄦ牸瀛�",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "address":"DB100.0",
+        "value":0
+      
+      },
+      {
+        "name": "鏁伴噺",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+     
+      
+      },
+      {
+        "name": "杩涚墖ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+     
+      
+      },
+      {
+        "name": "闀垮害",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+     
+      
+      },
+      {
+        "name": "楂樺害",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+     
+      
+      },
+      {
+        "name": "鍙栫墖鏍煎瓙",
+        "read": 11,
+        "sending": 0,
+        "type": "0",
+        "value":0
+      },
+      {
+        "name": "瀛樼墖鏍煎瓙",
+        "read": 22,
+        "sending": 0,
+        "type": "0",
+        "value":0
+      },
+      {
+        "button": {
+          "name": "鏁呴殰",
+          "value":0,
+          "address":"DB10.0"
+        }
+      },
+      {
+        "button": {
+          "name": "澶嶄綅",
+          "value":0,
+          "address":"DB10.0"
+        }
+      },
+      {
+        "button": {
+          "name": "A01鍗婅嚜鍔�",
+          "value":0,
+          "address":"DB10.0"
+        }
+      },
+      {
+        "button": {
+          "name": "鍗婅嚜鍔ㄥ惎鍔�",
+          "value":0,
+          "address":"DB10.0"
+        }
+      }
+    ],
+    [
+        {
+            "name": "A02 鎵�鍦ㄦ牸瀛�",
+            "read": 33,
+            "sending": 0,
+            "type": "0",
+            "address":"DB100.1",
+            "count":3,
+            "value":0
+          },
+          {
+            "name": "鍙栫墖鏍煎瓙",
+            "read": 11,
+            "sending": 0,
+            "type": "0",
+            "value":0
+          },
+          {
+            "name": "瀛樼墖鏍煎瓙",
+            "read": 22,
+            "sending": 0,
+            "type": "0",
+            "value":0
+          },
+          {
+            "name": "鏁伴噺",
+            "read": 33,
+            "sending": 0,
+            "type": "0",
+            "value":0
+         
+          
+          },
+          {
+            "name": "鍙栫墖ID",
+            "read": 33,
+            "sending": 0,
+            "type": "0",
+            "value":0
+         
+          
+          },
+          {
+            "button": {
+              "name": "鏁呴殰",
+              "value":0,
+              "address":"DB10.0"
+            }
+          },
+          {
+            "button": {
+              "name": "澶嶄綅",
+              "value":0,
+              "address":"DB10.0"
+            }
+          },
+          {
+            "button": {
+              "name": "A02鍗婅嚜鍔�",
+              "value":0,
+              "address":"DB10.0"
+            }
+          },
+          {
+            "button": {
+              "name": "鍗婅嚜鍔ㄥ惎鍔�",
+              "value":0,
+              "address":"DB10.0"
+            }
+          }
+    ],
+   
+    [
+      {
+          "name": "A01缈昏浆瀹炴椂浣嶇疆",
+          "read": 33,
+          "sending": 0,
+          "type": "0",
+          "address":"DB100.2",
+          "count":3,
+          "value":0
+        },
+        
+        
+        {
+          "button": {
+            "name": "鏁呴殰",
+            "value":0,
+            "address":"DB10.0"
+          }
+        },
+        {
+          "button": {
+            "name": "澶嶄綅",
+            "value":0,
+        "address":"DB10.0"
+          }
+        },
+        {
+          "button": {
+            "name": "鏈洖闆�",
+            "value":0,
+        "address":"DB10.0"
+          }
+        },
+        {
+          "button": {
+            "name": "鍥為浂",
+            "value":0,
+        "address":"DB10.0"
+          }
+        }
+  ],[
+    {
+        "name": "A02缈昏浆瀹炴椂浣嶇疆",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "address":"DB100.2",
+        "count":3,
+        "value":0
+      },
+      
+      
+      {
+        "button": {
+          "name": "鏁呴殰",
+          "value":0,
+          "address":"DB10.0"
+        }
+      },
+      {
+        "button": {
+          "name": "澶嶄綅",
+          "value":0,
+      "address":"DB10.0"
+        }
+      },
+      {
+        "button": {
+          "name": "鏈洖闆�",
+          "value":0,
+      "address":"DB10.0"
+        }
+      },
+      {
+        "button": {
+          "name": "鍥為浂",
+          "value":0,
+      "address":"DB10.0"
+        }
+      }
+], [
+  {
+      "name": "B01 鎵�鍦ㄦ牸瀛�",
+      "read": 33,
+      "sending": 0,
+      "type": "0",
+      "address":"DB100.2",
+      "count":3,
+      "value":0
+    },
+    {
+      "name": "鐩爣鏍煎瓙",
+      "read": 11,
+      "sending": 0,
+      "type": "0",
+      "value":0
+    },
+    
+    {
+      "button": {
+        "name": "鏁呴殰",
+        "value":0,
+        "address":"DB10.0"
+      }
+    },
+    {
+      "button": {
+        "name": "澶嶄綅",
+        "value":0,
+    "address":"DB10.0"
+      }
+    } ,{
+      "button": {
+        "name": "鏈洖闆�",
+        "value":0,
+    "address":"DB10.0"
+      }
+    },
+    {
+      "button": {
+        "name": "鍥為浂",
+        "value":0,
+    "address":"DB10.0"
+      }
+    }
+],
+    
+    [
+        {
+            "name": "B02 鎵�鍦ㄦ牸瀛�",
+            "read": 33,
+            "sending": 0,
+            "type": "0",
+            "address":"DB100.3",
+            "count":3,
+            "value":0
+          },
+          {
+            "name": "鐩爣鏍煎瓙",
+            "read": 11,
+            "sending": 0,
+            "type": "0",
+            "value":0
+          },
+          
+          {
+            "button": {
+              "name": "鏁呴殰",
+              "value":0,
+              "address":"DB10.0"
+            }
+          },
+          {
+            "button": {
+              "name": "澶嶄綅",
+              "value":0,
+              "address":"DB10.0"
+
+            }
+          } ,{
+            "button": {
+              "name": "鏈洖闆�",
+              "value":0,
+          "address":"DB10.0"
+            }
+          },
+          {
+            "button": {
+              "name": "鍥為浂",
+              "value":0,
+          "address":"DB10.0"
+            }
+          }
+          
+    ]
+     
+    
+  ]
+  
\ No newline at end of file
diff --git a/CanadaMes-ui/src/configuration/address.json b/CanadaMes-ui/src/configuration/address.json
new file mode 100644
index 0000000..c26211e
--- /dev/null
+++ b/CanadaMes-ui/src/configuration/address.json
@@ -0,0 +1,57 @@
+{
+    
+    "parameter1": [
+      {
+        "name": "DB100.0",
+        "type":"w",
+        "count": 12
+      },
+      {
+        "name": "DB100.0",
+        "type":"x",
+        "count": 12
+      }
+    ],
+    "parameter2": [
+        {
+          "name": "DB100.0",
+          "count": 12,
+          "type": 0
+        },
+        {
+          "name": "DB100.0",
+          "count": 12,
+          "type": 1
+        }
+      ],
+      "Positioning1": [
+        {
+          "name": "DB100.0",
+          "count": 12
+        },
+        {
+          "name": "DB100.0",
+          "count": 12
+        }
+      ],
+      "Positioning2": [
+        {
+          "name": "DB100.0",
+          "count": 12
+        },
+        {
+          "name": "DB100.0",
+          "count": 12
+        }
+      ],
+      "ServoManualone": [
+        {
+          "name": "DB100.0",
+          "count": 12
+        },
+        {
+          "name": "DB100.0",
+          "count": 12
+        }
+      ]
+  }
\ No newline at end of file
diff --git a/CanadaMes-ui/src/configuration/parameter1.json b/CanadaMes-ui/src/configuration/parameter1.json
new file mode 100644
index 0000000..b81638e
--- /dev/null
+++ b/CanadaMes-ui/src/configuration/parameter1.json
@@ -0,0 +1,153 @@
+[
+    
+    [
+        {
+            "title": {
+              "name": "D01~D06杈撻��"
+              
+            }
+          },
+      {
+        "name": "鏈�楂橀�熷害",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "address":"DB100.0",
+        "count":3,
+        "value":0
+      },
+      {
+        "name": "楂橀�熺嚎閫熷害",
+        "read": 11,
+        "sending": 0,
+        "type": "0",
+        "value":0
+      },
+      {
+        "name": "浣庨�熺嚎閫熷害",
+        "read": 11,
+        "sending": 0,
+        "type": "0",
+        "value":0
+      },
+      {
+        "name": "鎵嬪姩閫熷害",
+        "read": 22,
+        "sending": 0,
+        "type": "0",
+        "value":0
+      }
+      
+     
+    ],
+
+    [
+      {
+          "title": {
+            "name": "A01~A02杈撻��"
+            
+          }
+        },
+    {
+      "name": "鏈�楂橀�熷害",
+      "read": 33,
+      "sending": 0,
+      "type": "0",
+      "address":"DB100.0",
+      "count":3,
+      "value":0
+    },
+    {
+      "name": "楂橀�熺嚎閫熷害",
+      "read": 11,
+      "sending": 0,
+      "type": "0",
+      "value":0
+    },
+    {
+      "name": "浣庨�熺嚎閫熷害",
+      "read": 11,
+      "sending": 0,
+      "type": "0",
+      "value":0
+    },
+    {
+      "name": "鎵嬪姩閫熷害",
+      "read": 22,
+      "sending": 0,
+      "type": "0",
+      "value":0
+    }
+    
+   
+  ],[
+    {
+        "title": {
+          "name": "B01~B02杈撻��"
+          
+        }
+      },
+  {
+    "name": "鏈�楂橀�熷害",
+    "read": 33,
+    "sending": 0,
+    "type": "0",
+    "address":"DB100.0",
+    "count":3,
+    "value":0
+  },
+  {
+    "name": "楂橀�熺嚎閫熷害",
+    "read": 11,
+    "sending": 0,
+    "type": "0",
+    "value":0
+  },
+  {
+    "name": "浣庨�熺嚎閫熷害",
+    "read": 11,
+    "sending": 0,
+    "type": "0",
+    "value":0
+  },
+  {
+    "name": "鎵嬪姩閫熷害",
+    "read": 22,
+    "sending": 0,
+    "type": "0",
+    "value":0
+  }
+  
+ 
+]
+,[
+  
+{
+  "name": "缈昏浆鐐瑰姩閫熷害",
+  "read": 33,
+  "sending": 0,
+  "type": "0",
+  "address":"DB100.0",
+  "count":3,
+  "value":0
+}
+
+
+],
+[
+  
+
+  {
+    "name": "灏忚溅鐐瑰姩閫熷害",
+    "read": 11,
+    "sending": 0,
+    "type": "0",
+    "value":0
+  }
+  
+  
+  ]
+   
+    
+  ]
+  
\ No newline at end of file
diff --git a/CanadaMes-ui/src/configuration/parameter2.json b/CanadaMes-ui/src/configuration/parameter2.json
new file mode 100644
index 0000000..2c4dce2
--- /dev/null
+++ b/CanadaMes-ui/src/configuration/parameter2.json
@@ -0,0 +1,316 @@
+[
+    
+    [
+      {
+        "button": {
+          "name": "D03鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }]
+      ,[
+      {
+        "button": {
+          "name": "D04鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+    ]
+    ,[
+      {
+        "button": {
+          "name": "D05鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+    ]
+    ,[
+      {
+        "button": {
+          "name": "D06鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ]
+
+     ,[
+      {
+        "button": {
+          "name": "A02鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ]
+    ,[
+      {
+        "button": {
+          "name": "B01鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ] ,[
+      {
+        "button": {
+          "name": "B02鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ]
+    
+    ,[
+      {
+        "button": {
+          "name": "D01鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ]
+    ,[
+      {
+        "button": {
+          "name": "D02鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ],[
+      {
+        "button": {
+          "name": "A01鎵嬪姩鐘舵��",
+          "value":0,
+      "address":"DB10.0"
+      },"type": "4"
+      },
+      {
+        "button": {
+          "name": "娓呴櫎ID",
+          "value":0,
+      "address":"DB10.0"
+        },"type": "3"
+      },
+      {
+        "name": "ID1",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      },
+      {
+        "name": "ID2",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ]
+    
+    ,[
+      {
+        "name": "鎵弿鏋壂鐮佺殑ID",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ]
+    ,[
+      {
+        "name": "A01褰撳墠鏍煎瓙",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      },
+      {
+        "name": "A02鎵�鍦ㄦ牸瀛�",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      },
+      {
+        "name": "B01鎵�鍦ㄦ牸瀛�",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      },
+      {
+        "name": "B02鎵�鍦ㄦ牸瀛�",
+        "read": 33,
+        "sending": 0,
+        "type": "0",
+        "value":0
+   
+      }
+      
+     
+    ]
+   
+    
+  ]
+  
\ No newline at end of file
diff --git a/CanadaMes-ui/src/router/index.js b/CanadaMes-ui/src/router/index.js
index a789434..c4c5d3a 100644
--- a/CanadaMes-ui/src/router/index.js
+++ b/CanadaMes-ui/src/router/index.js
@@ -83,6 +83,30 @@
         path: '/Electrical/alarm',
         component: () => import('../views/Electrical/alarm')
       },
+      {
+        path: '/Electrical/Servomanual',
+        component: () => import('../views/Electrical/Servomanual')
+      },
+      {
+        path: '/Electrical/ServoManualone',
+        component: () => import('../views/Electrical/ServoManualone')
+      },
+      {
+        path: '/Electrical/Parameter1',
+        component: () => import('../views/Electrical/Parameter1')
+      },
+      {
+        path: '/Electrical/Parameter2',
+        component: () => import('../views/Electrical/Parameter2')
+      },
+      {
+        path: '/Electrical/Positioning1',
+        component: () => import('../views/Electrical/Positioning1')
+      },
+      {
+        path: '/Electrical/Positioning2',
+        component: () => import('../views/Electrical/Positioning2')
+      },
 
 
 
diff --git a/CanadaMes-ui/src/views/Electrical/Action.vue b/CanadaMes-ui/src/views/Electrical/Action.vue
index 1afd13b..68a1f2f 100644
--- a/CanadaMes-ui/src/views/Electrical/Action.vue
+++ b/CanadaMes-ui/src/views/Electrical/Action.vue
@@ -12,7 +12,10 @@
       }}</router-link>
       <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
       }}</router-link>
+       <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ $t('Servo Manual')
+      }}</router-link>
     </el-breadcrumb>
+    
     <div>Action</div>
     <el-form label-width="100px" style="display: flex;flex-wrap: wrap;" :model="{ messagepack }">
       <!-- <div class="kuai_div" v-for="item in record.xyData" :key="item.value">
diff --git a/CanadaMes-ui/src/views/Electrical/Parameter.vue b/CanadaMes-ui/src/views/Electrical/Parameter.vue
index b41aaf1..46d671f 100644
--- a/CanadaMes-ui/src/views/Electrical/Parameter.vue
+++ b/CanadaMes-ui/src/views/Electrical/Parameter.vue
@@ -57,18 +57,18 @@
       record: {
         params: [100, 200, 10, 10, 10, 10],
         xyData: [
-          { name: "conveyor Velocity(Auto FAST)", value: 0, value2: 0, unit: "m/min" },
-          { name: "conveyor Velocity(Auto SLOW)", value: 0, value2: 0, unit: "m/min" },
-          { name: "conveyor Velocity(Manual)", value: 0, value2: 0, unit: "m/min" },
-          { name: "A01 A02 TURN JOG Velocity", value: 0, value2: 0, unit: "mm/S" },
-          { name: "A01 A02 TRAVEL JOG Velocity", value: 0, value2: 0, unit: "mm/S" },
-          { name: "B01 B02 TRAVEL JOG Velocity", value: 0, value2: 0, unit: "mm/S" },
-          { name: "A01 A02 TURN POS Velocity AUTO", value: 0, value2: 0, unit: "mm/S" },
-          { name: "A01 A02 TURN POS Velocity manual", value: 0, value2: 0, unit: "mm/S" },
-          { name: "A01 A02 TRAVEL POS Velocity AUTO", value: 0, value2: 0, unit: "mm/S" },
-          { name: "A01 A02 TRAVEL POS Velocity manual", value: 0, value2: 0, unit: "mm/S" },
-          { name: "B01 B02 TRAVEL POS Velocity AUTO", value: 0, value2: 0, unit: "mm/S" },
-          { name: "B01 B02 TRAVEL POS Velocity manual", value: 0, value2: 0, unit: "mm/S" }
+          { name: "conveyor Velocity(Auto FAST)", value: 0, value2: 1, unit: "m/min" },
+          { name: "conveyor Velocity(Auto SLOW)", value: 0, value2: 1, unit: "m/min" },
+          { name: "conveyor Velocity(Manual)", value: 0, value2: 1, unit: "m/min" },
+          { name: "A01 A02 TURN JOG Velocity", value: 0, value2: 1, unit: "mm/S" },
+          { name: "A01 A02 TRAVEL JOG Velocity", value: 0, value2: 1, unit: "mm/S" },
+          { name: "B01 B02 TRAVEL JOG Velocity", value: 0, value2: 1, unit: "mm/S" },
+          { name: "A01 A02 TURN POS Velocity AUTO", value: 0, value2: 1, unit: "mm/S" },
+          { name: "A01 A02 TURN POS Velocity manual", value: 0, value2: 1, unit: "mm/S" },
+          { name: "A01 A02 TRAVEL POS Velocity AUTO", value: 0, value2: 1, unit: "mm/S" },
+          { name: "A01 A02 TRAVEL POS Velocity manual", value: 0, value2: 1, unit: "mm/S" },
+          { name: "B01 B02 TRAVEL POS Velocity AUTO", value: 0, value2: 1, unit: "mm/S" },
+          { name: "B01 B02 TRAVEL POS Velocity manual", value: 0, value2: 1, unit: "mm/S" }
         ],
         canshu: []
       },
diff --git a/CanadaMes-ui/src/views/Electrical/Parameter1.vue b/CanadaMes-ui/src/views/Electrical/Parameter1.vue
new file mode 100644
index 0000000..0ed696f
--- /dev/null
+++ b/CanadaMes-ui/src/views/Electrical/Parameter1.vue
@@ -0,0 +1,220 @@
+<template>
+  <div class="app">
+  <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+      <router-link to="/Electrical/alarm" tag="el-button" type="text" active-class="blue-button">{{ $t('Alarm')
+      }}</router-link>
+      <router-link to="/Electrical/State" tag="el-button" type="text" active-class="blue-button">{{ $t('State')
+      }}</router-link>
+      <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
+      }}</router-link>
+      <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
+      }}</router-link>
+      <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
+      }}</router-link>
+       <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ $t('Servo Manual')
+      }}</router-link>
+    </el-breadcrumb>
+
+    <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+      <router-link to="/Electrical/Servomanualone" tag="el-button" type="text" active-class="blue-button">{{ $t('Servomanualone')
+      }}</router-link>
+        <router-link to="/Electrical/Parameter1" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter1')
+        }}</router-link>
+         <router-link to="/Electrical/Parameter2" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter2')
+        }}</router-link> 
+          <router-link to="/Electrical/Positioning1" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning1')
+          }}</router-link>
+           <router-link to="/Electrical/Positioning2" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning2')
+          }}</router-link>
+  </el-breadcrumb>
+
+  <el-row :gutter="18"  class="card">
+    <el-col :span="7" v-for="(dataGroup, groupIndex) in jsonData" :key="groupIndex">
+      <el-card class="json-block">
+        <div class="button-row" style="display: flex; justify-content: space-between;">
+          <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex">
+            <span v-if="item.title" :name="item.title.name" class="action-button" >{{ item.title.name }}</span>
+          </div>
+        </div>
+        <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex" class="item-container">
+          <div class="item-row">
+            <span class="name" style="width:250px;">{{ item.name }}</span>
+            <el-input v-if="item.type === '0'" v-model="item.value" class="input-box"  @keyup.enter.native="submitDataToBackend"></el-input>
+          </div>
+        </div>
+      
+      </el-card>
+    </el-col>
+  </el-row>
+  <!-- <el-button @click="submitDataToBackend">鎻愪氦鏁版嵁鍒板悗绔�</el-button> -->
+</div>
+</template>
+
+<script>
+import LanguageMixin from '../../lang/LanguageMixin'
+import data from '../../configuration/parameter1'
+import { throttle } from 'lodash';
+let socket;
+export default {
+name: "Parameter1",
+mixins: [LanguageMixin],
+data() {
+  return {
+    jsonData: data // 鍔犺浇鏁翠釜data.json鏂囦欢浣滀负jsonData
+  }
+}, created () {
+    this.initWebSocket();
+    // console.log('jsonData:', this.jsonData); 
+
+  },
+  methods: {
+    updateButtonValue(dataGroup, itemIndex) {
+      this.$set(dataGroup[itemIndex].button, 'value', 1); // 鐐瑰嚮鎸夐挳鍚庡皢鍊兼敼涓�1
+    },
+    submitDataToBackend() {
+  const inputData = this.jsonData.map(dataGroup => {
+    return dataGroup.map(item => {
+      if (item.type === '0') {
+        return { value: parseInt(item.value) };
+      } else if (item.button) {
+        return { value: parseInt(item.button.value) };
+      }
+      return null;
+    });
+  });
+
+  // 灏唅nputData杞崲涓烘暣鏁版暟缁�
+  const integerArray = inputData.map(dataGroup => {
+    return dataGroup.map(item => {
+      if (item !== null) {
+        return item.value;
+      }
+      return null;
+    });
+  });
+  // 鏋勫缓JSON瀵硅薄
+  const jsonObject = { data: integerArray };
+ 
+  // 鎻愪氦鏁版嵁鍒板悗绔�
+  const jsonString = JSON.stringify(jsonObject);
+  console.log('鎻愪氦浠ヤ笅鏁版嵁鍒板悗绔�:', jsonString);
+  socket?.send(jsonString);
+},
+    initWebSocket () {
+ 
+      let viewname = "Parameter1";
+
+      if (typeof WebSocket === "undefined") {
+        console.log("鎮ㄧ殑娴忚鍣ㄤ笉鏀寔WebSocket");
+      } else {
+        let socketUrl = "ws://" + "localhost:8888" + "/springboot-vue3/api/talk/" + viewname;
+
+        if (socket != null) {
+          socket.close();
+          socket = null;
+        }
+
+        // 寮�鍚竴涓獁ebsocket鏈嶅姟
+        socket = new WebSocket(socketUrl);
+
+        // 鎵撳紑浜嬩欢
+        socket.onopen = function () {
+          console.log("websocket宸叉墦寮�");
+        };
+
+        // 鏀跺埌娑堟伅
+        socket.onmessage = (msg) => {
+  if (!msg.data) {
+    return; // 濡傛灉鏀跺埌绌烘暟鎹紝鍒欑洿鎺ヨ繑鍥烇紝涓嶆墽琛屽悗缁�昏緫
+  }
+
+  let obj = JSON.parse(msg.data);
+  const jsonData2 = this.jsonData;
+
+  const handleMouseMove = throttle(function(event) {
+    const inputBox = document.querySelectorAll('.el-card__body');
+  const target = event.target;
+  if (inputBox && Array.from(inputBox).every(box => !box.contains(target))) {
+      const parms = obj.params;
+      const fanzhuan = obj.fanzhuan;
+      const xiaoche = obj.xiaoche;
+      
+      // console.log('parms:', parms);
+      // console.log('fanzhuan:', fanzhuan);
+      // console.log('xiaoche:', xiaoche);
+      
+      let index = 0;
+      for (let i = 0; i < jsonData2.length; i++) {
+        let arr = jsonData2[i];
+        for (let j = 0; j < arr.length; j++) {
+          let obj = arr[j];
+          if (obj.type === '0' && Object.prototype.hasOwnProperty.call(obj, 'value')) {
+            if (Array.isArray(parms) && Array.isArray(parms[0]) && parms[0][index] !== undefined) {
+              obj.value = parms[0][index];
+              index++;
+            }
+          }
+        }
+      }
+      if (Array.isArray(fanzhuan) && Array.isArray(fanzhuan[0]) && fanzhuan[0][0] !== undefined) {
+        jsonData2[3][0]['value'] = fanzhuan[0][0];
+      }
+      if (Array.isArray(xiaoche) && Array.isArray(xiaoche[0]) && xiaoche[0][0] !== undefined) {
+        jsonData2[4][0]['value'] = xiaoche[0][0];
+      }
+    }
+  }, 200);
+
+  document.addEventListener('mouseover', handleMouseMove);
+};
+
+
+
+
+
+
+        // 鍏抽棴浜嬩欢
+        socket.onclose = function () {
+          console.log("websocket宸插叧闂�");
+        };
+
+        // 鍙戠敓閿欒浜嬩欢
+        socket.onerror = function () {
+          console.log("websocket鍙戠敓浜嗛敊璇�");
+        };
+     
+
+      }
+     
+    },
+    replaceChineseWithEnglish () {
+      const translation = this.$t('Parameter1');
+      this.jsonData = this.jsonData.map(item => { return { name: translation[item.name] || item.name, value: item.value }; });
+      // console.log(translation);
+    },
+    send () {
+     
+     
+      socket?.send(JSON.stringify(this.messagepack));
+    },
+
+  }
+  }
+</script>
+
+<style scoped>
+.item-row {
+display: flex;
+align-items: center;
+margin-bottom: 5px; /* 璋冩暣姣忎釜椤圭洰涔嬮棿鐨勯棿璺� */
+}
+
+.action-button {
+margin-right: 30px;
+background: #66b1ff;
+color: #FFF;
+}
+.blue-button {
+  background-color: skyblue;
+}
+</style>
\ No newline at end of file
diff --git a/CanadaMes-ui/src/views/Electrical/Parameter2.vue b/CanadaMes-ui/src/views/Electrical/Parameter2.vue
new file mode 100644
index 0000000..c18a80a
--- /dev/null
+++ b/CanadaMes-ui/src/views/Electrical/Parameter2.vue
@@ -0,0 +1,239 @@
+<template>
+    <div class="app">
+    <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+        <router-link to="/Electrical/alarm" tag="el-button" type="text" active-class="blue-button">{{ $t('Alarm')
+        }}</router-link>
+        <router-link to="/Electrical/State" tag="el-button" type="text" active-class="blue-button">{{ $t('State')
+        }}</router-link>
+        <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
+        }}</router-link>
+        <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
+        }}</router-link>
+        <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
+        }}</router-link>
+         <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ $t('Servo Manual')
+        }}</router-link>
+      </el-breadcrumb>
+  
+      <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+        <router-link to="/Electrical/Servomanualone" tag="el-button" type="text" active-class="blue-button">{{ $t('Servomanualone')
+        }}</router-link>
+          <router-link to="/Electrical/Parameter1" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter1')
+          }}</router-link>
+         <router-link to="/Electrical/Parameter2" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter2')
+          }}</router-link> 
+            <router-link to="/Electrical/Positioning1" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning1')
+          }}</router-link>
+            <router-link to="/Electrical/Positioning2" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning2')
+          }}</router-link>
+    </el-breadcrumb>
+  
+    <el-row :gutter="20">
+      <el-col :span="6" v-for="(dataGroup, groupIndex) in jsonData" :key="groupIndex">
+        <el-card class="json-block"  style="width:260px;">
+          <div class="button-row" style="display: flex; justify-content: space-between;">
+            <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex">
+              <span v-if="item.title" :name="item.title.name" class="action-button" >{{ item.title.name }}</span>
+            </div>
+          </div>
+
+          <div class="button-row" style="display: flex; justify-content: space-between;">
+            <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex">
+              <el-button v-if="item.button" :name="item.button.name" v-model="item.button.value" class="action-button"
+  @click="updateButtonValue(dataGroup, itemIndex);submitDataToBackend(item.button.name)"
+  :class="{ 'green-button': item.button.value === 0  && item.button.name !== '娓呴櫎ID','red-button': item.button.value === 1 && item.button.name !== '娓呴櫎ID' }">{{ item.button.name }}</el-button>
+            </div>
+          </div>
+          <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex" class="item-container">
+            <div class="item-row">
+
+              <span class="name" style="width:150px;">{{ item.name }}</span>
+              <el-input v-if="item.type === '0'" v-model="item.value" readonly="readonly"    style="width:150px;" class="input-box"></el-input>
+            </div>
+          </div>
+        
+        </el-card>
+      </el-col>
+    </el-row>
+    <!-- <el-button @click="submitDataToBackend">鎻愪氦鏁版嵁鍒板悗绔�</el-button> -->
+  </div>
+  </template>
+  
+  <script>
+  import LanguageMixin from '../../lang/LanguageMixin'
+  import data from '../../configuration/parameter2'
+  let socket;
+  export default {
+  name: "Parameter2",
+  mixins: [LanguageMixin],
+  data() {
+    return {
+      jsonData: data ,
+
+      // 鍔犺浇鏁翠釜data.json鏂囦欢浣滀负jsonData
+    }
+  },
+  created () {
+    this.initWebSocket();
+    // console.log('jsonData:', this.jsonData); 
+
+  },
+  methods: {
+    updateButtonValue(dataGroup, itemIndex) {
+  // 灏嗗綋鍓嶆寜閽殑鍊艰涓�1
+
+    this.$set(dataGroup[itemIndex].button, 'value', 1);
+  
+
+  // 灏嗗叾浠栨寜閽殑鍊煎叏閮ㄨ涓�0
+
+},
+    submitDataToBackend(currentButtonName) {
+  if (currentButtonName === '娓呴櫎ID') {
+    const inputData = this.jsonData.map(dataGroup => {
+      return dataGroup.map(item => {
+        if (item.type === '3') {
+          return { value: item.button.value };
+        } 
+        return null;
+      });
+    });
+
+    const values = inputData.flat().filter(item => item !== null).map(item => item.value);
+
+    const jsonObject = { data: values };
+ 
+ // 鎻愪氦鏁版嵁鍒板悗绔�
+ const jsonString = JSON.stringify(jsonObject);
+   console.log('Type涓�3鐨剉alue:', jsonString);
+     socket?.send(jsonString);
+  }
+},
+    initWebSocket () {
+ 
+      let viewname = "Parameter2";
+
+      if (typeof WebSocket === "undefined") {
+        console.log("鎮ㄧ殑娴忚鍣ㄤ笉鏀寔WebSocket");
+      } else {
+        let socketUrl = "ws://" + "localhost:8888" + "/springboot-vue3/api/talk/" + viewname;
+
+        if (socket != null) {
+          socket.close();
+          socket = null;
+        }
+
+        // 寮�鍚竴涓獁ebsocket鏈嶅姟
+        socket = new WebSocket(socketUrl);
+
+        // 鎵撳紑浜嬩欢
+        socket.onopen = function () {
+          console.log("websocket宸叉墦寮�");
+        };
+
+        // 鏀跺埌娑堟伅
+        socket.onmessage = (msg) => {
+  if (!msg.data) {
+    return; // 濡傛灉鏀跺埌绌烘暟鎹紝鍒欑洿鎺ヨ繑鍥烇紝涓嶆墽琛屽悗缁�昏緫
+  }
+
+  let obj = JSON.parse(msg.data);
+ 
+  const jsonData2 = this.jsonData;
+ 
+      // 濡傛灉榧犳爣涓嶅湪杈撳叆妗嗗唴锛屾洿鏂拌緭鍏ユ鐨勫��
+      // this.submitDataToBackend()
+      const parms = obj.params;
+      // console.log(parms);
+
+      for (let i = 0; i < jsonData2.length; i++) {
+  let arr = jsonData2[i];
+  for (let j = 0; j < arr.length; j++) {
+    let obj = arr[j];
+    if (obj.type === '0') {
+      obj.value = parms[1][i];
+    }
+  }
+
+     
+}
+
+for (let i = 0; i < jsonData2.length; i++) {
+  let arr = jsonData2[i];
+  for (let j = 0; j < arr.length; j++) {
+    let obj = arr[j];
+    if (obj.type === '4') {
+      obj.button.value = parms[2][i];
+    }
+  }
+
+     
+}
+
+for (let i = 0; i < jsonData2.length; i++) {
+  let arr = jsonData2[i];
+  for (let j = 0; j < arr.length; j++) {
+    let obj = arr[j];
+    if (obj.type === '3') {
+      obj.button.value = parms[0][i];
+    }
+  }
+
+     
+}
+
+//  console.log(jsonData2);
+
+  
+};
+
+
+
+
+        // 鍏抽棴浜嬩欢
+        socket.onclose = function () {
+          console.log("websocket宸插叧闂�");
+        };
+
+        // 鍙戠敓閿欒浜嬩欢
+        socket.onerror = function () {
+          console.log("websocket鍙戠敓浜嗛敊璇�");
+        };
+
+      }
+    },
+    send () {
+     
+     
+      socket?.send(JSON.stringify(this.messagepack));
+    }
+
+  }
+  }
+  </script>
+  
+  <style scoped>
+  .item-row {
+  display: flex;
+  align-items: center;
+  margin-bottom: 5px; /* 璋冩暣姣忎釜椤圭洰涔嬮棿鐨勯棿璺� */
+  }
+  
+  .action-button {
+  margin-right: 30px;
+  background: #66b1ff;
+  color: #FFF;
+  }
+  .blue-button {
+  background-color: skyblue;
+}
+
+.green-button {
+  background-color: green;
+}
+
+.red-button{
+  background-color: red;
+}
+
+  </style>
\ No newline at end of file
diff --git a/CanadaMes-ui/src/views/Electrical/Positioning1.vue b/CanadaMes-ui/src/views/Electrical/Positioning1.vue
new file mode 100644
index 0000000..cc2211f
--- /dev/null
+++ b/CanadaMes-ui/src/views/Electrical/Positioning1.vue
@@ -0,0 +1,210 @@
+<template>
+    <div class="app">
+    <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+        <router-link to="/Electrical/alarm" tag="el-button" type="text" active-class="blue-button">{{ $t('Alarm')
+        }}</router-link>
+        <router-link to="/Electrical/State" tag="el-button" type="text" active-class="blue-button">{{ $t('State')
+        }}</router-link>
+        <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
+        }}</router-link>
+        <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
+        }}</router-link>
+        <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
+        }}</router-link>
+         <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ $t('Servo Manual')
+        }}</router-link>
+      </el-breadcrumb>
+  
+      <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+        <router-link to="/Electrical/Servomanualone" tag="el-button" type="text" active-class="blue-button">{{ $t('Servomanualone')
+        }}</router-link>
+          <router-link to="/Electrical/Parameter1" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter1')
+          }}</router-link>
+         <router-link to="/Electrical/Parameter2" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter2')
+          }}</router-link>
+           <router-link to="/Electrical/Positioning1" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning1')
+          }}</router-link>
+            <router-link to="/Electrical/Positioning2" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning2')
+          }}</router-link>
+    </el-breadcrumb>
+  
+    <el-row :gutter="18" class='card'>
+      <el-col :span="7" v-for="(dataGroup, groupIndex) in jsonData" :key="groupIndex" >
+        <el-card class="json-block">
+          <div class="button-row" style="display: flex; justify-content: space-between;">
+            <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex">
+              <span v-if="item.title" :name="item.title.name" class="action-button" >{{ item.title.name }}</span>
+            </div>
+          </div>
+          <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex" class="item-container">
+            <div class="item-row">
+              <span class="name" style="width:250px;">{{ item.name }}</span>
+              <el-input v-if="item.type === '0'" v-model="item.value" class="input-box"></el-input>
+              
+
+              
+              <el-button v-if="item.type === '0' && item.name !== '鏍煎瓙闂磋窛'  && item.name !== '鍑虹墖鎺ョ墖鍦板潃'   && item.name !== '瀛樼墖鎺ョ墖鍦板潃'"  class="input-box"  @click="submitDataToBackend();">鍙栧湴鍧�</el-button>
+            </div>
+          </div>
+        
+        </el-card>
+      </el-col>
+    </el-row>
+    <!-- <el-button @click="submitDataToBackend">鎻愪氦鏁版嵁鍒板悗绔�</el-button> -->
+  </div>
+  </template>
+  
+  <script>
+  let socket;
+  import LanguageMixin from '../../lang/LanguageMixin'
+  import data from '../../configuration/Positioning1'
+  
+  export default {
+  name: "Positioning1",
+  mixins: [LanguageMixin],
+  data() {
+    return {
+      jsonData: data // 鍔犺浇鏁翠釜data.json鏂囦欢浣滀负jsonData
+    }
+  },
+  created () {
+    this.initWebSocket();
+    // console.log('jsonData:', this.jsonData); 
+
+  },
+  methods: {
+    updateButtonValue(dataGroup, itemIndex) {
+      this.$set(dataGroup[itemIndex].button, 'value', 1); // 鐐瑰嚮鎸夐挳鍚庡皢鍊兼敼涓�1
+    },
+    submitDataToBackend() {
+  const inputData = this.jsonData.map(dataGroup => {
+    return dataGroup.map(item => {
+      if (item.type === '0') {
+        return { value: parseInt(item.value) };
+      } else if (item.button) {
+        return { value: parseInt(item.title.value) };
+      }
+      return null;
+    });
+  });
+
+  // 灏唅nputData杞崲涓烘暣鏁版暟缁�
+  const integerArray = inputData.map(dataGroup => {
+    return dataGroup.map(item => {
+      if (item !== null) {
+        return item.value;
+      }
+      return null;
+    });
+  });
+  // 鏋勫缓JSON瀵硅薄
+  const jsonObject = { data: integerArray };
+ 
+  // 鎻愪氦鏁版嵁鍒板悗绔�
+  const jsonString = JSON.stringify(jsonObject);
+  // console.log('鎻愪氦浠ヤ笅鏁版嵁鍒板悗绔�:', jsonString);
+  socket?.send(jsonString);
+},
+    initWebSocket () {
+ 
+      let viewname = "Positioning1";
+
+      if (typeof WebSocket === "undefined") {
+        console.log("鎮ㄧ殑娴忚鍣ㄤ笉鏀寔WebSocket");
+      } else {
+        let socketUrl = "ws://" + "localhost:8888" + "/springboot-vue3/api/talk/" + viewname;
+
+        if (socket != null) {
+          socket.close();
+          socket = null;
+        }
+
+        // 寮�鍚竴涓獁ebsocket鏈嶅姟
+        socket = new WebSocket(socketUrl);
+
+        // 鎵撳紑浜嬩欢
+        socket.onopen = function () {
+          console.log("websocket宸叉墦寮�");
+        };
+
+        // 鏀跺埌娑堟伅
+        socket.onmessage = (msg) => {
+  if (!msg.data) {
+    return; // 濡傛灉鏀跺埌绌烘暟鎹紝鍒欑洿鎺ヨ繑鍥烇紝涓嶆墽琛屽悗缁�昏緫
+  }
+
+  let obj = JSON.parse(msg.data);
+  const jsonData2 = this.jsonData;
+  document.addEventListener('mouseover', function(event) {
+    const inputBox = document.querySelectorAll('.el-card__body');
+  const target = event.target;
+  if (inputBox && Array.from(inputBox).every(box => !box.contains(target))) {
+      // 濡傛灉榧犳爣涓嶅湪杈撳叆妗嗗唴锛屾洿鏂拌緭鍏ユ鐨勫��
+      // this.submitDataToBackend()
+      const parms = obj.params;
+      
+
+
+let index = 0;
+for (let i = 0; i < jsonData2.length; i++) {
+  let arr = jsonData2[i];
+  for (let j = 0; j < arr.length; j++) {
+    let obj = arr[j];
+    if (obj.type === '0' && Object.prototype.hasOwnProperty.call(obj, 'value')) {
+      obj.value = parms[0][index];
+      index++;
+    }
+  }
+}
+
+
+
+
+
+// console.log(jsonData2);
+
+    }
+  });
+};
+
+
+
+
+        // 鍏抽棴浜嬩欢
+        socket.onclose = function () {
+          console.log("websocket宸插叧闂�");
+        };
+
+        // 鍙戠敓閿欒浜嬩欢
+        socket.onerror = function () {
+          console.log("websocket鍙戠敓浜嗛敊璇�");
+        };
+
+      }
+    },
+    send () {
+     
+     
+      socket?.send(JSON.stringify(this.messagepack));
+    },
+
+  }
+  }
+  </script>
+  
+  <style scoped>
+  .item-row {
+  display: flex;
+  align-items: center;
+  margin-bottom: 5px; /* 璋冩暣姣忎釜椤圭洰涔嬮棿鐨勯棿璺� */
+  }
+  
+  .action-button {
+  margin-right: 30px;
+  background: #66b1ff;
+  color: #FFF;
+  }
+  .blue-button {
+  background-color: skyblue;
+}
+  </style>
\ No newline at end of file
diff --git a/CanadaMes-ui/src/views/Electrical/Positioning2.vue b/CanadaMes-ui/src/views/Electrical/Positioning2.vue
new file mode 100644
index 0000000..be4b425
--- /dev/null
+++ b/CanadaMes-ui/src/views/Electrical/Positioning2.vue
@@ -0,0 +1,201 @@
+<template>
+  <div class="app">
+  <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+      <router-link to="/Electrical/alarm" tag="el-button" type="text" active-class="blue-button">{{ $t('Alarm')
+      }}</router-link>
+      <router-link to="/Electrical/State" tag="el-button" type="text" active-class="blue-button">{{ $t('State')
+      }}</router-link>
+      <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
+      }}</router-link>
+      <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
+      }}</router-link>
+      <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
+      }}</router-link>
+       <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ $t('Servo Manual')
+      }}</router-link>
+    </el-breadcrumb>
+
+    <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+      <router-link to="/Electrical/Servomanualone" tag="el-button" type="text" active-class="blue-button">{{ $t('Servomanualone')
+      }}</router-link>
+        <router-link to="/Electrical/Parameter1" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter1')
+        }}</router-link>
+       <router-link to="/Electrical/Parameter2" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter2')
+        }}</router-link>
+         <router-link to="/Electrical/Positioning1" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning1')
+        }}</router-link>
+          <router-link to="/Electrical/Positioning2" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning2')
+        }}</router-link>
+  </el-breadcrumb>
+
+  <el-row :gutter="18" class='card'>
+    <el-col :span="7" v-for="(dataGroup, groupIndex) in jsonData" :key="groupIndex" >
+      <el-card class="json-block">
+        <div class="button-row" style="display: flex; justify-content: space-between;">
+          <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex">
+            <span v-if="item.title" :name="item.title.name" class="action-button" >{{ item.title.name }}</span>
+          </div>
+        </div>
+        <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex" class="item-container">
+          <div class="item-row">
+            <span class="name" style="width:250px;">{{ item.name }}</span>
+            <el-input v-if="item.type === '0'" v-model="item.value" class="input-box"></el-input>
+            <el-button v-if="item.type === '0'"  class="input-box"  @click="submitDataToBackend();">鍙栧湴鍧�</el-button>
+          </div>
+        </div>
+      
+      </el-card>
+    </el-col>
+  </el-row>
+  <!-- <el-button @click="submitDataToBackend">鎻愪氦鏁版嵁鍒板悗绔�</el-button> -->
+</div>
+</template>
+
+<script>
+let socket;
+import LanguageMixin from '../../lang/LanguageMixin'
+import data from '../../configuration/Positioning2'
+
+export default {
+name: "Positioning2",
+mixins: [LanguageMixin],
+data() {
+  return {
+    jsonData: data // 鍔犺浇鏁翠釜data.json鏂囦欢浣滀负jsonData
+  }
+},
+created () {
+  this.initWebSocket();
+  // console.log('jsonData:', this.jsonData); 
+
+},
+methods: {
+  updateButtonValue(dataGroup, itemIndex) {
+    this.$set(dataGroup[itemIndex].button, 'value', 1); // 鐐瑰嚮鎸夐挳鍚庡皢鍊兼敼涓�1
+  },
+  submitDataToBackend() {
+const inputData = this.jsonData.map(dataGroup => {
+  return dataGroup.map(item => {
+    if (item.type === '0') {
+      return { value: parseInt(item.value) };
+    } else if (item.button) {
+      return { value: parseInt(item.title.value) };
+    }
+    return null;
+  });
+});
+
+// 灏唅nputData杞崲涓烘暣鏁版暟缁�
+const integerArray = inputData.map(dataGroup => {
+  return dataGroup.map(item => {
+    if (item !== null) {
+      return item.value;
+    }
+    return null;
+  });
+});
+// 鏋勫缓JSON瀵硅薄
+const jsonObject = { data: integerArray };
+
+// 鎻愪氦鏁版嵁鍒板悗绔�
+const jsonString = JSON.stringify(jsonObject);
+// console.log('鎻愪氦浠ヤ笅鏁版嵁鍒板悗绔�:', jsonString);
+socket?.send(jsonString);
+},
+  initWebSocket () {
+
+    let viewname = "Positioning2";
+
+    if (typeof WebSocket === "undefined") {
+      console.log("鎮ㄧ殑娴忚鍣ㄤ笉鏀寔WebSocket");
+    } else {
+      let socketUrl = "ws://" + "localhost:8888" + "/springboot-vue3/api/talk/" + viewname;
+
+      if (socket != null) {
+        socket.close();
+        socket = null;
+      }
+
+      // 寮�鍚竴涓獁ebsocket鏈嶅姟
+      socket = new WebSocket(socketUrl);
+
+      // 鎵撳紑浜嬩欢
+      socket.onopen = function () {
+        console.log("websocket宸叉墦寮�");
+      };
+
+      // 鏀跺埌娑堟伅
+      socket.onmessage = (msg) => {
+if (!msg.data) {
+  return; // 濡傛灉鏀跺埌绌烘暟鎹紝鍒欑洿鎺ヨ繑鍥烇紝涓嶆墽琛屽悗缁�昏緫
+}
+
+let obj = JSON.parse(msg.data);
+const jsonData2 = this.jsonData;
+document.addEventListener('mouseover', function(event) {
+  const inputBox = document.querySelectorAll('.el-card__body');
+  const target = event.target;
+  if (inputBox && Array.from(inputBox).every(box => !box.contains(target))) {
+    // 濡傛灉榧犳爣涓嶅湪杈撳叆妗嗗唴锛屾洿鏂拌緭鍏ユ鐨勫��
+    // this.submitDataToBackend()
+    const parms = obj.params;
+    
+ 
+    let index = 0;
+for (let i = 0; i < jsonData2.length; i++) {
+  let arr = jsonData2[i];
+  for (let j = 0; j < arr.length; j++) {
+    let obj = arr[j];
+    if (obj.type === '0' && Object.prototype.hasOwnProperty.call(obj, 'value')) {
+      obj.value = parms[0][index];
+      index++;
+    }
+  }
+}
+// console.log(jsonData2);
+
+  }
+});
+};
+
+
+
+
+      // 鍏抽棴浜嬩欢
+      socket.onclose = function () {
+        console.log("websocket宸插叧闂�");
+      };
+
+      // 鍙戠敓閿欒浜嬩欢
+      socket.onerror = function () {
+        console.log("websocket鍙戠敓浜嗛敊璇�");
+      };
+
+    }
+  },
+  send () {
+   
+   
+    socket?.send(JSON.stringify(this.messagepack));
+  },
+
+}
+}
+</script>
+
+<style scoped>
+.item-row {
+display: flex;
+align-items: center;
+margin-bottom: 5px; /* 璋冩暣姣忎釜椤圭洰涔嬮棿鐨勯棿璺� */
+}
+
+.action-button {
+margin-right: 30px;
+background: #66b1ff;
+color: #FFF;
+}
+.blue-button {
+background-color: skyblue;
+}
+</style>
\ No newline at end of file
diff --git a/CanadaMes-ui/src/views/Electrical/ServoManualone.vue b/CanadaMes-ui/src/views/Electrical/ServoManualone.vue
new file mode 100644
index 0000000..10079ca
--- /dev/null
+++ b/CanadaMes-ui/src/views/Electrical/ServoManualone.vue
@@ -0,0 +1,282 @@
+<template>
+    <div class="app">
+    <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+        <router-link to="/Electrical/alarm" tag="el-button" type="text" active-class="blue-button">{{ $t('Alarm')
+        }}</router-link>
+        <router-link to="/Electrical/State" tag="el-button" type="text" active-class="blue-button">{{ $t('State')
+        }}</router-link>
+        <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
+        }}</router-link>
+        <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
+        }}</router-link>
+        <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
+        }}</router-link>
+         <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ $t('Servo Manual')
+        }}</router-link>
+      </el-breadcrumb>
+
+      <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+   
+        <router-link to="/Electrical/Servomanualone" tag="el-button" type="text" active-class="blue-button">{{ $t('Servomanualone')
+      }}</router-link>
+        <router-link to="/Electrical/Parameter1" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter1')
+        }}</router-link>
+           <router-link to="/Electrical/Parameter2" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter2')
+        }}</router-link> 
+          <router-link to="/Electrical/Positioning1" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning1')
+          }}</router-link>
+            <router-link to="/Electrical/Positioning2" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning2')
+          }}</router-link>
+    </el-breadcrumb>
+
+    <el-row :gutter="26">
+  <el-col :span="12" v-for="(dataGroup, groupIndex) in jsonData" :key="groupIndex">
+    <el-card class="json-block"  style="width:auto;">
+      <el-row >
+        <el-col v-for="(item, itemIndex) in dataGroup" :key="itemIndex" :span="12">
+          <div class="item-container">
+            <div class="item-row">
+              <span class="name" style='width:230px;'>{{ item.name }}</span>
+              <el-input v-if="item.type === '0'" v-model="item.value"   class='input-box' :class="{ 'special-class': groupIndex === 0,'special-class2': groupIndex === 1 }" v-show="groupIndex !== 0 && groupIndex !== 1"  ></el-input>
+            </div>
+          </div>
+        </el-col>
+      </el-row>
+      <div class="button-row" style="display: flex; justify-content: space-between;">
+        <div v-for="(item, itemIndex) in dataGroup" :key="itemIndex">
+          <el-button v-if="item.button" :name="item.button.name" v-model="item.button.value" :class="{'action-button': true, 'error-button': item.button.name === '鏁呴殰' && item.button.value === 1}" @click="updateButtonValue(dataGroup, itemIndex); submitDataToBackend(item.button.name);">{{ item.button.name }}</el-button>
+
+        </div>
+      </div>
+    </el-card>
+  </el-col>
+</el-row>
+
+    <!-- <el-button @click="submitDataToBackend">鎻愪氦鏁版嵁鍒板悗绔�</el-button> -->
+  </div>
+</template>
+
+<script>
+import LanguageMixin from '../../lang/LanguageMixin'
+import data from '../../configuration/ServoManualone'
+import { throttle } from 'lodash';
+let socket;
+  export default {
+  name: "ServoManualone",
+  mixins: [LanguageMixin],
+  data() {
+    return {
+      jsonData: data ,
+
+      // 鍔犺浇鏁翠釜data.json鏂囦欢浣滀负jsonData
+    }
+  },
+  created () {
+    this.initWebSocket();
+    // console.log('jsonData:', this.jsonData); 
+
+  },
+  methods: {
+    updateButtonValue(dataGroup, itemIndex) {
+  // 灏嗗綋鍓嶆寜閽殑鍊艰涓�1
+
+    this.$set(dataGroup[itemIndex].button, 'value', 1);
+    
+  
+
+},
+submitDataToBackend(currentButtonName) {
+  if (currentButtonName === '鍗婅嚜鍔ㄥ惎鍔�') {
+    const data = [];
+
+for (let i = 0; i < 2; i++) {
+  const inputData = this.jsonData[i].filter(item => item.type === '0').map(item => {
+    return { value: item.value };
+  });
+
+  const values = inputData.map(item => item.value);
+
+  data.push(values);
+}
+
+
+
+const jsonObject = { data };
+
+// 鎻愪氦鏁版嵁鍒板悗绔�
+const jsonString = JSON.stringify(jsonObject);
+console.log('鎵�鏈塗ype涓�0鐨剉alue:', jsonString);
+socket?.send(jsonString);
+
+  }
+
+  if (currentButtonName === '澶嶄綅') {
+
+    const data2 = [];
+    const resetButtonValues = this.jsonData.map(item => {
+  const buttonItem = item.find(subItem => subItem.button && subItem.button.name === '澶嶄綅');
+  return buttonItem ? buttonItem.button.value : null;
+}).filter(value => value !== null);
+
+// 灏嗗緱鍒扮殑鍊兼坊鍔犲埌 data 鏁扮粍涓�
+data2.push(...resetButtonValues);
+const jsonObject2 = { data2 };
+
+// 鎻愪氦鏁版嵁鍒板悗绔�
+const jsonString2 = JSON.stringify(jsonObject2);
+console.log('鎵�鏈塗ype涓�0鐨剉alue:', jsonString2);
+socket?.send(jsonString2);
+
+
+}
+  if (currentButtonName === 'A01鍗婅嚜鍔�') {
+    const elements = document.getElementsByClassName('special-class');
+    for (let i = 0; i < elements.length; i++) {
+      if (elements[i].style.display === 'none') {
+        elements[i].style.display = ''; // 鏄剧ず鍏冪礌
+      } 
+    }
+  }
+
+  if (currentButtonName === 'A02鍗婅嚜鍔�') {
+    const elements = document.getElementsByClassName('special-class2');
+    for (let i = 0; i < elements.length; i++) {
+      if (elements[i].style.display === 'none') {
+        elements[i].style.display = ''; // 鏄剧ず鍏冪礌
+      } 
+    }
+  }
+
+ 
+
+  
+},
+
+
+    initWebSocket () {
+ 
+      let viewname = "ServoManualone";
+
+      if (typeof WebSocket === "undefined") {
+        console.log("鎮ㄧ殑娴忚鍣ㄤ笉鏀寔WebSocket");
+      } else {
+        let socketUrl = "ws://" + "localhost:8888" + "/springboot-vue3/api/talk/" + viewname;
+
+        if (socket != null) {
+          socket.close();
+          socket = null;
+        }
+
+        // 寮�鍚竴涓獁ebsocket鏈嶅姟
+        socket = new WebSocket(socketUrl);
+
+        // 鎵撳紑浜嬩欢
+        socket.onopen = function () {
+          console.log("websocket宸叉墦寮�");
+        };
+
+        // 鏀跺埌娑堟伅
+        socket.onmessage = (msg) => {
+  if (!msg.data) {
+    return; // 濡傛灉鏀跺埌绌烘暟鎹紝鍒欑洿鎺ヨ繑鍥烇紝涓嶆墽琛屽悗缁�昏緫
+  }
+
+  let obj = JSON.parse(msg.data);
+  // console.log(obj)
+  const jsonData2 = this.jsonData;
+
+  const handleMouseMove = throttle(function(event) {
+  const inputBox = document.querySelectorAll('.el-card__body');
+  const target = event.target;
+  if (inputBox && Array.from(inputBox).every(box => !box.contains(target))) {
+    // 鎵ц鏇存柊閫昏緫
+    for (let i = 0; i < 6; i++) {
+  jsonData2[i].forEach((item, index) => {
+    if (typeof item.value !== 'undefined' && typeof obj[`zuhe${i+1}`][0][index] !== 'undefined') {
+      item.value = obj[`zuhe${i+1}`][0][index];
+    }
+  });
+}
+
+// 閬嶅巻guzhang鏁扮粍
+for (let i = 0; i < obj.guzhang[0].length; i++) {
+  const guzhangValue = obj.guzhang[0][i];
+  
+  // 鏌ユ壘jsonData2涓甫鏈�"button"鐨勫璞★紝骞朵笖name绛変簬"鏁呴殰"
+  for (let j = 0; j < jsonData2.length; j++) {
+    const section = jsonData2[j];
+    
+    for (let k = 0; k < section.length; k++) {
+      const item = section[k];
+      
+      if (item.button && item.button.name === "鏁呴殰") {
+        // 鏇存柊value灞炴��
+        item.button.value = guzhangValue;
+        break;
+      }
+    }
+    
+  
+  }
+}
+
+
+
+
+
+
+
+  }
+}, 200);
+
+  document.addEventListener('mouseover', handleMouseMove);
+};
+
+
+
+
+        // 鍏抽棴浜嬩欢
+        socket.onclose = function () {
+          console.log("websocket宸插叧闂�");
+        };
+
+        // 鍙戠敓閿欒浜嬩欢
+        socket.onerror = function () {
+          console.log("websocket鍙戠敓浜嗛敊璇�");
+        };
+
+      }
+    },
+    send () {
+     
+     
+      socket?.send(JSON.stringify(this.messagepack));
+    }
+
+  }
+  }
+</script>
+
+<style scoped>
+
+
+.item-row {
+  display: flex;
+  align-items: center;
+  margin-bottom: 2px; /* 璋冩暣姣忎釜椤圭洰涔嬮棿鐨勯棿璺� */
+}
+
+.action-button {
+  margin-right: 10px;
+  background: #66b1ff;
+  color: #FFF;
+}
+.blue-button {
+  background-color: skyblue;
+}
+.error-button {
+  background-color: red;
+}
+
+
+</style>
\ No newline at end of file
diff --git a/CanadaMes-ui/src/views/Electrical/Servomanual.vue b/CanadaMes-ui/src/views/Electrical/Servomanual.vue
new file mode 100644
index 0000000..a5726ab
--- /dev/null
+++ b/CanadaMes-ui/src/views/Electrical/Servomanual.vue
@@ -0,0 +1,71 @@
+<template>
+    <div class="app">
+  <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+        <router-link to="/Electrical/alarm" tag="el-button" type="text" active-class="blue-button">{{ $t('Alarm')
+        }}</router-link>
+        <router-link to="/Electrical/State" tag="el-button" type="text" active-class="blue-button">{{ $t('State')
+        }}</router-link>
+        <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
+        }}</router-link>
+        <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
+        }}</router-link>
+        <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
+        }}</router-link>
+         <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ $t('Servo Manual')
+        }}</router-link>
+        
+      </el-breadcrumb>
+
+      <el-breadcrumb separator-class="el-icon-arrow-right" class="el-breadcrumb">
+   
+       <router-link to="/Electrical/Servomanualone" tag="el-button" type="text" active-class="blue-button">{{ $t('Servomanualone')
+      }}</router-link>
+        <router-link to="/Electrical/Parameter1" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter1')
+        }}</router-link>
+          <router-link to="/Electrical/Parameter2" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter2')
+          }}</router-link> 
+            <router-link to="/Electrical/Positioning1" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning1')
+          }}</router-link>
+            <router-link to="/Electrical/Positioning2" tag="el-button" type="text" active-class="blue-button">{{ $t('Positioning2')
+          }}</router-link>
+    </el-breadcrumb>
+
+ 
+  </div >
+
+
+</template>
+<script>
+import LanguageMixin from '../../lang/LanguageMixin'
+import data from '../../configuration/ServoManualone'
+
+export default {
+  name: "Servomanual",
+  mixins: [LanguageMixin],
+  data () {
+    return {
+      jsonData: data  // 鍔犺浇鏁翠釜data.json鏂囦欢浣滀负jsonData
+    }
+  },
+  created() {
+    // 閫氳繃璺敱璺宠浆鍒�/Electrical/Servomanualone椤甸潰
+    this.$router.push('/Electrical/Servomanualone');
+  }
+}
+</script>
+
+<style scoped>
+.item-row {
+  display: flex;
+  align-items: center;
+  margin-bottom: 10px; /* 璋冩暣姣忎釜椤圭洰涔嬮棿鐨勯棿璺� */
+}
+
+
+.action-button {
+  margin-right: 60px; /* 璋冩暣鎸夐挳涔嬮棿鐨勯棿璺� */
+}
+.blue-button {
+  background-color: skyblue;
+}
+</style>
\ No newline at end of file
diff --git a/CanadaMes-ui/src/views/device/talkvue.vue b/CanadaMes-ui/src/views/device/talkvue.vue
new file mode 100644
index 0000000..d8cd75d
--- /dev/null
+++ b/CanadaMes-ui/src/views/device/talkvue.vue
@@ -0,0 +1,22 @@
+<template>
+  <div class="container">
+    <iframe src="http://localhost:8080/GERP/optimize/optimize/html/youhuacaidan.jsp"></iframe>
+  </div>
+</template>
+
+<style>
+.container {
+  position: fixed;
+ 
+  left: 5;
+
+
+  width: 100%;
+  height: 100%;
+}
+
+iframe {
+  width: 96%;
+  height: 99%;
+}
+</style>
diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter.java
index bfdf656..31e5f05 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter.java
@@ -123,7 +123,7 @@
           }
 
           // 灏嗘秷鎭�煎啓鍏� PLC
-          S7control.getinstance().WriteWord(addressList, messageValues);
+//          S7control.getinstance().WriteWord(addressList, messageValues);
           System.out.println("messageValues锛�" + messageValues);
           System.out.println("addressList锛�" + addressList);
           // 娓呯┖娑堟伅鍒楄〃
diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter1.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter1.java
new file mode 100644
index 0000000..607e51e
--- /dev/null
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter1.java
@@ -0,0 +1,178 @@
+package com.example.springboot.component;
+
+import cn.hutool.json.JSONArray;
+import cn.hutool.json.JSONObject;
+import org.apache.commons.io.FileUtils;
+
+import java.io.*;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+
+public class PlcParameter1 extends Thread {
+  String name = "";
+  Integer count = 0;
+
+  public static String readFileToString(String filePath) throws IOException {
+    File file = new File(filePath);
+    return FileUtils.readFileToString(file, "UTF-8");
+  }
+
+  public void readValue() {
+    String str = "";
+    BufferedReader bufferedReader = null;
+    FileInputStream fileInputStream;
+    try {
+      // 浠庢枃浠朵腑璇诲彇瀛楄妭鏁版嵁瀛樺叆 fileInputStream
+      fileInputStream = new FileInputStream("CanadaMes-ui/src/configuration/address.json");
+      // 璇诲彇 fileInputStream 涓瓧鑺傚苟灏嗗叾瑙g爜涓哄瓧绗�
+      InputStreamReader inputStreamReader = new InputStreamReader(fileInputStream, "utf-8");
+      // 鎻愰珮璇诲彇鏁堢巼锛屽湪 BufferedReader 鍐呭寘瑁� InputStreamReader
+      bufferedReader = new BufferedReader(inputStreamReader);
+      String line = null;
+      // 灏� bufferedReader 鍐呭涓�琛屼竴琛岃祴鍊肩粰str
+      while ((line = bufferedReader.readLine()) != null) {
+        str += line;
+      }
+
+      // 灏唖tr瀛楃涓叉牸寮忚浆涓簀son
+      JSONObject jsonObject = new JSONObject(str);
+
+      // 鑾峰彇json涓殑鍊�
+      JSONArray address = jsonObject.getJSONArray("address");
+      for (int i = 0; i < address.size(); i++) {
+        JSONObject ress = (JSONObject) address.get(i);
+
+        this.name = ress.getStr("name");
+        this.count = ress.getInt("count");
+
+      }
+
+    } catch (FileNotFoundException e) {
+      e.printStackTrace();
+    } catch (UnsupportedEncodingException e) {
+      e.printStackTrace();
+    } catch (IOException e) {
+      e.printStackTrace();
+    }
+  }
+
+  @Override
+  public void run() {
+    while (this != null) {
+      try {
+        Thread.sleep(1000);
+
+      } catch (InterruptedException e) {
+        e.printStackTrace();
+      }
+//      this.readValue();
+//      String PlcAddress = this.name;
+//      Integer Plccount = this.count;
+
+      // System.out.println(stt);
+      // List<Short> arraylist = S7control.getinstance().ReadWord("DB100.0", 12);
+      // List<Short> fanzhuan1 = S7control.getinstance().ReadWord("DB100.8", 1);
+      // List<Short> xiaoche1 = S7control.getinstance().ReadWord("DB100.12", 1);
+      Short[] values1 = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 };
+      List<Short> arraylist = new ArrayList<>(Arrays.asList(values1));
+      Short[] fanzhuan = { 4 };
+      List<Short> fanzhuan1 = new ArrayList<>(Arrays.asList(fanzhuan));
+      Short[] xiaoche = {5};
+      List<Short> xiaoche1 = new ArrayList<>(Arrays.asList(xiaoche));
+
+
+
+      JSONObject jsonObject = new JSONObject();
+      // new short[]{1,1, 1, 1, 1, 1, 2, 33, 2,3, 4, 5}
+      // new short[]{0,0, 0, 0, 0, 0, 0, 0, 0, 0}
+
+      jsonObject.append("params", arraylist);
+      jsonObject.append("fanzhuan", fanzhuan1);
+      jsonObject.append("xiaoche", xiaoche1);
+
+      WebSocketServer sendwServer = WebSocketServer.sessionMap.get("Parameter1");
+      if (sendwServer != null) {
+        sendwServer.sendMessage(jsonObject.toString());
+      }
+
+      WebSocketServer webSocketServer = WebSocketServer.sessionMap.get("Parameter1");
+      if (webSocketServer != null) {
+        List<String> messages = webSocketServer.getMessages();
+        String addressList1 = "DB100.0";
+        String addressList2 = "DB100.8";
+        String addressList3 = "DB100.12";
+
+        if (!messages.isEmpty()) {
+          // 灏嗘渶鍚庝竴涓秷鎭浆鎹负 short 绫诲瀷鐨勫垪琛�
+          String lastMessage = messages.get(messages.size() - 1);
+//        System.out.println("lastMessage锛�" + lastMessage);
+          JSONArray messageArray = new JSONArray(lastMessage);
+
+          // 鏁村悎绗� 1 鍒� 3 涓暟缁勫苟鍘绘帀 null 鍏冪礌
+          List<Short> mergedList = new ArrayList<>();
+          for (int i = 0; i < 3; i++) {
+            JSONArray sublist = messageArray.getJSONArray(i);
+            for (int j = 0; j < sublist.size(); j++) {
+              Object value = sublist.get(j);
+              if (value != null && !value.toString().equals("null")) {
+                try {
+                  String cleanedValue = value.toString().replaceAll("[^0-9-]", "");
+                  short sValue = Short.parseShort(cleanedValue.trim());
+                  mergedList.add(sValue);
+                } catch (NumberFormatException e) {
+                  // 濡傛灉鏃犳硶瑙f瀽涓� short 绫诲瀷锛屽垯蹇界暐璇ラ儴鍒�
+                  System.err.println("Could not parse value: " + value);
+                }
+              }
+            }
+          }
+
+          // 鍐欏叆绗竴涓湴鍧�
+          if (messageArray.getJSONArray(3).size() > 0) {
+            Object value = messageArray.getJSONArray(3).get(0);
+            if (value != null && !value.toString().equals("null")) {
+              try {
+                String cleanedValue = value.toString().replaceAll("[^0-9-]", "");
+                short sValue = Short.parseShort(cleanedValue.trim());
+//                S7control.getinstance().WriteWord(addressList1, Arrays.asList(sValue));
+                System.out.println("messageValue锛�" + Arrays.asList(sValue) + " written to PLC at address " + addressList1);
+              } catch (NumberFormatException e) {
+                // 濡傛灉鏃犳硶瑙f瀽涓� short 绫诲瀷锛屽垯蹇界暐璇ラ儴鍒�
+                System.err.println("Could not parse value: " + value);
+              }
+            }
+          }
+
+          // 鍐欏叆绗簩涓湴鍧�
+          if (messageArray.getJSONArray(4).size() > 0) {
+            Object value = messageArray.getJSONArray(4).get(0);
+            if (value != null && !value.toString().equals("null")) {
+              try {
+                String cleanedValue = value.toString().replaceAll("[^0-9-]", "");
+                short sValue = Short.parseShort(cleanedValue.trim());
+//                S7control.getinstance().WriteWord(addressList2, Arrays.asList(sValue));
+                System.out.println("messageValue锛�" + Arrays.asList(sValue) + " written to PLC at address " + addressList2);
+              } catch (NumberFormatException e) {
+                // 濡傛灉鏃犳硶瑙f瀽涓� short 绫诲瀷锛屽垯蹇界暐璇ラ儴鍒�
+                System.err.println("Could not parse value: " + value);
+              }
+            }
+          }
+
+          // 鍐欏叆绗笁涓湴鍧�
+          if (!mergedList.isEmpty()) {
+//            S7control.getinstance().WriteWord(addressList3, mergedList);
+            System.out.println("messageValue锛�" + mergedList + " written to PLC at address " + addressList3);
+          }
+
+          // 娓呯┖娑堟伅鍒楄〃
+          webSocketServer.clearMessages();
+        }
+      
+
+    }
+
+    }
+  }
+}
diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java
new file mode 100644
index 0000000..466e88b
--- /dev/null
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java
@@ -0,0 +1,144 @@
+package com.example.springboot.component;
+
+import cn.hutool.json.JSONArray;
+import cn.hutool.json.JSONObject;
+import org.apache.commons.io.FileUtils;
+
+import java.io.*;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+
+public class PlcParameter2 extends Thread {
+  String name = "";
+  Integer count = 0;
+
+  public static String readFileToString(String filePath) throws IOException {
+    File file = new File(filePath);
+    return FileUtils.readFileToString(file, "UTF-8");
+  }
+
+  public void readValue() {
+    String str = "";
+    BufferedReader bufferedReader = null;
+    FileInputStream fileInputStream;
+    try {
+      // 浠庢枃浠朵腑璇诲彇瀛楄妭鏁版嵁瀛樺叆 fileInputStream
+      fileInputStream = new FileInputStream("CanadaMes-ui/src/configuration/address.json");
+      // 璇诲彇 fileInputStream 涓瓧鑺傚苟灏嗗叾瑙g爜涓哄瓧绗�
+      InputStreamReader inputStreamReader = new InputStreamReader(fileInputStream, "utf-8");
+      // 鎻愰珮璇诲彇鏁堢巼锛屽湪 BufferedReader 鍐呭寘瑁� InputStreamReader
+      bufferedReader = new BufferedReader(inputStreamReader);
+      String line = null;
+      // 灏� bufferedReader 鍐呭涓�琛屼竴琛岃祴鍊肩粰str
+      while ((line = bufferedReader.readLine()) != null) {
+        str += line;
+      }
+
+      // 灏唖tr瀛楃涓叉牸寮忚浆涓簀son
+      JSONObject jsonObject = new JSONObject(str);
+
+      // 鑾峰彇json涓殑鍊�
+      JSONArray address = jsonObject.getJSONArray("Positioning1");
+      for (int i = 0; i < address.size(); i++) {
+        JSONObject ress = (JSONObject) address.get(i);
+
+        this.name = ress.getStr("name");
+        this.count = ress.getInt("count");
+
+      }
+
+    } catch (FileNotFoundException e) {
+      e.printStackTrace();
+    } catch (UnsupportedEncodingException e) {
+      e.printStackTrace();
+    } catch (IOException e) {
+      e.printStackTrace();
+    }
+  }
+
+  @Override
+  public void run() {
+    while (this != null) {
+      try {
+        Thread.sleep(500);
+
+      } catch (InterruptedException e) {
+        e.printStackTrace();
+      }
+//      this.readValue();
+//      String PlcAddress = this.name;
+//      Integer Plccount = this.count;
+
+      // System.out.println(stt);
+      // List<Short> arraylist = S7control.getinstance().ReadWord("DB100.0", 12);
+      // List<Short> state = S7control.getinstance().ReadWord("DB103.0", 10);
+
+      Boolean[] values = { false, true, true, true, true, true, true, true, true,
+              true};
+      List<Boolean> paramlist = new ArrayList<>(Arrays.asList(values));
+      Short[] values1 = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
+      List<Short> arraylist = new ArrayList<>(Arrays.asList(values1));
+
+      Short[] values2 = { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 };
+      List<Short> state = new ArrayList<>(Arrays.asList(values2));
+
+      JSONObject jsonObject = new JSONObject();
+      short[] params = new short[paramlist.size()];
+      for (int i = 0; i < paramlist.size(); i++) {
+        boolean value = paramlist.get(i);
+        params[i] = value ? (short) 1 : (short) 0;
+      }
+      // new short[]{1,1, 1, 1, 1, 1, 2, 33, 2,3, 4, 5}
+      // new short[]{0,0, 0, 0, 0, 0, 0, 0, 0, 0}
+      jsonObject.append("params", params);
+      jsonObject.append("params", arraylist);
+      jsonObject.append("params", state);
+
+      WebSocketServer sendwServer = WebSocketServer.sessionMap.get("Parameter2");
+      if (sendwServer != null) {
+        sendwServer.sendMessage(jsonObject.toString());
+      }
+
+      WebSocketServer webSocketServer = WebSocketServer.sessionMap.get("Parameter2");
+      if (webSocketServer != null) {
+
+        List<String> messages = webSocketServer.getMessages();
+
+        String addressList = "DB2.0.0";
+
+        if (!messages.isEmpty()) {
+          // 灏嗘渶鍚庝竴涓秷鎭浆鎹负鏁存暟绫诲瀷鐨勫垪琛�
+          String lastMessage = messages.get(messages.size() - 1);
+          System.out.println("messages锛�" + messages);
+          String[] parts = lastMessage.split(",");
+          List<Integer> messageValues = new ArrayList<>();
+          for (String part : parts) {
+            try {
+              // 浣跨敤姝e垯琛ㄨ揪寮忔竻闄ら潪鏁板瓧瀛楃
+              String cleanedPart = part.replaceAll("[^0-9-]", "");
+              Integer value = Integer.parseInt(cleanedPart.trim());
+              messageValues.add(value);
+            } catch (NumberFormatException e) {
+              // 濡傛灉鏃犳硶瑙f瀽涓烘暣鏁扮被鍨嬶紝鍒欏拷鐣ヨ閮ㄥ垎
+//              e.printStackTrace();
+            }
+          }
+
+          // 灏嗘秷鎭�艰浆鎹负甯冨皵鍒楄〃
+          List<Boolean> messageBooleans = new ArrayList<>();
+          for (Integer value : messageValues) {
+            messageBooleans.add(value == 1 ? true : false);
+          }
+
+          // 灏嗗竷灏斿垪琛ㄥ啓鍏� PLC
+//          S7control.getinstance().WriteBit(addressList, messageBooleans);
+          System.out.println("messageValues锛�" + messageBooleans);
+          System.out.println("addressList锛�" + addressList);
+          // 娓呯┖娑堟伅鍒楄〃
+          webSocketServer.clearMessages();
+        }
+      }
+    }
+  }
+}
diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcPositioning1.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcPositioning1.java
new file mode 100644
index 0000000..a53ded8
--- /dev/null
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcPositioning1.java
@@ -0,0 +1,151 @@
+package com.example.springboot.component;
+
+import cn.hutool.json.JSONArray;
+import cn.hutool.json.JSONObject;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Arrays;
+import java.io.BufferedReader;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.InputStreamReader;
+import java.io.UnsupportedEncodingException;
+
+import org.apache.commons.io.FileUtils;
+
+public class PlcPositioning1 extends Thread {
+    String name = "";
+    Integer count = 0;
+
+    public static String readFileToString(String filePath) throws IOException {
+        File file = new File(filePath);
+        return FileUtils.readFileToString(file, "UTF-8");
+    }
+
+    public void readValue() {
+        String str = "";
+        BufferedReader bufferedReader = null;
+        FileInputStream fileInputStream;
+        try {
+            // 浠庢枃浠朵腑璇诲彇瀛楄妭鏁版嵁瀛樺叆 fileInputStream
+            fileInputStream = new FileInputStream("CanadaMes-ui/src/configuration/address.json");
+            // 璇诲彇 fileInputStream 涓瓧鑺傚苟灏嗗叾瑙g爜涓哄瓧绗�
+            InputStreamReader inputStreamReader = new InputStreamReader(fileInputStream, "utf-8");
+            // 鎻愰珮璇诲彇鏁堢巼锛屽湪 BufferedReader 鍐呭寘瑁� InputStreamReader
+            bufferedReader = new BufferedReader(inputStreamReader);
+            String line = null;
+            // 灏� bufferedReader 鍐呭涓�琛屼竴琛岃祴鍊肩粰str
+            while ((line = bufferedReader.readLine()) != null) {
+                str += line;
+            }
+
+            // 灏唖tr瀛楃涓叉牸寮忚浆涓簀son
+            JSONObject jsonObject = new JSONObject(str);
+
+            // 鑾峰彇json涓殑鍊�
+            JSONArray address = jsonObject.getJSONArray("Positioning1");
+            for (int i = 0; i < address.size(); i++) {
+                JSONObject ress = (JSONObject) address.get(i);
+
+                this.name = ress.getStr("name");
+                this.count = ress.getInt("count");
+                System.out.println("messageValues锛�" + this.name);
+                System.out.println("messageValues锛�" + this.count);
+            }
+
+        } catch (FileNotFoundException e) {
+            e.printStackTrace();
+        } catch (UnsupportedEncodingException e) {
+            e.printStackTrace();
+        } catch (IOException e) {
+            e.printStackTrace();
+        }
+    }
+
+    @Override
+    public void run() {
+        while (this != null) {
+            try {
+                Thread.sleep(1000);
+
+            } catch (InterruptedException e) {
+                e.printStackTrace();
+            }
+//        this.readValue();
+//            String PlcAddress = this.name;
+//            Integer Plccount = this.count;
+
+            // System.out.println(stt);
+            // List<Short> arraylist = S7control.getinstance().ReadWord("DB100.0", 12);
+            // List<Short> state = S7control.getinstance().ReadWord("DB103.0", 10);
+//            Short[] 瀛樼墖 = { 1 };
+//            List<Short> 瀛樼墖1 = new ArrayList<>(Arrays.asList(瀛樼墖));
+//            Short[] 鎺ョ墖 = { 1 };
+//            List<Short> 鎺ョ墖1 = new ArrayList<>(Arrays.asList(鎺ョ墖));
+//            Short[] 闂磋窛 = { 1 };
+//            List<Short> 闂磋窛1 = new ArrayList<>(Arrays.asList(闂磋窛));
+            Short[] values1 = {1,1,1, 1,2, 3, 4, 5, 6, 7, 8, 9, 10,11, 12,13,14,15,16,17,18,19,20 };
+            List<Short> arraylist = new ArrayList<>(Arrays.asList(values1));
+
+
+            JSONObject jsonObject = new JSONObject();
+
+
+            jsonObject.append("params", arraylist);
+
+
+            WebSocketServer sendwServer = WebSocketServer.sessionMap.get("Positioning1");
+            if (sendwServer != null) {
+                sendwServer.sendMessage(jsonObject.toString());
+            }
+
+            WebSocketServer webSocketServer = WebSocketServer.sessionMap.get("Positioning1");
+            if (webSocketServer != null) {
+                List<String> messages = webSocketServer.getMessages();
+
+                String addressList3 = "DB100.12";
+
+                if (!messages.isEmpty()) {
+                    // 灏嗘渶鍚庝竴涓秷鎭浆鎹负 short 绫诲瀷鐨勫垪琛�
+                    String lastMessage = messages.get(messages.size() - 1);
+//        System.out.println("lastMessage锛�" + lastMessage);
+                    JSONArray messageArray = new JSONArray(lastMessage);
+
+                    // 鏁村悎绗� 1 鍒� 3 涓暟缁勫苟鍘绘帀 null 鍏冪礌
+                    List<Short> mergedList = new ArrayList<>();
+                    for (int i = 0; i < 5; i++) {
+                        JSONArray sublist = messageArray.getJSONArray(i);
+                        for (int j = 0; j < sublist.size(); j++) {
+                            Object value = sublist.get(j);
+                            if (value != null && !value.toString().equals("null")) {
+                                try {
+                                    String cleanedValue = value.toString().replaceAll("[^0-9-]", "");
+                                    short sValue = Short.parseShort(cleanedValue.trim());
+                                    mergedList.add(sValue);
+                                } catch (NumberFormatException e) {
+                                    // 濡傛灉鏃犳硶瑙f瀽涓� short 绫诲瀷锛屽垯蹇界暐璇ラ儴鍒�
+                                    System.err.println("Could not parse value: " + value);
+                                }
+                            }
+                        }
+                    }
+
+
+                    // 鍐欏叆绗瑈i涓湴鍧�
+                    if (!mergedList.isEmpty()) {
+//            S7control.getinstance().WriteWord(addressList3, mergedList);
+                        System.out.println("messageValue锛�" + mergedList + " written to PLC at address " + addressList3);
+                    }
+
+                    // 娓呯┖娑堟伅鍒楄〃
+                    webSocketServer.clearMessages();
+                }
+
+
+            }
+        }
+    }
+}
diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcPositioning2.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcPositioning2.java
new file mode 100644
index 0000000..31c5ad8
--- /dev/null
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcPositioning2.java
@@ -0,0 +1,139 @@
+package com.example.springboot.component;
+
+import cn.hutool.json.JSONArray;
+import cn.hutool.json.JSONObject;
+import org.apache.commons.io.FileUtils;
+
+import java.io.*;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+
+public class PlcPositioning2 extends Thread {
+    String name = "";
+    Integer count = 0;
+
+    public static String readFileToString(String filePath) throws IOException {
+        File file = new File(filePath);
+        return FileUtils.readFileToString(file, "UTF-8");
+    }
+
+    public void readValue() {
+        String str = "";
+        BufferedReader bufferedReader = null;
+        FileInputStream fileInputStream;
+        try {
+            // 浠庢枃浠朵腑璇诲彇瀛楄妭鏁版嵁瀛樺叆 fileInputStream
+            fileInputStream = new FileInputStream("CanadaMes-ui/src/configuration/address.json");
+            // 璇诲彇 fileInputStream 涓瓧鑺傚苟灏嗗叾瑙g爜涓哄瓧绗�
+            InputStreamReader inputStreamReader = new InputStreamReader(fileInputStream, "utf-8");
+            // 鎻愰珮璇诲彇鏁堢巼锛屽湪 BufferedReader 鍐呭寘瑁� InputStreamReader
+            bufferedReader = new BufferedReader(inputStreamReader);
+            String line = null;
+            // 灏� bufferedReader 鍐呭涓�琛屼竴琛岃祴鍊肩粰str
+            while ((line = bufferedReader.readLine()) != null) {
+                str += line;
+            }
+
+            // 灏唖tr瀛楃涓叉牸寮忚浆涓簀son
+            JSONObject jsonObject = new JSONObject(str);
+
+            // 鑾峰彇json涓殑鍊�
+            JSONArray address = jsonObject.getJSONArray("Positioning2");
+            for (int i = 0; i < address.size(); i++) {
+                JSONObject ress = (JSONObject) address.get(i);
+
+                this.name = ress.getStr("name");
+                this.count = ress.getInt("count");
+                System.out.println("messageValues锛�" + this.name);
+                System.out.println("messageValues锛�" + this.count);
+            }
+
+        } catch (FileNotFoundException e) {
+            e.printStackTrace();
+        } catch (UnsupportedEncodingException e) {
+            e.printStackTrace();
+        } catch (IOException e) {
+            e.printStackTrace();
+        }
+    }
+
+    @Override
+    public void run() {
+        while (this != null) {
+            try {
+                Thread.sleep(1000);
+
+            } catch (InterruptedException e) {
+                e.printStackTrace();
+            }
+//        this.readValue();
+//            String PlcAddress = this.name;
+//            Integer Plccount = this.count;
+
+            // System.out.println(stt);
+            // List<Short> arraylist = S7control.getinstance().ReadWord("DB100.0", 12);
+            // List<Short> state = S7control.getinstance().ReadWord("DB103.0", 10);
+            Short[] values1 = { 1,2, 3, 4, 5 , 11, 12,13,14,15};
+            List<Short> arraylist = new ArrayList<>(Arrays.asList(values1));
+
+
+            JSONObject jsonObject = new JSONObject();
+            // new short[]{1,1, 1, 1, 1, 1, 2, 33, 2,3, 4, 5}
+            // new short[]{0,0, 0, 0, 0, 0, 0, 0, 0, 0}
+
+            jsonObject.append("params", arraylist);
+
+
+            WebSocketServer sendwServer = WebSocketServer.sessionMap.get("Positioning2");
+            if (sendwServer != null) {
+                sendwServer.sendMessage(jsonObject.toString());
+            }
+
+            WebSocketServer webSocketServer = WebSocketServer.sessionMap.get("Positioning2");
+            if (webSocketServer != null) {
+                List<String> messages = webSocketServer.getMessages();
+
+                String addressList3 = "DB100.12";
+
+                if (!messages.isEmpty()) {
+                    // 灏嗘渶鍚庝竴涓秷鎭浆鎹负 short 绫诲瀷鐨勫垪琛�
+                    String lastMessage = messages.get(messages.size() - 1);
+//        System.out.println("lastMessage锛�" + lastMessage);
+                    JSONArray messageArray = new JSONArray(lastMessage);
+
+                    // 鏁村悎绗� 1 鍒� 3 涓暟缁勫苟鍘绘帀 null 鍏冪礌
+                    List<Short> mergedList = new ArrayList<>();
+                    for (int i = 0; i < 2; i++) {
+                        JSONArray sublist = messageArray.getJSONArray(i);
+                        for (int j = 0; j < sublist.size(); j++) {
+                            Object value = sublist.get(j);
+                            if (value != null && !value.toString().equals("null")) {
+                                try {
+                                    String cleanedValue = value.toString().replaceAll("[^0-9-]", "");
+                                    short sValue = Short.parseShort(cleanedValue.trim());
+                                    mergedList.add(sValue);
+                                } catch (NumberFormatException e) {
+                                    // 濡傛灉鏃犳硶瑙f瀽涓� short 绫诲瀷锛屽垯蹇界暐璇ラ儴鍒�
+                                    System.err.println("Could not parse value: " + value);
+                                }
+                            }
+                        }
+                    }
+
+
+                    // 鍐欏叆绗瑈i涓湴鍧�
+                    if (!mergedList.isEmpty()) {
+//            S7control.getinstance().WriteWord(addressList3, mergedList);
+                        System.out.println("messageValue锛�" + mergedList + " written to PLC at address " + addressList3);
+                    }
+
+                    // 娓呯┖娑堟伅鍒楄〃
+                    webSocketServer.clearMessages();
+                }
+
+
+            }
+        }
+    }
+}
diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/S7control.java b/springboot-vue3/src/main/java/com/example/springboot/component/S7control.java
index 593a8b9..5caea97 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/S7control.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/S7control.java
@@ -90,6 +90,8 @@
         s7PLC.writeMultiData(addressWrite);
     }
 
+
+
     /**
      * 鎸夋寚瀹氱殑鍦板潃 鍐欏叆涓�涓狟it
      * 
@@ -162,6 +164,56 @@
         return s7PLC.readInt16(address);
     }
 
+    public List<Short> readWords(List<String> addresses) {
+        if (s7PLC == null) {
+            return null;
+        }
+
+        List<Short> data = new ArrayList<>();
+
+        for (String address : addresses) {
+            if (address.contains("-")) {
+                String[] range = address.split("-");
+                String startAddress = range[0];
+                String endAddress = range[1];
+
+                if (startAddress.equals(endAddress)) {
+                    // 鍗曚釜鍦板潃
+                    Short value = s7PLC.readInt16(startAddress);
+                    data.add(value);
+                } else {
+                    // 鑼冨洿鍦板潃
+                    int startIndex = getIndexFromAddress(startAddress);
+                    int endIndex = getIndexFromAddress(endAddress);
+
+                    for (int i = startIndex; i <= endIndex; i++) {
+                        String currentAddress = getAddressFromIndex(i);
+                        Short value = s7PLC.readInt16(currentAddress);
+                        data.add(value);
+                    }
+                }
+            } else {
+                // 鍗曚釜鍦板潃
+                Short value = s7PLC.readInt16(address);
+                data.add(value);
+            }
+        }
+
+        return data;
+    }
+
+    private int getIndexFromAddress(String address) {
+
+        // 鍙互瑙f瀽鍑哄湴鍧�涓殑鏁板瓧閮ㄥ垎锛屽苟杞崲涓烘暣鏁�
+        return 0;
+    }
+
+    private String getAddressFromIndex(int index) {
+
+        // 鏁存暟杞崲涓哄湴鍧�鏍煎紡鐨勫瓧绗︿覆
+        return "";
+    }
+
     /**
      * 鎸夋寚瀹氱殑鍦板潃 璇诲彇word缁撴灉闆�
      * 
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 9eaa9f7..8978f12 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
@@ -13,6 +13,11 @@
 import com.example.springboot.component.Plcalarm;
 import com.example.springboot.component.Plcsign;
 import com.example.springboot.component.Plcstate;
+import com.example.springboot.component.PlcPositioning1;
+import com.example.springboot.component.PlcPositioning2;
+import com.example.springboot.component.PlcParameter2;
+import com.example.springboot.component.PlcParameter1;
+import com.example.springboot.component.PlcServoManualone;
 
 @Component
 @Order(1)
@@ -27,16 +32,21 @@
 
     // new PlcHold().start();
 
-    // new Plcaction().start();
-
-    new Plchome().start();
-
-    // new PlcParameter().start();
-
-    // new Plcalarm().start();
-
-    // new Plcsign().start();
-
-    // new Plcstate().start();
+//  new Plcaction().start();
+//
+//    new Plchome().start();
+//
+//  new PlcParameter().start();
+//
+//    new Plcalarm().start();
+//
+//    new Plcsign().start();
+//
+//    new Plcstate().start();
+ new PlcPositioning1().start();
+      new PlcPositioning2().start();
+      new PlcParameter2().start();
+      new PlcParameter1().start();
+      new PlcServoManualone().start();
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0