Driver for ThermoHaake Phoenix P1 Circulator

Change-Id: I0573eeac2e40b4715072661c819701186733bf94
This commit is contained in:
Oksana Shliakhtun
2023-11-07 13:26:16 +01:00
committed by Markus Zolliker
parent be66faa591
commit 17b7a01ce1
2 changed files with 140 additions and 0 deletions

16
cfg/phoenix_cfg.py Normal file
View File

@ -0,0 +1,16 @@
Node('phoenixtest.psi.ch',
'phoenix test',
'tcp://5000',
)
Mod('io',
'frappy_psi.haake.HaakeIO',
'connection for Thermo Haake',
uri='tcp://ldmprep7-ts:3005',
)
Mod('T',
'frappy_psi.haake.TemperatureLoop',
'holder temperature',
io='io',
)