update haake + eurotherm cfg

This commit is contained in:
2023-07-06 11:08:32 +02:00
committed by Markus Zolliker
parent 75df438d69
commit da948468b4
4 changed files with 39 additions and 4 deletions

15
cfg/main/eurotherm_cfg.py Normal file
View File

@ -0,0 +1,15 @@
Node('eurotherm.config.sea.psi.ch',
'Eurotherm controller',
)
Mod('sea_main',
'frappy_psi.sea.SeaClient',
'main sea connection for haakeuro.config',
config = 'haakeuro.config',
service = 'main',
meaning=('temperature', 11),
)
Mod('te',
'frappy_psi.sea.SeaDrivable', '',
io = 'sea_main',
sea_object = 'te',
)