softIocPy auto-load dbd

Re-use softMain.c from Base
This commit is contained in:
Michael Davidsaver
2014-06-16 16:35:01 -04:00
parent 56ea9de16e
commit 9b5b9687b4
6 changed files with 208 additions and 24 deletions

View File

@ -2,9 +2,6 @@
< envPaths
dbLoadDatabase("../../dbd/softIocPy.dbd",0,0)
softIocPy_registerRecordDeviceDriver(pdbbase)
py "import logging"
py "logging.basicConfig(level=logging.INFO)"

View File

@ -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()

View File

@ -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")