-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmonitor.ini
192 lines (159 loc) · 3.27 KB
/
monitor.ini
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
port = 7100
http_port = 8888
name = monitor
[example]
enabled = False
host = localhost
port = 12345
description = Example daemon
template = example.html
[camlin]
enabled = True
host = localhost
port = 7025
description = CAMLIN Monochromator
template = camlin.html
[keithley6485]
host = localhost
port = 7021
description = Keithley 6485 Picoammeter
[[plots]]
[[[value]]]
values = time,value
xlabel = "Time, UT"
ylabel = "Current [A]"
[archon]
enabled = False
host = localhost
port = 7001
description = Archon CCD controller
template = archon.html
[[plots]]
[[[temperatures]]]
name = Module temperatures
values = time,BACKPLANE_TEMP,MOD2_TEMP,MOD3_TEMP,MOD4_TEMP,MOD5_TEMP,MOD6_TEMP,MOD7_TEMP,MOD8_TEMP,MOD9_TEMP,MOD10_TEMP,MOD11_TEMP
xlabel = "Time, UT"
ylabel = "Temperature, degrees"
[keithley487]
host = localhost
port = 7022
description = Keithley 487 Picoammeter
template = keithley487.html
[[plots]]
[[[current]]]
values = time,Current
xlabel = "Time, UT"
ylabel = "Current [A]"
[[[voltage]]]
values = time,Voltage
xlabel = "Time, UT"
ylabel = "Voltage [V]"
[pfeiffer]
host = localhost
port = 7023
description = Pfeiffer TPG 361
[[plots]]
[[[pressure]]]
values = time,pressure
xlabel = "Time, UT"
ylabel = "Pressure [mbar]"
yscale = 'log'
[cryo-con]
host = localhost
port = 7024
description = Cryo-con 24c
template = cryo-con.html
[[plots]]
[[[temperatures]]]
values = time,temperatureA,temperatureB,temperatureC,temperatureD
xlabel = "Time, UT"
ylabel = "temperature [C]"
[[[plot_power]]]
values = time,pwr_set1,pwr_actual1,pwr_set2,pwr_actual2
xlabel = "Time, UT"
ylabel = "Power [W]"
[gpib]
host = localhost
port = 7020
description = GPIB multiplexor
[fast]
enabled = False
host = localhost
port = 5555
description = FAST Camera
template = default.html
[plh120-p]
host = localhost
port = 7026
description = Power suply plh120-p
template = plh120-p.html
[[plots]]
[[[voltage]]]
values = time,Voltage,VoltageActual
xlabel = "Time, UT"
ylabel = "Voltage [V]"
[[[current]]]
values = time,Current_Limit,CurrentActual
xlabel = "Time, UT"
ylabel = "Current [A]"
[standa_r_stage]
host = localhost
port = 7027
description = Standa R-Stage
[thorlabs_l_stage1]
host = localhost
port = 7028
description = Thorlabs L-Stage 1
[thorlabs_l_stage2]
host = localhost
port = 7029
description = Thorlabs L-Stage 2
[arduino_A]
host = localhost
port = 7030
description = arduino A
template = arduino_A.html
[[plots]]
[[[Temperature]]]
values = time,temp01,temp02
xlabel = "Time, UT"
ylabel = "temp[C]"
[[[Humidity]]]
values = time,humd01,humd02
xlabel = "Time, UT"
ylabel = "humd[%]"
[HP33120A]
host = localhost
port = 7032
description = HP33120A Signal generator
[Owon_odp6033]
host = localhost
port = 7033
description = Owon ODP6033 Power spupply
[mx100qp]
host = localhost
port = 7034
description = MX100QP power supply
template = mx100qp.html
[[plots]]
[[[voltage_ch12]]]
values = time,VSet1,V1,VSet2,V2
xlabel = "Time, UT"
ylabel = "Voltage [V]"
[[[voltage_ch34]]]
values = time,VSet3,V3,VSet4,V4
xlabel = "Time, UT"
ylabel = "Voltage [V]"
[[[current_ch12]]]
values = time,ILim1,I1,ILim2,I2
xlabel = "Time, UT"
ylabel = "Current [A]"
[[[current_ch34]]]
values = time,ILim3,I3,ILim4,I4
xlabel = "Time, UT"
ylabel = "Current [A]"
[afg31k]
host = localhost
port = 7035
description = AFG31000 signal generator
template = afg31k.html