| | |
| | | server: |
| | | port: 9090 |
| | | servlet: |
| | | context-path: /@pom.build.finalName@ |
| | | context-path: /gdwcs |
| | | |
| | | spring: |
| | | application: |
| | | name: @pom.build.finalName@ |
| | | name: gdwcs |
| | | datasource: |
| | | # sql-server |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs |
| | | #url: jdbc:sqlserver://192.168.3.99:1433;databasename=gdasrs |
| | | #username: sa |
| | | #password: eisoft |
| | | url: jdbc:sqlserver://localhost:1433;databasename=gdasrs |
| | | username: sa |
| | | password: sa@123 |
| | | mvc: |
| | |
| | | # field-strategy: 0 |
| | | |
| | | logging: |
| | | path: /stock/out/logs |
| | | path: /stock/out/wcs/logs |
| | | |
| | | super: |
| | | pwd: xltys1995 |
| | |
| | | # 堆垛机1 |
| | | crn[0]: |
| | | id: 1 |
| | | ip: 192.168.3.39 |
| | | ip: 192.168.10.39 |
| | | port: 5015 |
| | | rack: 0 |
| | | slot: 0 |
| | |
| | | # 堆垛机2 |
| | | crn[1]: |
| | | id: 2 |
| | | ip: 192.168.3.40 |
| | | ip: 192.168.10.40 |
| | | port: 5016 |
| | | rack: 0 |
| | | slot: 0 |
| | |
| | | # 输送线 |
| | | devp[0]: |
| | | id: 1 |
| | | ip: 192.168.3.65 |
| | | ip: 192.168.10.65 |
| | | port: 6000 |
| | | rack: 0 |
| | | slot: 1 |
| | |
| | | # 条码扫描仪 |
| | | barcode[0]: |
| | | id: 1 |
| | | ip: 192.168.2.150 |
| | | ip: 192.168.10.150 |
| | | port: 51236 |
| | | # LED |
| | | # LED1 |
| | | led[0]: |
| | | id: 1 |
| | | ip: 192.168.1.1 |
| | | port: 8888 |
| | | ip: 192.168.10.61 |
| | | port: 5005 |
| | | devpPlcId: ${wcs-slave.devp[0].id} |
| | | staArr: 1,2 |
| | | # LED2 |
| | | led[1]: |
| | | id: 2 |
| | | ip: 192.168.10.62 |
| | | port: 5005 |
| | | devpPlcId: ${wcs-slave.devp[0].id} |
| | | staArr: 5,6 |
| | | # 磅称 |
| | | scale[0]: |
| | | id: 1 |
| | | ip: 192.168.1.1 |
| | | ip: 192.168.10.152 |
| | | port: 8888 |
| | | |
| | | |