update haake + eurotherm cfg
This commit is contained in:
15
cfg/main/eurotherm_cfg.py
Normal file
15
cfg/main/eurotherm_cfg.py
Normal 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',
|
||||
)
|
Reference in New Issue
Block a user