From 6ba157825d34078a75fee36cb66ead17327f5b32 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 29 四月 2025 14:32:55 +0800
Subject: [PATCH] #

---
 src/main/resources/application.yml |   34 +++++++++++++++++++++++++++-------
 1 files changed, 27 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0cdf7d1..4629c92 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 9091
+  port: 8080
   servlet:
     context-path: /@pom.build.finalName@
 
@@ -34,7 +34,9 @@
   enable: false
 
 wms:
-  url: 127.0.0.1:8080/ykwms
+  url: 127.0.0.1:9090/ykwms
+inventory:
+  number: 7
 
 # 涓嬩綅鏈洪厤缃�
 wcs-slave:
@@ -81,15 +83,15 @@
     # 鍫嗗灈鏈哄叆搴撶珯鐐�
     crnInStn[0]:
       devpPlcId: ${wcs-slave.devp[0].id}
-      staNo: 127
-      row: 6
+      staNo: 131
+      row: 7
       bay: 1
       lev: 1
     # 鍫嗗灈鏈哄嚭搴撶珯鐐�
     crnOutStn[0]:
       devpPlcId: ${wcs-slave.devp[0].id}
-      staNo: 131
-      row: 7
+      staNo: 127
+      row: 6
       bay: 1
       lev: 1
   # 鍫嗗灈鏈�3
@@ -236,6 +238,7 @@
     inSta[0]:
       staNo: 106
       barcode: ${wcs-slave.barcode[0].id}
+      barcodeMat: ${wcs-slave.barcode[3].id}
       backSta: 105
       led: ${wcs-slave.led[1].id}
     # 绌烘澘鍏ュ簱鍙�1
@@ -254,6 +257,7 @@
     inSta[1]:
       staNo: 107
       barcode: ${wcs-slave.barcode[1].id}
+      barcodeMat: ${wcs-slave.barcode[4].id}
       backSta: 108
       led: ${wcs-slave.led[2].id}
     # 绌烘澘鍏ュ簱鍙�1
@@ -265,6 +269,7 @@
     inSta[2]:
       staNo: 159
       barcode: ${wcs-slave.barcode[2].id}
+      barcodeMat: ${wcs-slave.barcode[5].id}
       backSta: 160
       led: ${wcs-slave.led[5].id}
 #    # 鎷f枡鍏ュ簱鍙�1
@@ -297,6 +302,21 @@
   # 鏉$爜鎵弿浠�3
   barcode[2]:
     id: 3
+    ip: 10.10.10.123
+    port: 51236
+  # 鏉$爜鎵弿浠�1mat
+  barcode[3]:
+    id: 4
+    ip: 10.10.10.121
+    port: 51236
+  # 鏉$爜鎵弿浠�2mat
+  barcode[4]:
+    id: 5
+    ip: 10.10.10.122
+    port: 51236
+  # 鏉$爜鎵弿浠�3mat
+  barcode[5]:
+    id: 6
     ip: 10.10.10.123
     port: 51236
    # LED1
@@ -340,4 +360,4 @@
     ip: 10.10.10.106
     port: 5005
     devpPlcId: ${wcs-slave.devp[0].id}
-    staArr: 160
\ No newline at end of file
+    staArr: 160,159
\ No newline at end of file

--
Gitblit v1.9.1