From aa3c2f7c81d3c9161e510340b1d5463ea047dc9d Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Fri, 29 May 2026 10:46:55 +0200 Subject: [PATCH] add water baths waba1..5 --- cfg/waba1_cfg.py | 17 +++++++++++++++++ cfg/waba2_cfg.py | 17 +++++++++++++++++ cfg/waba3_cfg.py | 17 +++++++++++++++++ cfg/waba4_cfg.py | 17 +++++++++++++++++ cfg/waba5_cfg.py | 17 +++++++++++++++++ 5 files changed, 85 insertions(+) create mode 100644 cfg/waba1_cfg.py create mode 100644 cfg/waba2_cfg.py create mode 100644 cfg/waba3_cfg.py create mode 100644 cfg/waba4_cfg.py create mode 100644 cfg/waba5_cfg.py diff --git a/cfg/waba1_cfg.py b/cfg/waba1_cfg.py new file mode 100644 index 00000000..5644729e --- /dev/null +++ b/cfg/waba1_cfg.py @@ -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], + ) diff --git a/cfg/waba2_cfg.py b/cfg/waba2_cfg.py new file mode 100644 index 00000000..3ee99e86 --- /dev/null +++ b/cfg/waba2_cfg.py @@ -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], + ) diff --git a/cfg/waba3_cfg.py b/cfg/waba3_cfg.py new file mode 100644 index 00000000..47338020 --- /dev/null +++ b/cfg/waba3_cfg.py @@ -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], + ) diff --git a/cfg/waba4_cfg.py b/cfg/waba4_cfg.py new file mode 100644 index 00000000..587cabd7 --- /dev/null +++ b/cfg/waba4_cfg.py @@ -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], + ) diff --git a/cfg/waba5_cfg.py b/cfg/waba5_cfg.py new file mode 100644 index 00000000..a27b9af9 --- /dev/null +++ b/cfg/waba5_cfg.py @@ -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], + )