You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config_template.yml
+52-51Lines changed: 52 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,58 @@ logging:
11
11
filemode: a # w: overwrite old logfile, a: append to existing logfile
12
12
# encoding: 'utf-8' # only available for python >= 3.9
13
13
devices:
14
+
Process-Condition-Logger:
15
+
v_pull:
16
+
unit: mm/min
17
+
label: Pulling velocity
18
+
# default: 0
19
+
T_ctrl:
20
+
unit: °C
21
+
label: Control temperature
22
+
# default: 0
23
+
OP:
24
+
label: Control operating point
25
+
# default: 0
26
+
pos_top:
27
+
label: Top axis position
28
+
# default: 0
29
+
rot_crystal:
30
+
unit: rpm
31
+
label: Crystal rotation
32
+
# default: 0
33
+
rot_crucible:
34
+
unit: rpm
35
+
label: Crucible rotation
36
+
# default: 0
37
+
pressure:
38
+
unit: bar
39
+
label: Furnace pressure
40
+
# default: 1
41
+
door:
42
+
label: Furnace door
43
+
values:
44
+
- open
45
+
- closed
46
+
# default: open
47
+
gas:
48
+
label: Gas atmosphere
49
+
values:
50
+
- air
51
+
- argon
52
+
- nitrogen
53
+
- vacuum
54
+
# default: air
55
+
tag:
56
+
label: Process status tag
57
+
values:
58
+
- heating up
59
+
- seeding
60
+
- growing
61
+
- cooling down
62
+
# default: heating up
63
+
comment:
64
+
label: Comment
65
+
# default: "Multilog measurement"
14
66
DAQ-6510:
15
67
serial-interface:
16
68
port: /dev/ttyr00
@@ -235,54 +287,3 @@ devices:
235
287
emissivity: 0.95
236
288
transmissivity: 1.0
237
289
T-ambient: -1000# Ambient temperature, setting invalid values (below -273,15 degrees) forces the library to take its own measurement values. # TODO what does that mean?
0 commit comments