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
| {
| "plcAddressBegin":"DB17.0",
| "plcAddressLenght":"40",
| "dataType":"word",
| "parameteInfor":[
| {
| "codeId": "E01id",
| "addressIndex":"0",
| "addressLenght":"14",
| "ratio":"1",
| "unit":"m/min"
| },
| {
| "codeId": "E01Quest",
| "addressIndex":"16",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"m/min"
| },
| {
| "codeId": "E01Reply",
| "addressIndex":"18",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"m/min"
| },
| {
| "codeId": "J01Quest",
| "addressIndex":"20",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"mm/S"
| },
| {
| "codeId": "J01id",
| "addressIndex":"22",
| "addressLenght":"14",
| "ratio":"1",
| "unit":"mm/S"
| },
| {
| "codeId": "J01TurnGo",
| "addressIndex":"38",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"mm/S"
| }
|
|
| ]
| }
|
|