1 #!../../bin/windows-x64-debug/TEST-IOC-01
3 ## You may have to change TEST-IOC-01 to something else
4 ## everywhere it appears in this file
10 ## Register all support components
11 dbLoadDatabase
"dbd/TEST-IOC-01.dbd"
12 TEST_IOC_01_registerRecordDeviceDriver
pdbbase
14 ##ISIS## Run IOC initialisation
15 < $(IOCSTARTUP)/init.cmd
19 ##ISIS## Load common DB records
20 < $(IOCSTARTUP)/dbload.cmd
22 ## Load our record instances
23 dbLoadRecords(
"db/TEST-IOC-01.db",
"P=$(MYPVPREFIX)$(IOCNAME):, RANDDEV=Random Async, RANDSEED=324235")
25 ##ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called
26 < $(IOCSTARTUP)/preiocinit.cmd
28 cd ${TOP}/iocBoot/${IOC}
31 ## Start any sequence programs
32 #seq sncxxx,"user=faa59Host"
34 ##ISIS## Stuff that needs to be done after iocInit is called e.g. sequence programs
35 < $(IOCSTARTUP)/postiocinit.cmd
TEST_IOC_01_registerRecordDeviceDriver pdbbase
startPVAServer
Start any sequence programs ;.
dbLoadRecords("db/TEST-IOC-01.db","P=$(MYPVPREFIX)$(IOCNAME):, RANDDEV=Random Async, RANDSEED=324235")
ISIS## Run IOC initialisation ;.
cd
You may have to change TEST-IOC-01 to something else ; everywhere it appears in this file ;...