softIocPy auto-load dbd
Re-use softMain.c from Base
This commit is contained in:
@ -2,9 +2,6 @@
|
||||
|
||||
< envPaths
|
||||
|
||||
dbLoadDatabase("../../dbd/softIocPy.dbd",0,0)
|
||||
softIocPy_registerRecordDeviceDriver(pdbbase)
|
||||
|
||||
py "import logging"
|
||||
py "logging.basicConfig(level=logging.INFO)"
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
< envPaths
|
||||
|
||||
dbLoadDatabase("../../dbd/softIocPy.dbd",0,0)
|
||||
softIocPy_registerRecordDeviceDriver(pdbbase)
|
||||
|
||||
dbLoadRecords("../../db/logwatch.db","N=ACC-CT{}Log-I,FNAME=/var/log/epics/epics.log,FILTER=logwatch.caputlog")
|
||||
|
||||
iocInit()
|
||||
|
@ -8,9 +8,6 @@ epicsEnvSet("http_proxy", "http://proxy:8888/")
|
||||
|
||||
epicsEnvSet("PYTHONPATH", "${TOP}/python/$(ARCH)")
|
||||
|
||||
dbLoadDatabase("dbd/softIocPy.dbd")
|
||||
softIocPy_registerRecordDeviceDriver(pdbbase)
|
||||
|
||||
dbLoadRecords("db/weather.db","P=CF:Ext{KISP},LOC=KISP")
|
||||
dbLoadRecords("db/weather.db","P=CF:Ext{KHWV},LOC=KHWV")
|
||||
dbLoadRecords("db/weather.db","P=CF:Ext{UNNT},LOC=UNNT")
|
||||
|
Reference in New Issue
Block a user