自动化立体仓库 - WMS系统
cl
23 小时以前 91c235d583d3f6579d060fac9fa91faa65a1b42c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
server:
  port: 18080
  servlet:
    context-path: /@pom.build.finalName@
 
spring:
  application:
    name: @pom.build.finalName@
  jmx:
    enabled: false
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=lggslasrs
#    url: jdbc:sqlserver://10.10.10.235;databasename=jshdasrs
#    url: jdbc:sqlserver://192.168.4.191:50948;databasename=jshdasrs
    username: sa
    password: sa@123
  mvc:
    static-path-pattern: /**
  redis:
    host: localhost
    port: 6379
    database: 0
#    password: xltys1995
  servlet:
    multipart:
      maxFileSize: 100MB
      maxRequestSize: 100MB
 
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
 
logging:
  file:
    path: /stock/out/@pom.build.finalName@/logs
 
super:
  pwd: asrs2023
 
swagger:
  enable: false
 
#License相关配置
license:
  subject: lggslasrs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
 
llm:
  base-url: http://47.76.147.249:9998/e/7g7kqxxt1ei2un71
  api-key: app-mP0O6aY5WpbfaHs7BNnjVkli
  model: deepseek-ai/DeepSeek-V3.2
 
# 下位机配置
wcs-slave:
  # 双深
  doubleDeep: true
  # 双深库位排号
  doubleLocs: 1,4,5,8,9,12,13,16,17,20
  # 一个堆垛机负责的货架排数
  groupCount: 4
  # 左深库位排号
  doubleLocsLeft: 1,5,9,13,17
  # 右深库位排号
  doubleLocsRight: 4,8,12,16,20
# wms参数配置
wms-parameter:
  # 自动补空板功能开关
  automaticFillingBoardStaNosBoolean: false
  # 自动补空板站点
  automaticFillingBoardStaNos: 112,101
  # 自动移库功能开关
  autoLocMoveBoolean: false
  # 自动移库功能开关 穿梭
  autoLocMoveUnilateralBoolean: false
 
comb:
  limit: 5000
 
#mes对接
mes:
  url: 127.0.0.1:8080
  #站点获取接口
  stationaddress: 123
 
#erp对接
erp:
  #  开关
  switch:
    #计时器上报开关
    ErpReportOld: true
  #  地址
  address:
    URL: http://192.168.160.8:8088
    #入库上报
    Inaddress: /api/Service/InPalletCompleted
    #出库上报
    Outaddress: /api/Service/OutPalletCompleted
 
#wcs任务下发
wcs:
  #  开关
  switch: true
  status-sync:
    enabled: true
    # 失败时是否打 WARN/ERROR(本地无 WCS 时可设 false,需排查时再开)
    log-on-failure: true
    initial-delay: 10000
    fixed-delay: 5000
    method: POST
  #  地址
  address:
    URL: http://127.0.0.1:9090/wcs
    #入库任务下发地址
    createInTask : /openapi/createInTask
    #出库任务下发地址
    createOutTask: /openapi/createOutTaskBatch
    #移库任务下发地址
    createLocMoveTask: /openapi/createLocMoveTask
    #pause out task
    stopOutTask: /openapi/cancelTaskBatch
    #设备状态获取地址
    getDeviceStatus: /openapi/deviceStatus
    #按 WMS 任务号查询 WCS 是否已接收任务
    queryTask: /openapi/queryTask
 
 
# AWS IoT 对接开关与 topic/证书配置。
# 默认关闭,只有配置齐 endpoint 和证书路径后才会尝试建连。
iot:
  enabled: false
#  endpoint: 192.168.100.170
#  port: 1883
  endpoint: a21wi8dwvkjf1d.ats.iot.cn-north-1.amazonaws.com.cn
  port: 8883
  thingName: asrs-iot-client
  clientId: asrs-iot-client
  cleanSession: false
  automaticReconnect: true
  keepAliveSeconds: 60
  connectionTimeoutSeconds: 10
  persistenceDir: .local/iot-mqtt
  caCertPath: D:/work/work-zy/gsl/zy-wms-gsl/src/main/resources/iot-certs/AmazonRootCA1.pem
  clientCertPath: D:/work/work-zy/gsl/zy-wms-gsl/src/main/resources/iot-certs/device-certificate.pem.crt
  privateKeyPath: D:/work/work-zy/gsl/zy-wms-gsl/src/main/resources/iot-certs/device-private.pem.key
  topics:
    #亚马逊发送组托给wms,在托盘上收到纸箱后,发布堆垛指令以将托盘发送到仓库。
    egressStow: glenn/instruction/icng/egress/asrs/stow
    #亚马逊发送出库指令给wms,启动拣选请求后,发布拣选指令以引导ASRS从料箱中取货。
    egressPick: glenn/instruction/icng/egress/asrs/pick
    #wms入库完成发送给亚马逊,ASRS实际拖拽托盘到料箱后,发布堆垛动作以同步BPS数据。
    egressFeedback: glenn/instruction/icng/egress/asrs/feedback
    #wms出库完成发送给亚马逊,在ASRS实际从料箱取货后,发布拣选动作sz XBPS数据。
    ingressStow: glenn/instruction/icng/ingress/asrs/stow
    #ASRS 接收到 XBPS 指令后,向反馈XBPS 发送响应。
    ingressPick: glenn/instruction/icng/ingress/asrs/pick
    #在XBPs收到ASRS操作后,向反馈ASRS发送响应
    ingressFeedback: glenn/instruction/icng/ingress/asrs/feedback
  pickStationMappings:
    ASRSOutbound1: 101