1 #!../../bin/windows-x64/LS336-IOC-01
3 ## You may have to change LS336-IOC-01 to something else
4 ## everywhere it appears in this file
11 #epicsEnvSet("STREAM_PROTOCOL_PATH", "$(LAKESHORE336)/protocol/")
12 #epicsEnvSet("STREAM_PROTOCOL_PATH", "$(IP)/ipApp/Db/")
14 ## Register all support components
15 dbLoadDatabase
"dbd/LS336-IOC-01.dbd"
16 LS336_IOC_01_registerRecordDeviceDriver
pdbbase
18 ##ISIS## Run IOC initialisation
19 < $(IOCSTARTUP)/init.cmd
23 ##ISIS## Load common DB records
24 < $(IOCSTARTUP)/dbload.cmd
26 #drvAsynIPPortConfigure ("L0","192.168.200.154:7777",0,0,0)
27 ## Load our record instances
28 #dbLoadRecords("db/LS336.db","P=$(MYPVPREFIX)")
29 #dbLoadRecords("$(IP)/ipApp/Db/LakeShore336.db","P=$(MYPVPREFIX),Q=LS01,PORT=L0,ADDR=0")
31 ##ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called
32 < $(IOCSTARTUP)/preiocinit.cmd
34 cd ${TOP}/iocBoot/${IOC}
37 ## Start any sequence programs
38 #seq sncxxx,"user=faa59Host"
40 ##ISIS## Stuff that needs to be done after iocInit is called e.g. sequence programs
41 < $(IOCSTARTUP)/postiocinit.cmd
record(bo,"$(P):LS01:DISABLE")
LS336_IOC_01_registerRecordDeviceDriver pdbbase
cd
You may have to change LS336-IOC-01 to something else ; everywhere it appears in this file ;...