29 lines
606 B
Plaintext
29 lines
606 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"
|
|
_CSAFEAPPNAME__registerRecordDeviceDriver pdbbase
|
|
|
|
## Load record instances
|
|
dbLoadTemplate "db/userHost.substitutions"
|
|
dbLoadRecords "db/dbSubExample.db", "user=_USER_Host"
|
|
|
|
## Set this to see messages from mySub
|
|
#var mySubDebug 1
|
|
|
|
## Run this to trace the stages of iocInit
|
|
#traceIocInit
|
|
|
|
cd ${TOP}/iocBoot/${IOC}
|
|
iocInit
|
|
|
|
## Start any sequence programs
|
|
#seq sncExample, "user=_USER_Host"
|