add rt and sch (from hrpt)

This commit is contained in:
2023-05-02 16:17:58 +02:00
parent 1a44c2d513
commit 72add69b65
3 changed files with 170 additions and 0 deletions

18
cfg/main/rt_cfg.py Normal file
View File

@ -0,0 +1,18 @@
Node('cfg/main/rt.cfg',
'room temperature HRPT (pt1000)',
interface='5000',
name='rt',
)
Mod('sea_main',
'secop_psi.sea.SeaClient',
'main sea connection for rt.config',
config='rt.config',
service='main',
)
Mod('tt',
'secop_psi.sea.SeaDrivable',
sea_object='tt',
io='sea_main',
)