update old cfg files

- change secop_psi to frappy_psi
- remove interface and name in Node

Change-Id: I69242de250c9ecf52e001fce6396347dbf3fedcb
This commit is contained in:
zolliker 2023-08-09 17:36:02 +02:00
parent da37175cbb
commit c40033a816
20 changed files with 57 additions and 90 deletions

View File

@ -1,18 +1,16 @@
Node('cfg/sea/camea-be-filter.cfg', Node('cfg/sea/camea-be-filter.cfg',
'Camea Be-Filter', 'Camea Be-Filter',
interface='5000',
name='camea-be-filter',
) )
Mod('sea_addons', Mod('sea_addons',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'addons sea connection for camea-be-filter.addon', 'addons sea connection for camea-be-filter.addon',
config='camea-be-filter.addon', config='camea-be-filter.addon',
service='addons', service='addons',
) )
Mod('t_be_filter', Mod('t_be_filter',
'secop_psi.sea.SeaReadable', 'frappy_psi.sea.SeaReadable',
io='sea_addons', io='sea_addons',
sea_object='t_be_filter', sea_object='t_be_filter',
) )

View File

@ -1,39 +1,37 @@
Node('cfg/main/ccrpe.cfg', Node('cfg/main/ccrpe.cfg',
'4 K closed cycle cryostat (PE cell)', '4 K closed cycle cryostat (PE cell)',
interface='5000',
name='ccrpe',
) )
Mod('sea_main', Mod('sea_main',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'main sea connection for ccrpe.config', 'main sea connection for ccrpe.config',
config='ccrpe.config', config='ccrpe.config',
service='main', service='main',
) )
Mod('tt', Mod('tt',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_main', io='sea_main',
sea_object='tt', sea_object='tt',
rel_paths=['.', 'tm'], rel_paths=['.', 'tm'],
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='tt', sea_object='tt',
rel_paths=['ts'], rel_paths=['ts'],
) )
Mod('te', Mod('te',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='tt', sea_object='tt',
rel_paths=['te'], rel_paths=['te'],
) )
Mod('warmup', Mod('warmup',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_main', io='sea_main',
sea_object='warmup', sea_object='warmup',
) )

View File

@ -1,39 +1,37 @@
Node('cfg/main/ccrpe_lowT.cfg', Node('cfg/main/ccrpe_lowT.cfg',
'4 K closed cycle cryostat (PE cell)', '4 K closed cycle cryostat (PE cell)',
interface='5000',
name='ccrpe_lowT',
) )
Mod('sea_main', Mod('sea_main',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'main sea connection for ccrpe_lowT.config', 'main sea connection for ccrpe_lowT.config',
config='ccrpe_lowT.config', config='ccrpe_lowT.config',
service='main', service='main',
) )
Mod('tt', Mod('tt',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_main', io='sea_main',
sea_object='tt', sea_object='tt',
rel_paths=['.', 'tm'], rel_paths=['.', 'tm'],
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='tt', sea_object='tt',
rel_paths=['ts'], rel_paths=['ts'],
) )
Mod('te', Mod('te',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='tt', sea_object='tt',
rel_paths=['te'], rel_paths=['te'],
) )
Mod('warmup', Mod('warmup',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_main', io='sea_main',
sea_object='warmup', sea_object='warmup',
) )

View File

@ -1,6 +1,5 @@
Node('cyrosim.psi.ch', Node('cyrosim.psi.ch',
'cryo simulation (similar ppms simulation)', 'cryo simulation (similar ppms simulation)',
interface='tcp://5000',
) )
Mod('tt', Mod('tt',

View File

@ -1,24 +1,22 @@
Node('cfg/main/ill3.cfg', Node('cfg/main/ill3.cfg',
'orange cryofurnace with 70 mm sample space (low T)', 'orange cryofurnace with 70 mm sample space (low T)',
interface='5000',
name='ill3',
) )
Mod('sea_main', Mod('sea_main',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'main sea connection for ill3.config', 'main sea connection for ill3.config',
config='ill3.config', config='ill3.config',
service='main', service='main',
) )
Mod('tt', Mod('tt',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_main', io='sea_main',
sea_object='tt', sea_object='tt',
) )
Mod('cc', Mod('cc',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='cc', sea_object='cc',
extra_modules=['h'], extra_modules=['h'],
@ -26,49 +24,49 @@ Mod('cc',
) )
Mod('lev', Mod('lev',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
single_module='cc.h', single_module='cc.h',
) )
Mod('nv', Mod('nv',
'secop_psi.sea.SeaWritable', '', 'frappy_psi.sea.SeaWritable', '',
io='sea_main', io='sea_main',
sea_object='nv', sea_object='nv',
) )
Mod('ln2fill', Mod('ln2fill',
'secop_psi.sea.SeaWritable', '', 'frappy_psi.sea.SeaWritable', '',
io='sea_main', io='sea_main',
sea_object='ln2fill', sea_object='ln2fill',
) )
Mod('hefill', Mod('hefill',
'secop_psi.sea.SeaWritable', '', 'frappy_psi.sea.SeaWritable', '',
io='sea_main', io='sea_main',
sea_object='hefill', sea_object='hefill',
) )
Mod('hepump', Mod('hepump',
'secop_psi.sea.SeaWritable', '', 'frappy_psi.sea.SeaWritable', '',
io='sea_main', io='sea_main',
sea_object='hepump', sea_object='hepump',
) )
Mod('hemot', Mod('hemot',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_main', io='sea_main',
sea_object='hemot', sea_object='hemot',
) )
Mod('nvflow', Mod('nvflow',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='nvflow', sea_object='nvflow',
) )
Mod('table', Mod('table',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='table', sea_object='table',
) )

View File

@ -1,104 +1,102 @@
Node('cfg/main/ma7two.cfg', Node('cfg/main/ma7two.cfg',
'6.8 Tesla horizontal cryomagnet with two heater loops', '6.8 Tesla horizontal cryomagnet with two heater loops',
interface='5000',
name='ma7two',
) )
Mod('sea_main', Mod('sea_main',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'main sea connection for ma7two.config', 'main sea connection for ma7two.config',
config='ma7two.config', config='ma7two.config',
service='main', service='main',
) )
Mod('tt', Mod('tt',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_main', io='sea_main',
sea_object='tt', sea_object='tt',
) )
Mod('cc', Mod('cc',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='cc', sea_object='cc',
) )
Mod('nv', Mod('nv',
'secop_psi.sea.SeaWritable', '', 'frappy_psi.sea.SeaWritable', '',
io='sea_main', io='sea_main',
sea_object='nv', sea_object='nv',
) )
Mod('hefill', Mod('hefill',
'secop_psi.sea.SeaWritable', '', 'frappy_psi.sea.SeaWritable', '',
io='sea_main', io='sea_main',
sea_object='hefill', sea_object='hefill',
) )
Mod('hepump', Mod('hepump',
'secop_psi.sea.SeaWritable', '', 'frappy_psi.sea.SeaWritable', '',
io='sea_main', io='sea_main',
sea_object='hepump', sea_object='hepump',
) )
Mod('hemot', Mod('hemot',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_main', io='sea_main',
sea_object='hemot', sea_object='hemot',
) )
Mod('nvflow', Mod('nvflow',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='nvflow', sea_object='nvflow',
) )
Mod('ln2fill', Mod('ln2fill',
'secop_psi.sea.SeaWritable', '', 'frappy_psi.sea.SeaWritable', '',
io='sea_main', io='sea_main',
sea_object='ln2fill', sea_object='ln2fill',
) )
Mod('mf', Mod('mf',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='mf', sea_object='mf',
) )
Mod('lev', Mod('lev',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='lev', sea_object='lev',
) )
Mod('tcoil1', Mod('tcoil1',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='tcoil', sea_object='tcoil',
rel_paths=['ta'], rel_paths=['ta'],
) )
Mod('tcoil2', Mod('tcoil2',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='tcoil', sea_object='tcoil',
rel_paths=['tb'], rel_paths=['tb'],
) )
Mod('table', Mod('table',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='table', sea_object='table',
) )
Mod('om_io', Mod('om_io',
'secop_psi.phytron.PhytronIO', 'frappy_psi.phytron.PhytronIO',
'dom motor IO', 'dom motor IO',
uri='ma7-ts.psi.ch:3007', uri='ma7-ts.psi.ch:3007',
) )
Mod('om', Mod('om',
'secop_psi.phytron.Motor', 'frappy_psi.phytron.Motor',
'stick rotation', 'stick rotation',
io='om_io', io='om_io',
encoder_mode='CHECK', encoder_mode='CHECK',

View File

@ -1,6 +1,5 @@
Node('magsim.psi.ch', Node('magsim.psi.ch',
'cryo magnet simulation (similar to ppms simulation)', 'cryo magnet simulation (similar to ppms simulation)',
interface='tcp://5000',
) )
Mod('tt', Mod('tt',

View File

@ -1,6 +1,5 @@
Node('mb11.psi.ch', Node('mb11.psi.ch',
'MB11 11 Tesla - 100 mm cryomagnet', 'MB11 11 Tesla - 100 mm cryomagnet',
interface='tcp://5000',
) )
Mod('itc1', Mod('itc1',

View File

@ -1,6 +1,5 @@
Node('mb11.psi.ch', Node('mb11.psi.ch',
'MB11 11 Tesla - 100 mm cryomagnet', 'MB11 11 Tesla - 100 mm cryomagnet',
interface='tcp://5000',
) )
Mod('itc1', Mod('itc1',

View File

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

View File

@ -1,6 +1,5 @@
Node('triton.psi.ch', Node('triton.psi.ch',
'triton test', 'triton test',
interface='tcp://5000',
) )
Mod('triton', Mod('triton',

View File

@ -1,6 +1,5 @@
Node('triton.psi.ch', Node('triton.psi.ch',
'triton test', 'triton test',
interface='tcp://5000',
) )
Mod('T_mix', Mod('T_mix',

View File

@ -1,18 +1,16 @@
Node('cfg/stick/hvolt_long.cfg', Node('cfg/stick/hvolt_long.cfg',
'high voltage stick (extended can)', 'high voltage stick (extended can)',
interface='5000',
name='hvolt_long',
) )
Mod('sea_stick', Mod('sea_stick',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'stick sea connection for hvolt_long.stick', 'stick sea connection for hvolt_long.stick',
config='hvolt_long.stick', config='hvolt_long.stick',
service='stick', service='stick',
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_stick', io='sea_stick',
sea_object='tt', sea_object='tt',
json_file='ma6.config.json', json_file='ma6.config.json',
@ -20,7 +18,7 @@ Mod('ts',
) )
Mod('hcp', Mod('hcp',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_stick', io='sea_stick',
sea_object='hcp', sea_object='hcp',
) )

View File

@ -1,18 +1,16 @@
Node('cfg/stick/ill3stick.cfg', Node('cfg/stick/ill3stick.cfg',
'ILL3 standard sample stick', 'ILL3 standard sample stick',
interface='5000',
name='ill3stick',
) )
Mod('sea_stick', Mod('sea_stick',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'SEA stick connection', 'SEA stick connection',
config='ill3.stick', config='ill3.stick',
service='stick', service='stick',
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_stick', io='sea_stick',
sea_object='tt', sea_object='tt',
json_file='ill3.config.json', json_file='ill3.config.json',

View File

@ -1,4 +1,3 @@
Node('mb11.stick.sea.psi.ch', Node('mb11.stick.sea.psi.ch',
'MB11 standard sample stick (do not use)', 'MB11 standard sample stick (do not use)',
interface='tcp://5000',
) )

View File

@ -1,18 +1,16 @@
Node('cfg/stick/ori1stick.cfg', Node('cfg/stick/ori1stick.cfg',
'ORI1 standard sample stick', 'ORI1 standard sample stick',
interface='5000',
name='ori1stick',
) )
Mod('sea_stick', Mod('sea_stick',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'SEA stick connection', 'SEA stick connection',
config='ori1.stick', config='ori1.stick',
service='stick', service='stick',
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_stick', io='sea_stick',
sea_object='tt', sea_object='tt',
json_file='ill1.config.json', json_file='ill1.config.json',

View File

@ -1,18 +1,16 @@
Node('cfg/stick/ovenstick.cfg', Node('cfg/stick/ovenstick.cfg',
'oven stick for sans', 'oven stick for sans',
interface='5000',
name='ovenstick',
) )
Mod('sea_stick', Mod('sea_stick',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'SEA stick connection', 'SEA stick connection',
config='oven.stick', config='oven.stick',
service='stick', service='stick',
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_stick', io='sea_stick',
sea_object='tt', sea_object='tt',
json_file='ma7.config.json', json_file='ma7.config.json',

View File

@ -1,18 +1,16 @@
Node('cfg/stick/oventwo.cfg', Node('cfg/stick/oventwo.cfg',
'oven stick for SANS', 'oven stick for SANS',
interface='5000',
name='oventwo',
) )
Mod('sea_stick', Mod('sea_stick',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'stick sea connection for oventwo.stick', 'stick sea connection for oventwo.stick',
config='oventwo.stick', config='oventwo.stick',
service='stick', service='stick',
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaDrivable', '', 'frappy_psi.sea.SeaDrivable', '',
io='sea_stick', io='sea_stick',
sea_object='ts', sea_object='ts',
) )

View File

@ -1,25 +1,23 @@
# error creating warmup # error creating warmup
Node('cfg/stick/sch.cfg', Node('cfg/stick/sch.cfg',
'old sample changer for 100 mm orange cryo (4 samples, HRPT)', 'old sample changer for 100 mm orange cryo (4 samples, HRPT)',
interface='5000',
name='sch',
) )
Mod('sea_stick', Mod('sea_stick',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'SEA connection to sch4', 'SEA connection to sch4',
config='sch.stick', config='sch.stick',
service='stick', service='stick',
) )
Mod('warmup', Mod('warmup',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
sea_object='warmup', sea_object='warmup',
io='sea_stick', io='sea_stick',
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
sea_object='tt', sea_object='tt',
json_file='ori4.config.json', json_file='ori4.config.json',
rel_paths=['ts'], rel_paths=['ts'],

View File

@ -1,18 +1,16 @@
Node('cfg/stick/varioxstick.cfg', Node('cfg/stick/varioxstick.cfg',
'Variox standard sample stick', 'Variox standard sample stick',
interface='5000',
name='varioxstick',
) )
Mod('sea_stick', Mod('sea_stick',
'secop_psi.sea.SeaClient', 'frappy_psi.sea.SeaClient',
'SEA stick connection', 'SEA stick connection',
config='variox.stick', config='variox.stick',
service='stick', service='stick',
) )
Mod('ts', Mod('ts',
'secop_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_stick', io='sea_stick',
sea_object='tt', sea_object='tt',
json_file='variox.config.json', json_file='variox.config.json',