]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
VACOM_MVC3 IOC: initial iocBoot from template
authorOle Artz <ole.artz@t-online.de>
Tue, 2 May 2017 13:10:48 +0000 (15:10 +0200)
committerOle Artz <ole.artz@t-online.de>
Tue, 2 May 2017 13:10:48 +0000 (15:10 +0200)
done using:
makeBaseApp.pl -t ioc -i VACOM_MVC3

VACOM_MVC3/iocBoot/Makefile [new file with mode: 0644]
VACOM_MVC3/iocBoot/iocVACOM_MVC3/Makefile [new file with mode: 0644]
VACOM_MVC3/iocBoot/iocVACOM_MVC3/st.cmd [new file with mode: 0644]

diff --git a/VACOM_MVC3/iocBoot/Makefile b/VACOM_MVC3/iocBoot/Makefile
new file mode 100644 (file)
index 0000000..91e47d0
--- /dev/null
@@ -0,0 +1,6 @@
+TOP = ..
+include $(TOP)/configure/CONFIG
+DIRS += $(wildcard *ioc*)
+DIRS += $(wildcard as*)
+include $(CONFIG)/RULES_DIRS
+
diff --git a/VACOM_MVC3/iocBoot/iocVACOM_MVC3/Makefile b/VACOM_MVC3/iocBoot/iocVACOM_MVC3/Makefile
new file mode 100644 (file)
index 0000000..e064d73
--- /dev/null
@@ -0,0 +1,4 @@
+TOP = ../..
+include $(TOP)/configure/CONFIG
+TARGETS = envPaths
+include $(TOP)/configure/RULES.ioc
diff --git a/VACOM_MVC3/iocBoot/iocVACOM_MVC3/st.cmd b/VACOM_MVC3/iocBoot/iocVACOM_MVC3/st.cmd
new file mode 100644 (file)
index 0000000..868745c
--- /dev/null
@@ -0,0 +1,21 @@
+#!../../bin/linux-arm/VACOM_MVC3
+
+## You may have to change VACOM_MVC3 to something else
+## everywhere it appears in this file
+
+< envPaths
+
+cd "${TOP}"
+
+## Register all support components
+dbLoadDatabase "dbd/VACOM_MVC3.dbd"
+VACOM_MVC3_registerRecordDeviceDriver pdbbase
+
+## Load record instances
+#dbLoadRecords("db/xxx.db","user=scs")
+
+cd "${TOP}/iocBoot/${IOC}"
+iocInit
+
+## Start any sequence programs
+#seq sncxxx,"user=scs"