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://127.0.0.1:1433;databasename=xzjlasrs username: sa # password: Zoneyung@zy56$ password: sa mvc: static-path-pattern: /** redis: host: 127.0.0.1 port: 6379 database: 0 # password: 123456 mybatis-plus: mapper-locations: classpath:mapper/*.xml # global-config: # field-strategy: 0 # configuration: # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl logging: path: /stock/out/@pom.build.finalName@/logs super: pwd: xltys1995 swagger: enable: false wms: url: localhost:8080/xzjlwms erp: db: driver_class_name: com.microsoft.sqlserver.jdbc.SQLServerDriver ur: jdbc:sqlserver://10.10.10.209:1433;databasename=POY_ASRS username: poy-asrs password: Poy@2022 # 下位机配置 wcs-slave: # 双深 doubleDeep: true # 双深库位排号 doubleLocs: 32 # 一个堆垛机负责的货架排数 groupCount: 2 # 穿梭车通道库位 channel: '0100101' # # 堆垛机1 # crn[0]: # id: 1 # ip: 10.10.10.110 # port: 102 # rack: 0 # slot: 0 # # 偏移量,当堆垛机站点列号=1时,偏移量=2 # offset: 2 # demo: false # # 堆垛机入库站点 # crnInStn[0]: # devpPlcId: ${wcs-slave.devp[0].id} # staNo: 102 # row: 4 # bay: 6 # lev: 1 # # 堆垛机入库站点 # crnInStn[1]: # devpPlcId: ${wcs-slave.devp[0].id} # staNo: 202 # row: 4 # bay: 6 # lev: 3 # # 堆垛机入库站点 # crnInStn[2]: # devpPlcId: ${wcs-slave.devp[0].id} # staNo: 302 # row: 4 # bay: 6 # lev: 6 # # 堆垛机出库站点 # crnOutStn[0]: # devpPlcId: ${wcs-slave.devp[0].id} # staNo: 102 # row: 4 # bay: 6 # lev: 1 # # 堆垛机出库站点 # crnOutStn[1]: # devpPlcId: ${wcs-slave.devp[0].id} # staNo: 202 # row: 4 # bay: 6 # lev: 3 # # 堆垛机出库站点 # crnOutStn[2]: # devpPlcId: ${wcs-slave.devp[0].id} # staNo: 302 # row: 4 # bay: 6 # lev: 6 # 输送线 devp[0]: id: 1 ip: 10.10.10.100 port: 102 rack: 0 slot: 0 # 入库口1 inSta[0]: staNo: 100 backSta: 100 barcode: ${wcs-slave.barcode[0].id} led: ${wcs-slave.led[0].id} # 空板入库口1 emptyInSta[0]: staNo: 102 backSta: 100 barcode: ${wcs-slave.barcode[0].id} led: ${wcs-slave.led[0].id} # 出库口1 outSta[0]: staNo: 104 led: ${wcs-slave.led[1].id} # 拣料出库口 pickInSta[0]: staNo: 100 barcode: ${wcs-slave.barcode[0].id} backSta: 100 led: ${wcs-slave.led[0].id} # 货架入库站点 rackInStn[0]: devpPlcId: ${wcs-slave.devp[0].id} staNo: 105 row: 4 bay: 6 lev: 1 # 货架入库站点 rackInStn[1]: devpPlcId: ${wcs-slave.devp[0].id} staNo: 106 row: 4 bay: 6 lev: 3 # 货架入库站点 rackInStn[2]: devpPlcId: ${wcs-slave.devp[0].id} staNo: 107 row: 4 bay: 6 lev: 6 # 货架入库站点 rackInStn[3]: devpPlcId: ${wcs-slave.devp[0].id} staNo: 108 row: 4 bay: 6 lev: 6 # 货架出库站点 rackOutStn[0]: devpPlcId: ${wcs-slave.devp[0].id} staNo: 100 row: 15 bay: 2 lev: 1 # 货架出库站点 rackOutStn[1]: devpPlcId: ${wcs-slave.devp[0].id} staNo: 104 row: 4 bay: 6 lev: 1 # 货架出库站点 rackOutStn[2]: devpPlcId: ${wcs-slave.devp[0].id} staNo: 105 row: 4 bay: 6 lev: 3 # 货架出库站点 rackOutStn[3]: devpPlcId: ${wcs-slave.devp[0].id} staNo: 108 row: 4 bay: 6 lev: 6 # 条码扫描仪 barcode[0]: id: 1 ip: 10.10.10.102 port: 51236 # LED1 led[0]: id: 1 ip: 10.10.10.241 port: 5005 devpPlcId: ${wcs-slave.devp[0].id} staArr: 102 # LED2 led[1]: id: 2 ip: 10.10.10.242 port: 5005 devpPlcId: ${wcs-slave.devp[0].id} staArr: 201 # 四向穿梭车1 shuttle[0]: id: 1 ip: 10.10.10.211 port: 502 rack: 0 slot: 0 # 四向穿梭车2 # shuttle[1]: # id: 2 # ip: 192.168.4.22 # port: 502 # rack: 0 # slot: 0 # 提升机1 lift[0]: id: 1 ip: 10.10.10.231 port: 502 row: 18 bay: 2 sta[0]: staNo: 105 lev: 1 sta[1]: staNo: 106 lev: 2 sta[2]: staNo: 107 lev: 3 sta[3]: staNo: 108 lev: 4