Corrected Temperatures

This commit is contained in:
codac-dev
2019-12-20 11:51:38 +00:00
parent 3533a35127
commit 2ce84c4fcc
2 changed files with 11 additions and 6 deletions

View File

@@ -43,8 +43,13 @@ record(ai, "$(P)$(R)Temperature_0")
field(EGU, "C")
field(PREC, "4")
field(LINR, "LINEAR")
field(ESLO, "0.00001163358")
field(EGUL, "-1.02376")
# field(ESLO, "0.00001163358")
# field(EGUL, "-1.02376")
# x 30
field(ESLO, "0.000349007")
field(EGUL, "-10.0")
field(HOPR, "120.0")
field(LOPR, "10.0")
field(HIHI,"90.0")
field(HIGH,"80.0")
field(LOW, "20.0")
@@ -53,6 +58,7 @@ record(ai, "$(P)$(R)Temperature_0")
field(HSV, "MINOR")
field(LSV, "MINOR")
field(LLSV,"MAJOR")
field(ADEL, "1.0") # Archive Deadband
}
# Precision
# Engineering Units
@@ -69,7 +75,6 @@ record(ai, "$(P)$(R)Temperature_0")
# field(HSV, "MINOR")
# field(LSV, "MINOR")
# field(LLSV,"MAJOR")
# field(ADEL, "10000.0") # Archive Deadband
# field(MDEL, "0.0") # Monitor Deadband
record(ai, "$(P)$(R)Temperature_1")

View File

@@ -1,7 +1,7 @@
# https://epics.anl.gov/tech-talk/2013/msg02051.php
Terminator = CR LF;
MaxInput = 125;
ReadTimeout = 500;
MaxInput = 110;
ReadTimeout = 200;
#ExtraInput = Ignore;
getTE01 {