22 lines
437 B
Plaintext
22 lines
437 B
Plaintext
#!../../bin/_ARCH_/_APPNAME_
|
|
|
|
## You may have to change _APPNAME_ to something else
|
|
## everywhere it appears in this file
|
|
|
|
< envPaths
|
|
|
|
cd ${TOP}
|
|
|
|
## Register all support components
|
|
dbLoadDatabase("dbd/_APPNAME_.dbd",0,0)
|
|
_APPNAME__registerRecordDeviceDriver(pdbbase)
|
|
|
|
## Load record instances
|
|
#dbLoadRecords("db/xxx.db","user=_USER_Host")
|
|
|
|
cd ${TOP}/iocBoot/${IOC}
|
|
iocInit()
|
|
|
|
## Start any sequence programs
|
|
#seq sncxxx,"user=_USER_Host"
|