fixes on small furnace

This commit is contained in:
2025-04-08 17:12:00 +02:00
committed by Markus Zolliker
parent eefe271cba
commit 09dce1aabd
6 changed files with 293 additions and 22 deletions

View File

@ -88,16 +88,13 @@ Mod('interlocks',
vacuum_limit = 0.1,
)
Mod('p_io',
'frappy_psi.pfeiffer.IO',
'pressure io',
uri='serial:///dev/ttyUSBlower',
)
Mod('p',
'frappy_psi.pfeiffer.Pressure',
'frappy_psi.ionopimax.LogVoltageInput',
'pressure reading',
io = 'p_io',
addr = 'av1',
rawrange = (1.8, 8.6),
valuerange = (1e-7, 1000),
value = Param(unit='mbar'),
)