add water baths waba1..5

This commit is contained in:
2026-05-29 10:46:55 +02:00
parent 3a3064a133
commit aa3c2f7c81
5 changed files with 85 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
Node('waba1.psi.ch',
'single waterbath no 1',
'tcp://5000',
)
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
Mod('Ts',
'frappy_psi.thermofisher.TemperatureLoopA10',
'thermofisher water bath',
io='io_waba',
control_active=0,
target=25,
tolerance=0.1,
settling_time=20,
meaning = ['temperature', 10],
)
+17
View File
@@ -0,0 +1,17 @@
Node('waba2.psi.ch',
'single waterbath no 2',
'tcp://5000',
)
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
Mod('Ts',
'frappy_psi.thermofisher.TemperatureLoopA10',
'thermofisher water bath',
io='io_waba',
control_active=0,
target=25,
tolerance=0.1,
settling_time=20,
meaning = ['temperature', 10],
)
+17
View File
@@ -0,0 +1,17 @@
Node('waba3.psi.ch',
'single waterbath no 3',
'tcp://5000',
)
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
Mod('Ts',
'frappy_psi.thermofisher.TemperatureLoopA10',
'thermofisher water bath',
io='io_waba',
control_active=0,
target=25,
tolerance=0.1,
settling_time=20,
meaning = ['temperature', 10],
)
+17
View File
@@ -0,0 +1,17 @@
Node('waba4.psi.ch',
'single waterbath no 4',
'tcp://5000',
)
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
Mod('Ts',
'frappy_psi.thermofisher.TemperatureLoopA10',
'thermofisher water bath',
io='io_waba',
control_active=0,
target=25,
tolerance=0.1,
settling_time=20,
meaning = ['temperature', 10],
)
+17
View File
@@ -0,0 +1,17 @@
Node('waba5.psi.ch',
'single waterbath no 5',
'tcp://5000',
)
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
Mod('Ts',
'frappy_psi.thermofisher.TemperatureLoopA10',
'thermofisher water bath',
io='io_waba',
control_active=0,
target=25,
tolerance=0.1,
settling_time=20,
meaning = ['temperature', 10],
)