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
| {
| "plcAddressBegin":"DB105.0",
| "plcAddressLenght":"12",
| "dataType":"word",
| "parameteInfor":[
| {
| "codeId": "OutActivate",
| "addressIndex":"0",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"m/min"
| },
| {
| "codeId": "Addgoal",
| "addressIndex":"2",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"m/min"
| },
| {
| "codeId": "AddLength",
| "addressIndex":"4",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"m/min"
| },
| {
| "codeId": "AddWidth",
| "addressIndex":"6",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"mm/S"
| },
| {
| "codeId": "AddCount",
| "addressIndex":"8",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"mm/S"
| },
| {
| "codeId": "OutStart",
| "addressIndex":"10",
| "addressLenght":"2",
| "ratio":"1",
| "unit":"mm/S"
| }
|
| ]
| }
|
|