relocate weather ioc
This commit is contained in:
5
iocBoot/iocweatherbnl/Makefile
Normal file
5
iocBoot/iocweatherbnl/Makefile
Normal 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
20
iocBoot/iocweatherbnl/st.cmd
Executable 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
|
Reference in New Issue
Block a user