adopt sea amd cfg changes from wip

Change-Id: I83b82ece53e0cb3394551c122561a042499527d8
This commit is contained in:
2024-01-29 10:32:24 +01:00
parent 1e56f2f39e
commit 614a49f3e3
59 changed files with 355 additions and 198 deletions

View File

@ -1,8 +1,9 @@
Node('triton.psi.ch',
'triton test',
interface='tcp://5000',
)
sea_cfg = 'dil5.stick'
Mod('triton',
'frappy_psi.mercury.IO',
'connection to triton software',

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='ori1.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',