changes for iocsh
This commit is contained in:
3
src/makeBaseApp/top/exampleBoot/ioc/README
Normal file
3
src/makeBaseApp/top/exampleBoot/ioc/README
Normal file
@@ -0,0 +1,3 @@
|
||||
On host execute the command
|
||||
|
||||
../../bin/<arch>/example stcmd.host
|
||||
7
src/makeBaseApp/top/exampleBoot/ioc/stcmd.host
Normal file
7
src/makeBaseApp/top/exampleBoot/ioc/stcmd.host
Normal file
@@ -0,0 +1,7 @@
|
||||
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();
|
||||
Reference in New Issue
Block a user