cfg: add bronkhorst cfg
This commit is contained in:
17
cfg/bronkhorst_test_cfg.py
Normal file
17
cfg/bronkhorst_test_cfg.py
Normal file
@@ -0,0 +1,17 @@
|
||||
Node('bronkhorst_test.psi.ch',
|
||||
'bronkhorst test',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
Mod('io',
|
||||
'frappy_psi.bronkhorst.IO',
|
||||
'',
|
||||
uri='dil4-ts:3002',
|
||||
)
|
||||
|
||||
Mod('flow',
|
||||
'frappy_psi.bronkhorst.Sensor',
|
||||
'flow',
|
||||
io='io',
|
||||
value=Param(unit='ln/min'),
|
||||
)
|
||||
Reference in New Issue
Block a user