*
L
2026-04-23 702549f5d846ae76cc005c56d03fd774a3caa341
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
server:
  port: 9090
  servlet:
    context-path: /@pom.build.finalName@
 
spring:
  application:
    name: @pom.build.finalName@
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://localhost:3306/car?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true
    username: root
    password: root
  mvc:
    static-path-pattern: /**
  redis:
    host: localhost
    port: 6379
    database: 0
 
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
  configuration:
    map-underscore-to-camel-case: true
 
logging:
  path: /stock/out/@pom.build.finalName@/logs
  enableEveryThreadLog: true
 
super:
  pwd: xltys1995
 
springdoc:
  api-docs:
    enabled: false
  swagger-ui:
    enabled: false
 
wms:
  url: 172.17.196.200:8084
  reportOutPath: open/rcs/task/cs/up/UploadTask
  reportSwitch: true
  reportSwitchAuto: false
  reportSwitchCs: true
 
#License相关配置
license:
  subject: ring-shaped-car
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
 
constant-parameters:
  # 轨道总长
  perimeter: 1737000
  taskRunPerimeter: 100000
  # 轨道转换为米比例
  proportion: 10000
  # 加速度  m/s^2
  acceleration: -2
  # 小车数
  rgvCount: 10
  # 延迟时间
  rgvDate: 0.5
  # 任务优先级参数
  priority:
    # 距离阈值(轨道单位),<=该值距离优先级为[0,1],>该值为[0,-1]
    distance-threshold: 100000
    # 权重配置(会做归一化,建议和约等于1)
    weight:
      time: 0.4
      distance: 0.4
      region: 0.2
    # 区域优先级: region:priority,多个用逗号分隔,priority范围[-1,1]
    region-values: "1:1,2:0.6,3:0.2,4:-0.2"
 
# 下位机配置
wcs-slave:
  # RGV穿梭车1
  rgv[0]:
    id: 1
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[1]:
    id: 2
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[2]:
    id: 3
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[3]:
    id: 4
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[4]:
    id: 5
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[5]:
    id: 6
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[6]:
    id: 7
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[7]:
    id: 8
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[8]:
    id: 9
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
  # RGV穿梭车1
  rgv[9]:
    id: 10
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false