lf_collect.php
2.2 KB
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
<?php
return [
'Collectionname' => '设备名称',
'Collectionvalue' => '采集值',
'Collecttime' => '采集时间',
'Unit' => '单位',
'Collectiontype' => '采集类型',
'Collectiontype 1' => '压力',
'Collectiontype 2' => '正向累计流量',
'Collectiontype 3' => '流量',
'Collectiontype 4' => '反向累计流量',
'Collectiontype 5' => '电流',
'Collectiontype 6' => '电压',
'Collectiontype 7' => '功率',
'Collectiontype 8' => '阀门开关状态',
'Collectiontype 9' => '启闭力矩',
'Collectiontype 10' => '转速比',
'Collectiontype 11' => '耗电量',
'Collectiontype 12' => '频率',
'Collectiontype 13' => '噪声',
'Collectiontype 14' => '温度',
'Collectiontype 15' => '湿度',
'Collectiontype 16' => '液位',
'Collectiontype 17' => '需水量',
'Collectiontype 18' => '泵机状态',
'Collectiontype 19' => '信号强度',
'Collectiontype 20' => '工作方式',
'Collectiontype 21' => '正向有功累积电能',
'Collectiontype 22' => '功率因数',
'Collectiontype 23' => '相电压',
'Collectiontype 24' => '相电流',
'Collectiontype 25' => '线电压',
'Collectiontype 26' => '当日累计流量',
'Collectiontype 27' => '阀门开度',
'Collectiontype 28' => '振幅',
'Collectiontype 29' => '水质COD',
'Collectiontype 30' => '空气阀气液状态',
'Collectiontype 31' => '振动速度',
'Collectiontype 32' => '位移',
'Collectiontype 33' => '转速',
'Collectiontype 34' => '池水位',
'Collectiontype 35' => '气体体积',
'Collectiontype 36' => '状态码',
'Collectiontype 38' => '运行模式',
'Collectiontype 39' => '运行时间',
'Collectiontype 40' => '水位告警',
'Collectiontype 41' => '频宽',
'Collectiontype 42' => '泄漏状态',
'Collectiontype 43' => '浊度',
'Collectiontype 44' => 'PH',
'Collectiontype 45' => '过矩报警',
'Collectiontype 46' => '故障报警',
'Collectiontype 47' => '远程模式',
'Collectiontype 48' => '自动模式'
// 'Pipessitedevicegatherertype.name' => '采集类型'
];