update old cfg files

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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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