Files
epics-base/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS
2003-04-04 15:01:42 +00:00

14 lines
531 B
Plaintext

# Simple startup script
# You may have to change _APPNAME_ to something else
# everywhere it appears in this file
dbLoadDatabase("dbd/_APPNAME_.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
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_")
iocInit()
#seq sncExample,"user=_USER_"