Files
pcas/src/template/base/top/iocBoot/ioc/st.cmd@Cross
T
2016-03-07 14:38:59 -06:00

19 lines
423 B
Plaintext

#!../../bin/_ARCH_/_APPNAME_
#- You may have to change _APPNAME_ to something else
#- everywhere it appears in this file
#< envPaths
## Register all support components
dbLoadDatabase("../../dbd/_APPNAME_.dbd",0,0)
_CSAFEAPPNAME__registerRecordDeviceDriver(pdbbase)
## Load record instances
dbLoadRecords("../../db/_APPNAME_.db","user=_USER_")
iocInit()
## Start any sequence programs
#seq snc_APPNAME_,"user=_USER_"