First Version

This commit is contained in:
2026-02-06 16:25:12 +01:00
parent 0426365b79
commit f47d4fb709
3 changed files with 46 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
##############################################################
#
# EPICS Training at PSI
# Cooler Simulation
# substitution file for the IOC
#
##############################################################
file CoolerSimulation_Temperatur.template {
{
DEVICE = MTRCS-SIM1
}
}
@@ -0,0 +1,22 @@
##############################################################
#
# 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")
}
@@ -0,0 +1,11 @@
##############################################################
#
# EPICS Training at PSI
# Cooler Simulation
# startup.script for the IOC
#
##############################################################
dbLoadTemplate("CoolerSimulation.subs")
iocInit