From: Ole Artz Date: Tue, 2 May 2017 13:10:48 +0000 (+0200) Subject: VACOM_MVC3 IOC: initial iocBoot from template X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4e1f0f7ef0d2148a17ff34753b9fccb484cd199f;p=mvd_epics.git VACOM_MVC3 IOC: initial iocBoot from template done using: makeBaseApp.pl -t ioc -i VACOM_MVC3 --- diff --git a/VACOM_MVC3/iocBoot/Makefile b/VACOM_MVC3/iocBoot/Makefile new file mode 100644 index 0000000..91e47d0 --- /dev/null +++ b/VACOM_MVC3/iocBoot/Makefile @@ -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 index 0000000..e064d73 --- /dev/null +++ b/VACOM_MVC3/iocBoot/iocVACOM_MVC3/Makefile @@ -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 index 0000000..868745c --- /dev/null +++ b/VACOM_MVC3/iocBoot/iocVACOM_MVC3/st.cmd @@ -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"