add ill3 and ori1 stick

This commit is contained in:
2023-05-02 09:31:09 +02:00
parent b19a8c2e5c
commit 9fc6b6c0fd
4 changed files with 422 additions and 0 deletions

View File

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