First Version
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user