mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
Added files from makeBaseApp
This commit is contained in:
5
iocs/acsIOC/iocBoot/iocAcs/Makefile
Normal file
5
iocs/acsIOC/iocBoot/iocAcs/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
ARCH = $(EPICS_HOST_ARCH)
|
||||
TARGETS = envPaths
|
||||
include $(TOP)/configure/RULES.ioc
|
21
iocs/acsIOC/iocBoot/iocAcs/st.cmd
Normal file
21
iocs/acsIOC/iocBoot/iocAcs/st.cmd
Normal file
@@ -0,0 +1,21 @@
|
||||
#!../../bin/linux-x86_64/acs
|
||||
|
||||
## You may have to change acs to something else
|
||||
## everywhere it appears in this file
|
||||
|
||||
< envPaths
|
||||
|
||||
cd "${TOP}"
|
||||
|
||||
## Register all support components
|
||||
dbLoadDatabase "dbd/acs.dbd"
|
||||
acs_registerRecordDeviceDriver pdbbase
|
||||
|
||||
## Load record instances
|
||||
#dbLoadRecords("db/xxx.db","user=kpetersn")
|
||||
|
||||
cd "${TOP}/iocBoot/${IOC}"
|
||||
iocInit
|
||||
|
||||
## Start any sequence programs
|
||||
#seq sncxxx,"user=kpetersn"
|
Reference in New Issue
Block a user