27 lines
985 B
Batchfile
27 lines
985 B
Batchfile
#======================================================================
|
|
# Loading DBs
|
|
#======================================================================
|
|
cd $(TOP)/db
|
|
@DBxx
|
|
|
|
#======================================================================
|
|
# Loading Substitution Files
|
|
#======================================================================
|
|
cd $(TOP)/iocBoot/$(IOC)
|
|
@SUBx
|
|
#__patch
|
|
|
|
#======================================================================
|
|
# PLC Communication Monitoring PVs DB Loading
|
|
#======================================================================
|
|
cd $(EPICS_ROOT)/db
|
|
@PLCM
|
|
|
|
#======================================================================
|
|
# IOC Monitor
|
|
#======================================================================
|
|
cd $(EPICS_ROOT)/db
|
|
#dbLoadRecords("iocmon.db","CBS=@CBS1-@CBS2-SYSM, CTRLTYPE=@CTRT, IDX=@IDNx, IOCTYPE=@IOCT, PP=@PBS2, PPPP=@PBS1, NNNN=@PBS4, TTT=@PBS3")
|
|
|
|
#- End-of-file marker - do not delete or add lines below!
|