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

@@ -36,15 +36,20 @@ record(calc, "$(P)$(R)Last_Uptime") {
################################################################### ###################################################################
record(ai, "$(P)$(R)Temperature_0") record(ai, "$(P)$(R)Temperature_0")
{ {
field(DESC, "Reads TE01 Temperature") field(DESC, "Reads TE01 Temperature")
field(DTYP, "stream") field(DTYP, "stream")
field(INP, "@dspic.proto getTE01 $(PORT) $(A)") field(INP, "@dspic.proto getTE01 $(PORT) $(A)")
field(SCAN, "I/O Intr") field(SCAN, "I/O Intr")
field(EGU, "C") field(EGU, "C")
field(PREC, "4") field(PREC, "4")
field(LINR, "LINEAR") field(LINR, "LINEAR")
field(ESLO, "0.00001163358") # field(ESLO, "0.00001163358")
field(EGUL, "-1.02376") # 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(HIHI,"90.0")
field(HIGH,"80.0") field(HIGH,"80.0")
field(LOW, "20.0") field(LOW, "20.0")
@@ -53,6 +58,7 @@ record(ai, "$(P)$(R)Temperature_0")
field(HSV, "MINOR") field(HSV, "MINOR")
field(LSV, "MINOR") field(LSV, "MINOR")
field(LLSV,"MAJOR") field(LLSV,"MAJOR")
field(ADEL, "1.0") # Archive Deadband
} }
# Precision # Precision
# Engineering Units # Engineering Units
@@ -69,7 +75,6 @@ record(ai, "$(P)$(R)Temperature_0")
# field(HSV, "MINOR") # field(HSV, "MINOR")
# field(LSV, "MINOR") # field(LSV, "MINOR")
# field(LLSV,"MAJOR") # field(LLSV,"MAJOR")
# field(ADEL, "10000.0") # Archive Deadband
# field(MDEL, "0.0") # Monitor Deadband # field(MDEL, "0.0") # Monitor Deadband
record(ai, "$(P)$(R)Temperature_1") record(ai, "$(P)$(R)Temperature_1")

View File

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