added Inficon gauges

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
Bernardo Carvalho
2024-12-11 17:00:23 +00:00
parent 0ea59f7cfe
commit 17bab67ce7
7 changed files with 177 additions and 106 deletions

View File

@@ -0,0 +1,43 @@
# vim: sta:et:sw=4:ts=4:sts=4
# 11/12/2024 Initial configuration
#record (ai, "$(P)$(R)Inficon1")
# field (DESC, "ISTTOK:central:Inficon1")
record (ai, "$(P)$(R)VVessel-Pressure")
{
field (DESC, "ISTTOK:central:VVessel-Pressure")
field (DTYP, "stream")
field (INP, "@inficon.proto readIonGauge1 $(bus)")
field (SCAN, "1 second")
field(PHAS, "2")
field(EGU, "mBar")
field(HIHI,"1.0e-2")
field(HIGH,"1.0e-3")
field(LOW,"1.0e-9")
field(LOLO,"0.5e-9")
field(HHSV,"MAJOR")
field(HSV, "MINOR")
field(LSV, "MINOR")
field(LLSV,"MAJOR")
}
#record (ai, "$(P)$(R)Inficon3")
record (ai, "$(P)$(R)TMPump1-PressureAdmission")
{
# field (DESC, "ISTTOK:central:Inficon3")
field(DESC, "ISTTOK:central:TMPump1-PressureAdmission")
field (DTYP, "stream")
field (INP, "@inficon.proto readIonGauge3 $(bus)")
field (SCAN, "1 second")
field(PHAS, "2")
field(EGU, "mBar")
field(HIHI,"1.0e-2")
field(HIGH,"1.0e-3")
field(LOW,"1.0e-9")
field(LOLO,"0.5e-9")
field(HHSV,"MAJOR")
field(HSV, "MINOR")
field(LSV, "MINOR")
field(LLSV,"MAJOR")
}