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
| {
| "parameters": [
| {
| "serialNumber": 0,
| "content": "PLC请求",
| "codeId": "plcRequest",
| "plcDataType": "Word",
| "fontLocation": 0,
| "length": 2,
| "ratio": 1,
| "scale": 10,
| "address": "S7.DB8.DBW0",
| "remarks": ""
| },
| {
| "serialNumber": 1,
| "content": "Mes发送字",
| "codeId": "mesSend",
| "plcDataType": "Word",
| "fontLocation": 18,
| "length": 2,
| "ratio": 1,
| "scale": 10,
| "address": "S7.DB8.DBW2",
| "remarks": ""
| },
| {
| "serialNumber": 2,
| "content": "MES发送长",
| "codeId": "width",
| "plcDataType": "Word",
| "fontLocation": 20,
| "length": 2,
| "ratio": 11,
| "scale": 11,
| "address": "S7.DB8.DBW4",
| "remarks": ""
| },
| {
| "serialNumber": 11,
| "content": "MES发送宽",
| "codeId": "height",
| "plcDataType": "Word",
| "fontLocation": 22,
| "length": 2,
| "ratio": 12,
| "scale": 12,
| "address":"S7.DB8.DBW6",
| "remarks": ""
| }
| ]
| }
|
|