Files
motorDSM/iocs/acsIOC/iocBoot/iocAcs/st.cmd
2019-04-09 11:24:20 -05:00

22 lines
411 B
Batchfile

#!../../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"