26 lines
930 B
Plaintext
26 lines
930 B
Plaintext
#======================================================================
|
||
# Loading DBs
|
||
#======================================================================
|
||
cd $(TOP)/db
|
||
|
||
|
||
#======================================================================
|
||
# Loading Substitution Files
|
||
#======================================================================
|
||
cd $(TOP)/iocBoot/$(IOC)
|
||
|
||
|
||
#======================================================================
|
||
# PLC Communication Monitoring PVs DB Loading
|
||
#======================================================================
|
||
cd $(EPICS_ROOT)/db
|
||
|
||
|
||
#======================================================================
|
||
# IOC Monitor
|
||
#======================================================================
|
||
cd $(EPICS_ROOT)/db
|
||
#dbLoadRecords("iocmon.db","CBS=EC-GN-SYSM, CTRLTYPE=À GäY, IDX=0, IOCTYPE=CUB, PP=, PPPP=, NNNN=, TTT=")
|
||
|
||
#- End-of-file marker - do not delete or add lines below!
|