自动化立体仓库 - WMS系统
#
qlsxk
2025-10-16 066bf27a40d70cd0b0f2a1af88bb40b91607693a
src/main/resources/application.yml
@@ -51,13 +51,25 @@
# 下位机配置
wcs-slave:
  locGroupAsc: [[1],[3,4,5,6],[10,9,8,7],[12,13],[15,14],[17,18,19,20,21,22,23],[2],[11],[16]]
  # 由浅入深
  locGroupAscOrder: [
    {rowList: [1],minBay: 1,maxBay: 16},
    {rowList: [3,4,5,6],minBay: 1,maxBay: 16},
    {rowList: [10,9,8,7],minBay: 1,maxBay: 16},
    {rowList: [10,9,8,7,6,5,4,3],minBay: 17,maxBay: 22},
    {rowList: [12,13],minBay: 1,maxBay: 22},
    {rowList: [15,14],minBay: 1,maxBay: 22},
    {rowList: [17,18,19,20,21,22,23],minBay: 1,maxBay: 22},
    {rowList: [2],minBay: 1,maxBay: 22},
    {rowList: [11],minBay: 1,maxBay: 22},
    {rowList: [16],minBay: 1,maxBay: 22},
  ]
#wcs对接
wcs:
  #地址
  address:
    URL: http://127.0.0.1:9092/wcs
    URL: http://127.0.0.1:8080/wcs
    #出库移库任务下发
    outboundTaskSend: open/outboundTaskSend
    deviceStatus : open/deviceStatus
@@ -65,7 +77,7 @@
led:
  ip: 192.168.1.198
  url: wms
  port: 8081
  port: 8080
  id: 1002
#erp对接