add hvolt_long and varioxstick (zebra)

This commit is contained in:
2023-05-02 16:37:19 +02:00
parent e2c51b3dd1
commit e38139089f
3 changed files with 58 additions and 0 deletions

View 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'],
)