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
160
161
162
163
| mapInfo ={
| "mapName": "wcs",
| "rackCount": 8,
| "crnCount": 4,
| "stbCount": 120,
| "hpPosition": 0,
| "minBayNo": 2,
| "racks": [
| {
| "type": "rack",
| "id": "rack1",
| "top": 325,
| "left": 500,
| "width": 800,
| "height": 23,
| "minBayNo": 1,
| "maxBayNo": 29
| },
| {
| "type": "rack",
| "id": "rack2",
| "top": 355,
| "left": 500,
| "width": 800,
| "height": 23,
| "minBayNo": 1,
| "maxBayNo": 29
| },
| {
| "type": "rack",
| "id": "rack3",
| "top": 420,
| "left": 500,
| "width": 800,
| "height": 23,
| "minBayNo": 1,
| "maxBayNo": 29
| },
| {
| "type": "rack",
| "id": "rack4",
| "top": 450,
| "left": 500,
| "width": 800,
| "height": 23,
| "minBayNo": 1,
| "maxBayNo": 29
| }
| ],
| "rackDescs": [
| {
| "type": "rackDescs",
| "id": "lb_desc1",
| "text": "#1",
| "top": 325,
| "left": 460,
| "width": 30,
| "height": 23
| },
| {
| "type": "rackDescs",
| "id": "lb_desc2",
| "text": "#2",
| "top": 355,
| "left": 460,
| "width": 30,
| "height": 23
| },
| {
| "type": "rackDescs",
| "id": "lb_desc3",
| "text": "#3",
| "top": 420,
| "left": 460,
| "width": 30,
| "height": 23
| },
| {
| "type": "rackDescs",
| "id": "lb_desc4",
| "text": "#4",
| "top": 450,
| "left": 460,
| "width": 30,
| "height": 23
| }
| ],
| "crns": [
| {
| "type": "crane",
| "id": "crn-1",
| "text": "1",
| "top": 390,
| "left": 1250,
| "width": 100,
| "height": 22
| },
| {
| "type": "track",
| "id": "lb_track1",
| "text": "",
| "top": 400,
| "left": 500,
| "width": 800,
| "height": 2
| }
| ],
| "areas": [
| {
| "type": "Control_floor",
| "id": "tabControl_floor1",
| "text": "楼层",
| "top": 50,
| "left": 50,
| "width": 2900,
| "height": 600,
| "floors": [
| {
| "type": "floor",
| "id": "page_floor1",
| "text": "1F",
| "top": 0,
| "left": 0,
| "width": 2900,
| "height": 600,
| "stns": [
| // { "type": "stn", "id": "site-100", "text": "100", "top": 80, "left": 94, "width": 40, "height": 23 },
| //{ "type": "stn", "id": "site-103", "text": "103", "top": 160, "left": 1430, "width": 120, "height": 23 },
| {"type": "stn", "id": "site-1001", "text": "1001", "top": 180, "left": 1000, "width": 45, "height": 45},
| {"type": "stn", "id": "site-1004", "text": "1004", "top": 280, "left": 945, "width": 45, "height": 45},
| {"type": "stn", "id": "site-1006", "text": "1006", "top": 180, "left": 890, "width": 45, "height": 45},
| { "type": "stn", "id": "site-1005", "text": "1005", "top": 230, "left": 890, "width": 45, "height": 95 },
| //{ "type": "stn", "id": "site-1101", "text": "1005", "top": 230, "left": 890, "width": 45, "height": 45 },
| // { "type": "stn", "id": "site-110", "text": "110", "top": 130, "left": 1784, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-111", "text": "111", "top": 130, "left": 1826, "width": 40, "height": 23 },
| //
| // { "type": "stn", "id": "site-112", "text": "112", "top": 160, "left": 94, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-113", "text": "113", "top": 160, "left": 52, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-114", "text": "114", "top": 160, "left": 10, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-115", "text": "115", "top": 160, "left": 1742, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-116", "text": "116", "top": 160, "left": 1784, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-117", "text": "117", "top": 160, "left": 1826, "width": 40, "height": 23 },
| //
| // { "type": "stn", "id": "site-118", "text": "118", "top": 240, "left": 94, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-119", "text": "119", "top": 240, "left": 52, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-120", "text": "120", "top": 240, "left": 10, "width": 40, "height": 23 },
| { "type": "stn", "id": "site-1003", "text": "1003", "top": 280, "left": 1000, "width": 45, "height": 45 },
| { "type": "stn", "id": "site-1002", "text": "1002", "top": 230, "left": 1000, "width": 45, "height": 45 },
| // { "type": "stn", "id": "site-123", "text": "123", "top": 210, "left": 1301, "width": 60, "height": 23 },
|
| // { "type": "stn", "id": "site-124", "text": "124", "top": 160, "left": 1742, "width": 120, "height": 23 },
| // { "type": "stn", "id": "site-125", "text": "125", "top": 240, "left": 1742, "width": 120, "height": 23 },
| // { "type": "stn", "id": "site-126", "text": "126", "top": 320, "left": 1742, "width": 120, "height": 23 },
| // { "type": "stn", "id": "site-127", "text": "127", "top": 320, "left": 1742, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-128", "text": "128", "top": 320, "left": 1784, "width": 40, "height": 23 },
| // { "type": "stn", "id": "site-129", "text": "129", "top": 320, "left": 1826, "width": 40, "height": 23 }
| ],
| "barcode": []
| }
| ]
| }
| ]
| }
|
|