1 #!../../bin/windows-x64/RUNCTRL_01
3 ## You may have to change RUNCTRL_01 to something else
4 ## everywhere it appears in this file
10 ## Register all support components
11 dbLoadDatabase
"dbd/RUNCTRL_01.dbd"
12 RUNCTRL_01_registerRecordDeviceDriver
pdbbase
14 ##ISIS## Run IOC initialisation
15 < $(IOCSTARTUP)/init.cmd
17 ## Load record instances
19 ##ISIS## Load common DB records
20 < $(IOCSTARTUP)/dbload.cmd
22 ## Load our record instances
23 dbLoadRecords(
"$(RUNCONTROL)/db/runcontrolMgr.db",
"P=$(MYPVPREFIX)")
25 ## load run control settings written by blockserver
26 < ${ICPCONFIGROOT}/rc_settings.cmd
28 ##ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called
29 < $(IOCSTARTUP)/preiocinit.cmd
31 cd ${TOP}/iocBoot/${IOC}
34 ## Start any sequence programs
35 #seq sncxxx,"user=faa59Host"
37 ##ISIS## Stuff that needs to be done after iocInit is called e.g. sequence programs
38 < $(IOCSTARTUP)/postiocinit.cmd
dbLoadRecords("$(RUNCONTROL)/db/runcontrolMgr.db","P=$(MYPVPREFIX)")
ISIS## Run IOC initialisation ;.
RUNCTRL_01_registerRecordDeviceDriver pdbbase
cd
You may have to change RUNCTRL_01 to something else ; everywhere it appears in this file ;...