server:
|
port: 9090
|
servlet:
|
context-path: /@pom.build.finalName@
|
|
spring:
|
application:
|
name: @pom.build.finalName@
|
datasource:
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
url: jdbc:sqlserver://10.10.10.100:1433;databasename=bfasrs
|
# url: jdbc:sqlserver://localhost:1433;databasename=bfasrs
|
username: sa
|
# password: Zoneyung@zy56$
|
password: sa@123
|
mvc:
|
static-path-pattern: /**
|
redis:
|
host: localhost
|
port: 6379
|
database: 0
|
# password: xltys1995
|
|
mybatis-plus:
|
mapper-locations: classpath:mapper/*.xml
|
# global-config:
|
# field-strategy: 0
|
|
logging:
|
path: /stock/out/@pom.build.finalName@/logs
|
|
super:
|
pwd: xltys1995
|
|
swagger:
|
enable: false
|
|
wms:
|
url: localhost:8080/bfwms
|
|
# 下位机配置
|
wcs-slave:
|
# 双深
|
doubleDeep: false
|
# 双深库位排号
|
doubleLocs: 1,4,5,8,9,12,13,16,17,20
|
# 一个堆垛机负责的货架排数
|
groupCount: 4
|
# 堆垛机1
|
crn[0]:
|
id: 1
|
ip: 10.10.10.10
|
port: 102
|
rack: 0
|
slot: 0
|
# 偏移量,当堆垛机站点列号=1时,偏移量=2
|
offset: 2
|
demo: false
|
# 堆垛机入库站点
|
crnInStn[0]:
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staNo: 107
|
row: 4
|
bay: 4
|
lev: 1
|
# 堆垛机出库站点
|
crnOutStn[0]:
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staNo: 108
|
row: 4
|
bay: 5
|
lev: 1
|
# 堆垛机2
|
crn[1]:
|
id: 2
|
ip: 10.10.10.20
|
port: 102
|
rack: 0
|
slot: 0
|
# 偏移量,当堆垛机站点列号=1时,偏移量=2
|
offset: 2
|
demo: false
|
# 堆垛机入库站点
|
crnInStn[0]:
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staNo: 111
|
row: 11
|
bay: 5
|
lev: 1
|
# 堆垛机入库站点
|
crnInStn[1]:
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staNo: 211
|
row: 12
|
bay: 5
|
lev: 1
|
# 堆垛机出库站点
|
crnOutStn[0]:
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staNo: 104
|
row: 11
|
bay: 4
|
lev: 1
|
# 堆垛机出库站点
|
crnOutStn[1]:
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staNo: 204
|
row: 12
|
bay: 4
|
lev: 1
|
# 堆垛机3
|
crn[2]:
|
id: 3
|
ip: 10.10.10.30
|
port: 102
|
rack: 0
|
slot: 0
|
# 偏移量,当堆垛机站点列号=1时,偏移量=2
|
offset: 2
|
demo: false
|
# 堆垛机入库站点
|
crnInStn[0]:
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staNo: 207
|
row: 18
|
bay: 4
|
lev: 1
|
# 堆垛机出库站点
|
crnOutStn[0]:
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staNo: 208
|
row: 18
|
bay: 5
|
lev: 1
|
# 穿梭车1
|
ste[0]:
|
id: 1
|
ip: 10.10.10.40
|
port: 502
|
rack: 0
|
slot: 0
|
# 穿梭车2
|
ste[1]:
|
id: 2
|
ip: 10.10.10.41
|
port: 502
|
rack: 0
|
slot: 0
|
# 穿梭车3
|
ste[2]:
|
id: 3
|
ip: 10.10.10.42
|
port: 502
|
rack: 0
|
slot: 0
|
# 输送线
|
devp[0]:
|
id: 1
|
ip: 10.10.10.61
|
port: 102
|
rack: 0
|
slot: 0
|
# 入库口1
|
inSta[0]:
|
staNo: 103
|
barcode: ${wcs-slave.barcode[0].id}
|
backSta: 100
|
led: ${wcs-slave.led[0].id}
|
# 入库口1
|
inSta[1]:
|
staNo: 203
|
barcode: ${wcs-slave.barcode[1].id}
|
backSta: 200
|
led: ${wcs-slave.led[2].id}
|
# 空板入库口1
|
emptyInSta[0]:
|
staNo: 103
|
# 空板入库口1
|
emptyInSta[1]:
|
staNo: 203
|
# 出库口1
|
outSta[0]:
|
staNo: 100
|
# 出库口2
|
outSta[1]:
|
staNo: 200
|
# 拣料入库口
|
pickSta[0]:
|
staNo: 300
|
# 条码扫描仪
|
barcode[0]:
|
id: 1
|
ip: 10.10.10.52
|
port: 51236
|
# 条码扫描仪
|
barcode[1]:
|
id: 2
|
ip: 10.10.10.53
|
port: 51236
|
# LED1
|
led[0]:
|
id: 1
|
ip: 10.10.10.205
|
port: 5005
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staArr: 100
|
# LED1
|
led[1]:
|
id: 2
|
ip: 10.10.10.206
|
port: 5005
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staArr: 300
|
# LED1
|
led[2]:
|
id: 3
|
ip: 10.10.10.207
|
port: 5005
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staArr: 200
|