cfg: add cfg file for leidenghs

This commit is contained in:
2026-06-09 14:21:20 +02:00
committed by zolliker
co-authored by zolliker
parent 0055fa60c6
commit a71d693aba
+39
View File
@@ -0,0 +1,39 @@
Node('leidenghs_test.test',
'test leiden GHS driver',
'tcp://5000',
)
Mod('io',
'frappy_psi.leidenghs.IO',
'leiden GHS communication',
uri='serial:///dev/tty.usbserial-14330?baudrate=9600',
)
Mod('A8',
'frappy_psi.leidenghs.Valve',
'test valve A8',
io='io',
key='A8',
)
Mod('P1',
'frappy_psi.leidenghs.Pressure',
'test pressure P1',
io='io',
addr='P1',
)
Mod('P2',
'frappy_psi.leidenghs.Pressure',
'test pressure P2',
io='io',
addr='P2',
)
Mod('P6',
'frappy_psi.leidenghs.PressureLimit',
'test pressure with limits P6',
io='io',
addr='P6',
offset=0,
)