Added custom changes EPICs fast boards drivers

This commit is contained in:
ferrog
2025-05-15 15:10:34 +00:00
parent 01dae2f39b
commit 13772b30aa
13 changed files with 900 additions and 10 deletions

View File

@@ -0,0 +1,26 @@
#======================================================================
# 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!