From 2d6b2d588fdc7b664ab033807e2d453b8cbd9cdc Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期四, 20 十一月 2025 18:43:15 +0800
Subject: [PATCH] 异常条码退回
---
src/main/resources/application.yml | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 89b40e9..cbad042 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -125,6 +125,12 @@
barcode: ${wcs-slave.barcode[0].id}
backSta: 103
led: ${wcs-slave.led[0].id}
+ # 绌烘澘鍏ュ簱鍙�1
+ emptyInSta[1]:
+ staNo: 104
+ barcode: ${wcs-slave.barcode[0].id}
+ backSta: 104
+ led: ${wcs-slave.led[0].id}
# 绌烘澘鍏ュ簱鍙�2
#emptyInSta[1]:
#staNo: 223
@@ -142,17 +148,17 @@
# LED1
led[0]:
id: 121
- ip: 10.10.10.51
+ ip: 10.10.10.150
port: 5005
devpPlcId: ${wcs-slave.devp[0].id}
- staArr: 102
+ staArr: 104
crnId: 1
# LED2
led[1]:
id: 123
- ip: 10.10.10.52
+ ip: 10.10.10.151
port: 5005
devpPlcId: ${wcs-slave.devp[0].id}
- staArr: 104
+ staArr: 102
crnId: 1
--
Gitblit v1.9.1