Files
CoolerSimulation/ioc/MTRCS-CPCL-SIM/CoolerSimulation_Temperatur.template
2026-02-06 16:25:12 +01:00

23 lines
543 B
Plaintext

##############################################################
#
# EPICS Training at PSI
# Cooler Simulation
# template for the temperature simulation
#
##############################################################
record (ai, "$(DEVICE)-TEMP1:ReadBack")
{
field (DESC, "Sensor T1")
field (EGU, "Grad C")
field (PREC, "1")
field (LINR, "LINEAR")
field (EGUF, "100")
field (EGUL, "-100")
field (HOPR, "100")
field (LOPR, "0")
field (HIGH, "51")
field (HIHI, "52")
field (SCAN, ".1 second")
}