-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
73 lines (73 loc) · 2.05 KB
/
config.json
File metadata and controls
73 lines (73 loc) · 2.05 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"log_dir": "./log",
"thermocoupler_1": {
"event": "read_thermocoupler",
"name": "thermocoupler_1",
"file": "/sys/bus/iio/devices/iio:device0/in_voltage6_raw",
"sampling_rate": 10000000,
"zero": 1.25,
"span": 2.05,
"scale": 410.0,
"adc": {
"quantization_bits": 12,
"low_voltage": 0.0,
"span_voltage": 3.3
}
},
"thermocoupler_2": {
"event": "read_thermocoupler",
"name": "thermocoupler_2",
"file": "/sys/bus/iio/devices/iio:device0/in_voltage7_raw",
"sampling_rate": 10000000,
"zero": 1.25,
"span": 2.05,
"scale": 410.0,
"adc": {
"quantization_bits": 12,
"low_voltage": 0.0,
"span_voltage": 3.3
}
},
"thermocoupler_3": {
"event": "read_thermocoupler",
"name": "thermocoupler_3",
"file": "/sys/bus/iio/devices/iio:device0/in_voltage8_raw",
"sampling_rate": 10000000,
"zero": 1.25,
"span": 2.05,
"scale": 410.0,
"adc": {
"quantization_bits": 12,
"low_voltage": 0.0,
"span_voltage": 3.3
}
},
"load_cell": {
"event": "read_load_cell",
"name": "load_cell",
"file": "/sys/bus/iio/devices/iio:device0/in_voltage4_raw",
"sampling_rate": 10000000,
"zero": 0.5,
"span": 2.8,
"scale": 1556.877567,
"adc": {
"quantization_bits": 12,
"low_voltage": 0.0,
"span_voltage": 3.3
}
},
"pressure": {
"event": "read_pressure",
"name": "pressure",
"file": "/sys/bus/iio/devices/iio:device0/in_voltage5_raw",
"sampling_rate": 10000000,
"zero": 0.3606,
"span": 2.8844,
"scale": 100.0,
"adc": {
"quantization_bits": 12,
"low_voltage": 0.0,
"span_voltage": 3.3
}
}
}