changes for new shell

This commit is contained in:
Marty Kraimer
2000-05-05 18:11:40 +00:00
parent dd6e06ad2f
commit b7b57507a7

View File

@@ -1,7 +1,7 @@
dbLoadDatabase("../../dbd/exampleApp.dbd",0,0);
registerRecordDeviceDriver(pdbbase);
dbLoadDatabase("../../dbd/exampleApp.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");
iocInit();
dbLoadRecords("../../db/dbExample2.db","user=_USER_,no=2,scan=2 second")
dbLoadRecords("../../db/dbExample2.db","user=_USER_,no=3,scan=5 second")
iocInit()