flowsas project as of 2025-04-14

This commit is contained in:
l_samenv
2025-04-14 11:40:12 +02:00
parent adfb561308
commit a7fd90cd6d
8 changed files with 462 additions and 31 deletions

View File

@ -0,0 +1,12 @@
Node('flowsas.psi.ch',
'peristaltic pump',
'tcp://3000',
)
Mod('peripump',
'frappy_psi.gilsonpump.PeristalticPump',
'Peristaltic pump',
addr_AO = 'ao1',
addr_dir_relay = 'o1',
addr_run_relay = 'o2',
)