# 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_"