relocate weather ioc

This commit is contained in:
Michael Davidsaver
2013-12-08 12:58:54 -05:00
parent c88ebd5bee
commit 11e9de810c
4 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,5 @@
TOP = ../..
include $(TOP)/configure/CONFIG
ARCH = linux-x86_64
TARGETS = envPaths
include $(TOP)/configure/RULES.ioc

20
iocBoot/iocweatherbnl/st.cmd Executable file
View File

@ -0,0 +1,20 @@
#!../../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