Files
pyDevSup/iocBoot/iocweatherbnl/st.cmd
Michael Davidsaver 11e9de810c relocate weather ioc
2013-12-08 12:58:54 -05:00

21 lines
436 B
Batchfile
Executable File

#!../../bin/linux-x86/softIocPy
< envPaths
cd("$(TOP)")
epicsEnvSet("http_proxy", "http://proxy:8888/")
epicsEnvSet("PYTHONPATH", "${TOP}/python")
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")
iocInit()
dbl > weather.dbl