add frappy haake driver cfg
move haake sea configs to cfg/obsolete_sea_cfg
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
Node('haake.config.sea.psi.ch',
|
||||
'Haake thermostat',
|
||||
Node('haake.frappy.psi.ch',
|
||||
'additional haake waterbath',
|
||||
)
|
||||
Mod('sea_main',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'main sea connection for haakeuro.config',
|
||||
config = 'haake.config',
|
||||
service = 'main',
|
||||
|
||||
Mod('haake_io',
|
||||
'frappy_psi.haake.HaakeIO',
|
||||
'',
|
||||
uri='sans-sample-ts:3006',
|
||||
)
|
||||
Mod('th',
|
||||
'frappy_psi.sea.SeaDrivable', '',
|
||||
meaning = ('temperature', 10),
|
||||
io = 'sea_main',
|
||||
sea_object = 'th',
|
||||
extra_modules=['t2'],
|
||||
value=Param(unit='degC'),
|
||||
|
||||
Mod('T2',
|
||||
'frappy_psi.haake.TemperatureLoop',
|
||||
'second haake',
|
||||
io = 'haake_io',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user