21 lines
436 B
Batchfile
Executable File
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
|