1 ##ISIS## Run IOC initialisation
2 < $(IOCSTARTUP)/init.cmd
4 ##ISIS## Load common DB records
5 < $(IOCSTARTUP)/dbload.cmd
9 ## configure PLCs - will look for FINS_01.cmd etc based on IOC name
10 $(
IFNOTRECSIM) $(IFNOTDEVSIM) < $(FINSCONFIG)/$(IOCNAME).cmd
12 $(IFRECSIM) < fins-sim.cmd
13 $(IFDEVSIM) < fins-sim.cmd
15 ##ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called
16 < $(IOCSTARTUP)/preiocinit.cmd
18 cd ${TOP}/iocBoot/${IOC}
21 ##ISIS## Stuff that needs to be done after iocInit is called e.g. sequence programs
22 < $(IOCSTARTUP)/postiocinit.cmd
IFNOTRECSIM(IFNOTDEVSIM)< $(FINSCONFIG)/$(IOCNAME).cmd
configure PLCs - will look for FINS_01.cmd etc based on IOC name ;
cd
You may have to change FINS-IOC-01 to something else ; everywhere it appears in this file ;...
epicsEnvSet("FINSCONFIG","$(ICPCONFIGROOT)/fins")
ISIS## Run IOC initialisation ;.