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
| {
| "HostToAgvServerUrl": "vvvvvvvvvvvv",
| "HKbaseUrl": "http://10.221.55.249:8181/",
| "MESbaseUrl": "http://10.80.2.45:32630/",
| "WMESbaseUrl": "http://10.80.2.45:32630/",
| "deviceInfo": [
| {
| "address": "0",
| "deviceName": "维希尔抓臂1",
| "deviceNo": [],
| "location": [ "VXR1L", "VXR1R" ],
| "deviceType": 1,
| "enable": 1
| },
| {
| "address": "0",
| "deviceName": "维希尔抓臂2",
| "deviceNo": [],
| "location": [ "踢踢踢" ],
| "deviceType": 1,
| "enable": 1
| },
| {
| "address": "0",
| "deviceName": "捷瞬输送1",
| "deviceNo": [],
| "location": [ "踢踢踢" ],
| "deviceType": 3,
| "enable": 1
| },
| {
| "address": "0",
| "deviceName": "捷瞬输送2",
| "deviceNo": [],
| "location": [ "踢踢踢" ],
| "deviceType": 3,
| "enable": 1
| },
| {
| "address": "0",
| "deviceName": "捷瞬抓臂1",
| "deviceNo": [],
| "location": [ "踢踢踢" ],
| "deviceType": 2,
| "enable": 1
| },
| {
| "address": "0",
| "deviceName": "捷瞬抓臂2",
| "deviceNo": [],
| "location": [ "踢踢踢" ],
| "deviceType": 2,
| "enable": 1
| }
| ]
| }
|
|