| 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
 | | mw: |  |     sv233: |  |         ym: |  |             orgTag: ym |  |             tcpPort: 60000 |  |             upDataMinInterval: 6 |  |             mqttEnable: false |  |             noSubThenOff: 10 |  |             webPort: 8070 |  |             actutorPort: 9070 |  |             dbName: pipIrr_ym |  |         sp: |  |             orgTag: sp |  |             tcpPort: 62000 |  |             upDataMinInterval: 6 |  |             mqttEnable: false |  |             noSubThenOff: 10 |  |             webPort: 8073 |  |             actutorPort: 9073 |  |             dbName: pipIrr_sp |  |         test: |  |             orgTag: test |  |             tcpPort: 65000 |  |             upDataMinInterval: 6 |  |             mqttEnable: false |  |             noSubThenOff: 10 |  |             webPort: 8072 |  |             actutorPort: 9072 |  |             dbName: pipIrr_test |  |         mj: |  |             orgTag: mj |  |             tcpPort: 61000 |  |             upDataMinInterval: 6 |  |             mqttEnable: false |  |             noSubThenOff: 10 |  |             webPort: 8071 |  |             actutorPort: 9071 |  |             dbName: pipIrr_mj |  |     sv121: |  |         mq: |  |             orgTag: mq |  |             tcpPort: 60100 |  |             upDataMinInterval: 6 |  |             mqttEnable: true |  |             noSubThenOff: 10 |  |             webPort: 8100 |  |             actutorPort: 9100 |  |             dbName: pipIrr_mq |  |         yq: |  |             orgTag: yq |  |             tcpPort: 60101 |  |             upDataMinInterval: 6 |  |             mqttEnable: false |  |             noSubThenOff: 10 |  |             webPort: 8101 |  |             actutorPort: 9101 |  |             dbName: pipIrr_yq |  |         hlj: |  |             orgTag: hlj |  |             tcpPort: 60102 |  |             upDataMinInterval: 6 |  |             mqttEnable: false |  |             noSubThenOff: 10 |  |             webPort: 8102 |  |             actutorPort: 9102 |  |             dbName: pipIrr_hlj |  |         gz: |  |             orgTag: gz |  |             tcpPort: 60103 |  |             upDataMinInterval: 6 |  |             mqttEnable: false |  |             noSubThenOff: 10 |  |             webPort: 8103 |  |             actutorPort: 9103 |  |             dbName: pipIrr_gz |  |         lz: |  |             orgTag: lz |  |             tcpPort: 60104 |  |             upDataMinInterval: 6 |  |             mqttEnable: false |  |             noSubThenOff: 10 |  |             webPort: 8104 |  |             actutorPort: 9104 |  |             dbName: pipIrr_lz |  |         jc: |  |             orgTag: jc |  |             tcpPort: 60105 |  |             upDataMinInterval: 6 |  |             mqttEnable: true |  |             noSubThenOff: 10 |  |             webPort: 8105 |  |             actutorPort: 9105 |  |             dbName: pipIrr_jc | 
 |