ISIS Logo
FINS
FINS IOC
st-common.cmd
Go to the documentation of this file.
1 ##ISIS## Run IOC initialisation
2 < $(IOCSTARTUP)/init.cmd
3 
4 ##ISIS## Load common DB records
5 < $(IOCSTARTUP)/dbload.cmd
6 
7 epicsEnvSet("FINSCONFIG","$(ICPCONFIGROOT)/fins")
8 
9 ## configure PLCs - will look for FINS_01.cmd etc based on IOC name
10 $(IFNOTRECSIM) $(IFNOTDEVSIM) < $(FINSCONFIG)/$(IOCNAME).cmd
11 
12 $(IFRECSIM) < fins-sim.cmd
13 $(IFDEVSIM) < fins-sim.cmd
14 
15 ##ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called
16 < $(IOCSTARTUP)/preiocinit.cmd
17 
18 cd ${TOP}/iocBoot/${IOC}
19 iocInit
20 
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 ;...
Definition: st.cmd:8
epicsEnvSet("FINSCONFIG","$(ICPCONFIGROOT)/fins")
ISIS## Run IOC initialisation ;.
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5