From 4e1f0f7ef0d2148a17ff34753b9fccb484cd199f Mon Sep 17 00:00:00 2001 From: Ole Artz Date: Tue, 2 May 2017 15:10:48 +0200 Subject: [PATCH] VACOM_MVC3 IOC: initial iocBoot from template done using: makeBaseApp.pl -t ioc -i VACOM_MVC3 --- VACOM_MVC3/iocBoot/Makefile | 6 ++++++ VACOM_MVC3/iocBoot/iocVACOM_MVC3/Makefile | 4 ++++ VACOM_MVC3/iocBoot/iocVACOM_MVC3/st.cmd | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 VACOM_MVC3/iocBoot/Makefile create mode 100644 VACOM_MVC3/iocBoot/iocVACOM_MVC3/Makefile create mode 100644 VACOM_MVC3/iocBoot/iocVACOM_MVC3/st.cmd 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" -- 2.43.0