]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
genrunid is a separate db now. This simplifies a configuration of master/slave IOCs...
authorhadaq <hadaq>
Tue, 10 Jun 2008 16:58:56 +0000 (16:58 +0000)
committerhadaq <hadaq>
Tue, 10 Jun 2008 16:58:56 +0000 (16:58 +0000)
ebctrl/ioc/ebctrlApp/Db/evtbuild.db
ebctrl/ioc/ebctrlApp/Db/genrunid.db [new file with mode: 0644]
ebctrl/ioc/iocBoot/iocebctrl/envPaths
ebctrl/ioc/iocBoot/iocebctrl/st.cmd

index baab933fb9291800a0ae5ea707fb895f9ef6e635..9e836228dca8c9894fba36e9868066e640597cee 100755 (executable)
@@ -163,15 +163,6 @@ record(waveform,"HAD:$(eb):ebBuff")
     field(FTVL,"LONG")\r
 }\r
 \r
-record(sub,"HAD:genRunId") {\r
-                field(DESC, "subroutine")\r
-                field(SCAN, "1 second")\r
-                field(INPA, "HAD:$(eb):byteWrit")\r
-                field(INPB, "HAD:$(eb):status")\r
-                field(INAM, "genRunId_init")\r
-                field(SNAM, "genRunId_proc")\r
-}\r
-\r
 record(sub,"HAD:writeRunId") {\r
                 field(DESC, "subroutine")\r
                 field(SCAN, "1 second")\r
diff --git a/ebctrl/ioc/ebctrlApp/Db/genrunid.db b/ebctrl/ioc/ebctrlApp/Db/genrunid.db
new file mode 100644 (file)
index 0000000..2818a71
--- /dev/null
@@ -0,0 +1,8 @@
+record(sub,"HAD:genRunId") {\r
+                field(DESC, "subroutine")\r
+                field(SCAN, "1 second")\r
+                field(INPA, "HAD:$(eb):byteWrit")\r
+                field(INPB, "HAD:$(eb):status")\r
+                field(INAM, "genRunId_init")\r
+                field(SNAM, "genRunId_proc")\r
+}\r
\ No newline at end of file
index 279023c9f2d6de21b20a26b700c3af35667982b6..6950d1f36bf7c4e8f249e156924d9e16aa919099 100644 (file)
@@ -1,4 +1,4 @@
 epicsEnvSet(ARCH,"linux-x86")
 epicsEnvSet(IOC,"iocebctrl")
-epicsEnvSet(TOP,"/home/scs/yurevich/ebctrl/ioc")
+epicsEnvSet(TOP,"/home/scs/daq/ebctrl/ioc")
 epicsEnvSet(EPICS_BASE,"/home/scs/base-3.14.9")
index e67cb4e4fb6ee97379874d608184c0acd9595d89..efd71ffe5a0a24c674c2ad14b4d37b419727db2f 100644 (file)
@@ -13,8 +13,9 @@ ebctrl_registerRecordDeviceDriver(pdbbase)
 
 ## Load record instances
 dbLoadTemplate "db/userHost.substitutions"
-dbLoadRecords("db/evtbuild.db","eb=eb01")
-dbLoadRecords("db/netmem.db","eb=eb01")
+dbLoadRecords("db/evtbuild.db","eb=eb02")
+dbLoadRecords("db/netmem.db","eb=eb02")
+##dbLoadRecords("db/genrunid.db")
 
 ## Set this to see messages from mySub
 var evtbuildDebug 1