-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patholfa_config.json
88 lines (88 loc) · 2.26 KB
/
olfa_config.json
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
{
"Dilutors" : [],
"Olfactometers" : [
{
"Dilutors" : [
{
"MFCs" : [
{
"MFC_type" : "alicat_digital_raw",
"address" : "A",
"capacity" : 2000,
"gas" : "vac"
},
{
"MFC_type" : "alicat_digital_raw",
"address" : "B",
"capacity" : 2000,
"gas" : "Air"
}
],
"com_port" : 5,
"dilutor_type" : "serial_forwarding"
}
],
"MFCs" : [
{
"MFC_type" : "alicat_digital",
"address" : "A",
"arduino_port_num" : 1,
"capacity" : 1000,
"gas" : "Air"
},
{
"MFC_type" : "alicat_digital",
"address" : "A",
"arduino_port_num" : 2,
"capacity" : 100,
"gas" : "Nitrogen"
}
],
"Vials" : {
"10" : {
"conc" : 0.010,
"odor" : "acetophenone"
},
"11" : {
"conc" : 0.010,
"odor" : "heptaldehyde"
},
"12" : {
"conc" : 0.010,
"odor" : "R(+)-limonene"
},
"4" : {
"conc" : 0,
"odor" : "dummy"
},
"5" : {
"conc" : 0.010,
"odor" : "a(+)-pinene"
},
"6" : {
"conc" : 0.010,
"odor" : "amyl acetate"
},
"7" : {
"conc" : 0.010,
"odor" : "2-hydroxy acetophenone"
},
"8" : {
"conc" : 0.010,
"odor" : "ethyl tiglate"
},
"9" : {
"conc" : 0.010,
"odor" : "menthone"
}
},
"cassette_1_sn" : 1222,
"cassette_2_sn" : 1234,
"cleandate" : 20140101,
"com_port" : 7,
"interface" : "teensy",
"master_sn" : 212,
"slave_index" : 1
}
]
}