IOC startup file for beam logger. More...
Go to the source code of this file.
Functions | |
epicsEnvSet | IOCSTATS_DB (DEVIOCSTATS)/db/iocAdminSoft.db" |
epicsEnvSet | PVROOT (MYPVPREFIX)" |
dbLoadDatabase ("dbd/isisbeam.dbd") | |
Register all support components ;. More... | |
isisbeamConfigure ("isisbeam") | |
configure IOC ; More... | |
dbLoadRecords ("$(TOP)/db/isisbeam.db","P=$(PVROOT)") | |
Load record instances to define PVs ;. More... | |
dbLoadRecords ("$(TOP)/db/beamline.db","P=$(PVROOT)") | |
dbLoadRecords ("$(IOCSTATS_DB)","IOC=$(PVROOT)CS:IOC:$(IOCNAME):DEVIOS") | |
Variables | |
epicsEnvSet IOCNAME | ISISBEAM_01 |
cd {TOP} | |
isisbeam_registerRecordDeviceDriver | pdbbase |
iocInit | |
IOC startup file for beam logger.
; Provides PVs for status of ISIS beam and accelerator ;
Definition in file st.cmd.
dbLoadDatabase | ( | "dbd/isisbeam.dbd" | ) |
Register all support components ;.
dbLoadRecords | ( | "$(TOP)/db/isisbeam.db" | ) |
Load record instances to define PVs ;.
dbLoadRecords | ( | "$(TOP)/db/beamline.db" | ) |
dbLoadRecords | ( | "$(IOCSTATS_DB)" | ) |
epicsEnvSet IOCSTATS_DB | ( | DEVIOCSTATS | ) |
isisbeamConfigure | ( | "isisbeam" | ) |
configure IOC ;
epicsEnvSet PVROOT | ( | MYPVPREFIX | ) |