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',
|
Node('haake.frappy.psi.ch',
|
||||||
'Haake thermostat',
|
'additional haake waterbath',
|
||||||
)
|
)
|
||||||
Mod('sea_main',
|
|
||||||
'frappy_psi.sea.SeaClient',
|
Mod('haake_io',
|
||||||
'main sea connection for haakeuro.config',
|
'frappy_psi.haake.HaakeIO',
|
||||||
config = 'haake.config',
|
'',
|
||||||
service = 'main',
|
uri='sans-sample-ts:3006',
|
||||||
)
|
)
|
||||||
Mod('th',
|
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
Mod('T2',
|
||||||
meaning = ('temperature', 10),
|
'frappy_psi.haake.TemperatureLoop',
|
||||||
io = 'sea_main',
|
'second haake',
|
||||||
sea_object = 'th',
|
io = 'haake_io',
|
||||||
extra_modules=['t2'],
|
|
||||||
value=Param(unit='degC'),
|
|
||||||
)
|
)
|
||||||
|
|||||||
17
cfg/obsolete_sea_cfg/haake_cfg.py
Normal file
17
cfg/obsolete_sea_cfg/haake_cfg.py
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
Node('haake.config.sea.psi.ch',
|
||||||
|
'Haake thermostat',
|
||||||
|
)
|
||||||
|
Mod('sea_main',
|
||||||
|
'frappy_psi.sea.SeaClient',
|
||||||
|
'main sea connection for haakeuro.config',
|
||||||
|
config = 'haake.config',
|
||||||
|
service = 'main',
|
||||||
|
)
|
||||||
|
Mod('th',
|
||||||
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning = ('temperature', 10),
|
||||||
|
io = 'sea_main',
|
||||||
|
sea_object = 'th',
|
||||||
|
extra_modules=['t2'],
|
||||||
|
value=Param(unit='degC'),
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user