add hvolt_long and varioxstick (zebra)
This commit is contained in:
26
cfg/stick/hvolt_long_cfg.py
Normal file
26
cfg/stick/hvolt_long_cfg.py
Normal file
@ -0,0 +1,26 @@
|
||||
Node('cfg/stick/hvolt_long.cfg',
|
||||
'high voltage stick (extended can)',
|
||||
interface='5000',
|
||||
name='hvolt_long',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'secop_psi.sea.SeaClient',
|
||||
'stick sea connection for hvolt_long.stick',
|
||||
config='hvolt_long.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'secop_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma6.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
||||
Mod('hcp',
|
||||
'secop_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='hcp',
|
||||
)
|
20
cfg/stick/varioxstick_cfg.py
Normal file
20
cfg/stick/varioxstick_cfg.py
Normal file
@ -0,0 +1,20 @@
|
||||
Node('cfg/stick/varioxstick.cfg',
|
||||
'Variox standard sample stick',
|
||||
interface='5000',
|
||||
name='varioxstick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'secop_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='variox.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'secop_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['variox.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
Reference in New Issue
Block a user