Files
epics-base/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS

26 lines
717 B
Plaintext

## Example RTEMS startup script
## 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)
_APPNAME__registerRecordDeviceDriver(pdbbase)
## Load record instances
dbLoadRecords("db/dbExample1.db","user=_USER_")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=2,scan=2 second")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=3,scan=5 second")
dbLoadRecords("db/dbSubExample.db","user=_USER_")
## Set this to see messages from mySub
#var mySubDebug 1
iocInit()
## Start any sequence programs
#seq sncExample,"user=_USER_"