From f8a9c01c511faf1bdbf34e29269f675dcd34ff61 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期五, 14 十一月 2025 10:50:06 +0800
Subject: [PATCH] 空托自动出库调整
---
src/main/resources/application.yml | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index ecff19e..0e0de48 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,15 +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
+ 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
+ crnId: 1
--
Gitblit v1.9.1