]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/log
daqdata.git
14 years agoChange stale to idle. Sergey.
hadaq [Fri, 16 Apr 2010 10:43:15 +0000 (10:43 +0000)]
Change stale to idle. Sergey.

14 years agoRFIO args added. Sergey.
hadaq [Thu, 15 Apr 2010 17:33:01 +0000 (17:33 +0000)]
RFIO args added. Sergey.

15 years agoTitle of the plot was changed a bit. Sergey.
hadaq [Tue, 6 Apr 2010 17:19:40 +0000 (17:19 +0000)]
Title of the plot was changed a bit. Sergey.

15 years agoEVT_MAXSIZE increased from 256KB to 1MB. Sergey.
hadaq [Fri, 29 Jan 2010 18:24:02 +0000 (18:24 +0000)]
EVT_MAXSIZE increased from 256KB to 1MB. Sergey.

15 years agofew corrections for online service. Sergey.
hadaq [Wed, 27 Jan 2010 17:29:50 +0000 (17:29 +0000)]
few corrections for online service. Sergey.

15 years agofew corrections for online service. Sergey.
hadaq [Wed, 27 Jan 2010 17:27:59 +0000 (17:27 +0000)]
few corrections for online service. Sergey.

15 years agoonline service (rpc) disabled by default. Sergey.
hadaq [Wed, 27 Jan 2010 17:10:34 +0000 (17:10 +0000)]
online service (rpc) disabled by default. Sergey.

15 years agoundef RFIO. Sergey
hadaq [Mon, 14 Dec 2009 10:28:38 +0000 (10:28 +0000)]
undef RFIO. Sergey

15 years agobuffer size equal to evtbuild. Sergey
hadaq [Thu, 10 Dec 2009 15:39:55 +0000 (15:39 +0000)]
buffer size equal to evtbuild. Sergey

15 years agoRFIO off. Sergey
hadaq [Thu, 10 Dec 2009 15:20:43 +0000 (15:20 +0000)]
RFIO off. Sergey

15 years agorfio to lustre feature added. Sergey.
hadaq [Thu, 10 Dec 2009 11:45:11 +0000 (11:45 +0000)]
rfio to lustre feature added. Sergey.

15 years agoNew function conSetupParamOnly() in tcl/tclParam.c. This function creates only _p...
hadaq [Mon, 24 Aug 2009 17:23:39 +0000 (17:23 +0000)]
New function conSetupParamOnly() in tcl/tclParam.c. This function creates only _p.tcl file but not _s.tcl file. Sergey Yurevich.

15 years agotest
hadaq [Mon, 24 Aug 2009 17:15:00 +0000 (17:15 +0000)]
test

15 years agonetmem shared mem name for multiple EBs. Sergey.
hadaq [Wed, 29 Apr 2009 13:20:16 +0000 (13:20 +0000)]
netmem shared mem name for multiple EBs. Sergey.

15 years agoadapted to multiple EBs. Sergey
hadaq [Wed, 29 Apr 2009 12:49:13 +0000 (12:49 +0000)]
adapted to multiple EBs. Sergey

15 years agoadded compat lib. Sergey
hadaq [Wed, 29 Apr 2009 12:48:29 +0000 (12:48 +0000)]
added compat lib. Sergey

15 years agoget read of warning. Sergey
hadaq [Wed, 29 Apr 2009 12:46:59 +0000 (12:46 +0000)]
get read of warning. Sergey

16 years agocomment out #define RFIO. There should be no RFIO by default. Sergey.
hadaq [Mon, 6 Oct 2008 12:50:14 +0000 (12:50 +0000)]
comment out #define RFIO. There should be no RFIO by default. Sergey.

16 years agoadd filename to storeRunInfoStop string. S.Y.
hadaq [Wed, 10 Sep 2008 15:39:54 +0000 (15:39 +0000)]
add filename to storeRunInfoStop string. S.Y.

16 years agominor change. Sergey.
hadaq [Wed, 23 Jul 2008 13:55:40 +0000 (13:55 +0000)]
minor change. Sergey.

16 years agoNew options: [-i] ignore trigger mismatch conditions, [-O path] path for eb_runinfo2o...
hadaq [Wed, 23 Jul 2008 13:49:02 +0000 (13:49 +0000)]
New options: [-i] ignore trigger mismatch conditions, [-O path] path for eb_runinfo2ora.txt. Sergey.

16 years agosmall change. Sergey.
hadaq [Tue, 22 Jul 2008 13:31:41 +0000 (13:31 +0000)]
small change. Sergey.

16 years agosmall change. Sergey.
hadaq [Tue, 22 Jul 2008 13:20:35 +0000 (13:20 +0000)]
small change. Sergey.

16 years agoremove warning when compiled at 64-bit platform. Sergey Yurevich
hadaq [Tue, 24 Jun 2008 18:05:09 +0000 (18:05 +0000)]
remove warning when compiled at 64-bit platform. Sergey Yurevich

16 years agoincreased max number of statistics. Sergey Yurevich
hadaq [Tue, 24 Jun 2008 17:53:17 +0000 (17:53 +0000)]
increased max number of statistics. Sergey Yurevich

16 years agonew lib. Sergey Yurevich
hadaq [Mon, 23 Jun 2008 13:32:49 +0000 (13:32 +0000)]
new lib. Sergey Yurevich

16 years agogenrunid.db is a separate record now. Sergey Yurevich
hadaq [Mon, 23 Jun 2008 13:31:01 +0000 (13:31 +0000)]
genrunid.db is a separate record now. Sergey Yurevich

16 years agomodified and finilized versions of GUIs. Sergey Yurevich
hadaq [Thu, 19 Jun 2008 14:40:43 +0000 (14:40 +0000)]
modified and finilized versions of GUIs. Sergey Yurevich

16 years ago#include <libgen.h>! Without this it was craching at basename (argv[0]) on 64 bit...
hadaq [Tue, 17 Jun 2008 18:56:23 +0000 (18:56 +0000)]
#include <libgen.h>! Without this it was craching at basename (argv[0]) on 64 bit platform as it assumed that the return value of basename is int (32 bit) but the pointer is 64 bit! Sergey Yurevich.

16 years ago#include <libgen.h>! Without this it was craching at basename (argv[0]) on 64 bit...
hadaq [Tue, 17 Jun 2008 18:51:06 +0000 (18:51 +0000)]
#include <libgen.h>! Without this it was craching at basename (argv[0]) on 64 bit platform as it assumed that the return value of basename is int (32 bit) but the pointer is 64 bit! Sergey Yurevich.

16 years ago1. DAQ_SETUP is read only once and not each time in storeRunInfoStart/Stop. 2. File...
hadaq [Mon, 16 Jun 2008 15:42:41 +0000 (15:42 +0000)]
1. DAQ_SETUP is read only once and not each time in storeRunInfoStart/Stop. 2. File name contains time taken from the RUN Id. Sergey Yurevich

16 years agogenrunid is a separate db now. This simplifies a configuration of master/slave IOCs...
hadaq [Tue, 10 Jun 2008 16:58:56 +0000 (16:58 +0000)]
genrunid is a separate db now. This simplifies a configuration of master/slave IOCs. Sergey Yurevich

16 years agominor changes. Sergey Yurevich
hadaq [Fri, 6 Jun 2008 15:50:12 +0000 (15:50 +0000)]
minor changes. Sergey Yurevich

16 years agonew features added. Sergey Yurevich
hadaq [Fri, 6 Jun 2008 15:46:10 +0000 (15:46 +0000)]
new features added. Sergey Yurevich

16 years agoTook out rates from statistic. IOC itself will calculate them. Sergey Yurevich
hadaq [Fri, 6 Jun 2008 15:39:50 +0000 (15:39 +0000)]
Took out rates from statistic. IOC itself will calculate them. Sergey Yurevich

16 years agominor change. Sergey Yurevich
hadaq [Wed, 4 Jun 2008 16:12:06 +0000 (16:12 +0000)]
minor change. Sergey Yurevich

16 years ago-S option for shared mem name extention is added. Allows many users to run EBs on...
hadaq [Tue, 3 Jun 2008 16:31:26 +0000 (16:31 +0000)]
-S option for shared mem name extention is added. Allows many users to run EBs on one PC. Sergey Yurevich

16 years agoremoved few warnings. Sergey Yurevich
hadaq [Tue, 3 Jun 2008 14:26:53 +0000 (14:26 +0000)]
removed few warnings. Sergey Yurevich

16 years agofew changes in statistic. Sergey Yurevich.
hadaq [Tue, 3 Jun 2008 10:13:21 +0000 (10:13 +0000)]
few changes in statistic. Sergey Yurevich.

16 years agoSome additional statistic is added to be read by ioc. Sergey Yurevich.
hadaq [Wed, 28 May 2008 14:57:04 +0000 (14:57 +0000)]
Some additional statistic is added to be read by ioc. Sergey Yurevich.

16 years agoNew function: Worker_setStatistic. Sets a value for already existing statistic. Serge...
hadaq [Wed, 28 May 2008 14:56:16 +0000 (14:56 +0000)]
New function: Worker_setStatistic. Sets a value for already existing statistic. Sergey Yurevich.

16 years agoNew options: rfio to DM, lustre, synch via ioc (still to be tested), run Id from...
hadaq [Wed, 28 May 2008 14:54:22 +0000 (14:54 +0000)]
New options: rfio to DM, lustre, synch via ioc (still to be tested), run Id from ioc, plus some cleaning. Sergey Yurevich.

16 years agomedm configuration files for Event Builder monitoring.
hadaq [Mon, 5 May 2008 15:09:49 +0000 (15:09 +0000)]
medm configuration files for Event Builder monitoring.
Sergey Yurevich. 05.05.2008

16 years agonew records added.
hadaq [Mon, 5 May 2008 15:01:19 +0000 (15:01 +0000)]
new records added.
Sergey Yurevich. 05.05.2008

16 years agoNeede by EPICS.
hadaq [Fri, 25 Apr 2008 17:30:41 +0000 (17:30 +0000)]
Neede by EPICS.
Sergey Yurevich.

16 years agoAdd this library. Needed because of worker functionality
hadaq [Fri, 25 Apr 2008 17:29:46 +0000 (17:29 +0000)]
Add this library. Needed because of worker functionality
(shared memory access).
Sergey Yurevich.

16 years agoThose files are not needed.
hadaq [Fri, 25 Apr 2008 17:26:27 +0000 (17:26 +0000)]
Those files are not needed.
Sergey Yurevich.

16 years agoremove ioc/ebctrlApp/Db/dbExample1.db. Not needed.
hadaq [Fri, 25 Apr 2008 17:22:38 +0000 (17:22 +0000)]
remove ioc/ebctrlApp/Db/dbExample1.db. Not needed.
Sergey Yurevich.

16 years agoInitial revision
hadaq [Fri, 25 Apr 2008 16:56:09 +0000 (16:56 +0000)]
Initial revision

17 years agodumping of the fill levels of buffers added. S.Y.
hadaq [Tue, 8 Apr 2008 14:56:47 +0000 (14:56 +0000)]
dumping of the fill levels of buffers added. S.Y.

17 years agoa bug in buffstat fixed. S.Y.
hadaq [Tue, 8 Apr 2008 14:45:14 +0000 (14:45 +0000)]
a bug in buffstat fixed. S.Y.

17 years ago1. RFIO functionality added. 2. Fill levels of buffers can be monitored. S.Y.
hadaq [Tue, 8 Apr 2008 13:59:51 +0000 (13:59 +0000)]
1. RFIO functionality added. 2. Fill levels of buffers can be monitored. S.Y.

17 years agominor changes. S.Y.
hadaq [Tue, 8 Apr 2008 13:58:14 +0000 (13:58 +0000)]
minor changes. S.Y.

17 years agoMAXINPATH changed to 100 plus some minor changes. S.Y.
hadaq [Mon, 31 Mar 2008 17:54:40 +0000 (17:54 +0000)]
MAXINPATH changed to 100 plus some minor changes. S.Y.

17 years ago1. Change MAXINPATH to 100 subsystems. 2. Change 32 subsystems to 100 subsystems...
hadaq [Mon, 31 Mar 2008 17:48:20 +0000 (17:48 +0000)]
1. Change MAXINPATH to 100 subsystems. 2. Change 32 subsystems to 100 subsystems. 3. Change main function to implement NetTrans_multiReceive. S.Y.

17 years ago1. the unnecessary do loop from NetTrans_multiRecv was taken out. 2. New function...
hadaq [Mon, 31 Mar 2008 17:45:21 +0000 (17:45 +0000)]
1. the unnecessary do loop from NetTrans_multiRecv was taken out. 2. New function NetTrans_multiReceive. 3. assembleMsg does not do anything if hadTu is NULL. 4. MTU is changed to 63 kB. S.Y.

17 years agonew function NetTrans_multiReceive which has no limitation in terms of subsystems...
hadaq [Mon, 31 Mar 2008 17:39:53 +0000 (17:39 +0000)]
new function NetTrans_multiReceive which has no limitation in terms of subsystems. S.Y.

17 years agoincreased WORKER_MAX_NUM_STATS upto 550. S.Y.
hadaq [Mon, 31 Mar 2008 17:38:52 +0000 (17:38 +0000)]
increased WORKER_MAX_NUM_STATS upto 550. S.Y.

17 years agoreading of variable queue sizes from param file was introduced. S.Y.
hadaq [Fri, 5 Oct 2007 09:17:26 +0000 (09:17 +0000)]
reading of variable queue sizes from param file was introduced. S.Y.

17 years agoIn function openUdp retVal got some positive initialization otherwise it can get...
hadaq [Thu, 5 Jul 2007 15:56:58 +0000 (15:56 +0000)]
In function openUdp retVal got some positive initialization otherwise it can get a random negative number and cause an error! S.Y.

17 years agoxxxxx JUNK is removed, evtsDiscarded threshold is set to 0.1
hadaq [Tue, 24 Apr 2007 15:28:42 +0000 (15:28 +0000)]
xxxxx JUNK is removed, evtsDiscarded threshold is set to 0.1

17 years agoFilesize before check for broken events increased, SIGHUP caught, sy mt
hadaq [Sat, 14 Apr 2007 21:49:37 +0000 (21:49 +0000)]
Filesize before check for broken events increased, SIGHUP caught, sy mt

18 years agoincrease WORKER_MAX_NUM_STATS to 160. Sergey
hadaq [Wed, 4 Apr 2007 17:35:56 +0000 (17:35 +0000)]
increase WORKER_MAX_NUM_STATS to 160. Sergey

18 years agotwo functions added to write simple run start/stop info to ascii file to be inserted...
hadaq [Tue, 30 Jan 2007 19:24:11 +0000 (19:24 +0000)]
two functions added to write simple run start/stop info to ascii file to be inserted to Oracle

18 years agogive unique name to shared memory
hadaq [Fri, 26 Jan 2007 15:56:04 +0000 (15:56 +0000)]
give unique name to shared memory

18 years agothis code was running during april06 beamtime
hadaq [Thu, 25 Jan 2007 16:08:20 +0000 (16:08 +0000)]
this code was running during april06 beamtime

18 years agodisabled priority change, Ingo
hadaq [Tue, 2 May 2006 17:17:36 +0000 (17:17 +0000)]
disabled priority change, Ingo

18 years agoadded include pthread.h and LVme_registerLogMsg, mt
hadaq [Tue, 11 Apr 2006 17:39:31 +0000 (17:39 +0000)]
added include pthread.h and LVme_registerLogMsg, mt

18 years agoremoved bug in getCards function, mt
hadaq [Tue, 11 Apr 2006 17:37:27 +0000 (17:37 +0000)]
removed bug in getCards function, mt

19 years agodefined semun, Ingo
hadaq [Tue, 24 Jan 2006 14:15:05 +0000 (14:15 +0000)]
defined semun, Ingo

19 years agohadaq.h in current dir, Ingo
hades [Tue, 6 Sep 2005 14:37:43 +0000 (14:37 +0000)]
hadaq.h in current dir, Ingo

19 years agochanged by Matthias on May 3 09:59, mt
hadaq [Tue, 19 Jul 2005 15:01:20 +0000 (15:01 +0000)]
changed by Matthias on  May  3 09:59, mt

19 years agoremove ATM, build without lvme lib
hadaq [Mon, 2 May 2005 13:58:36 +0000 (13:58 +0000)]
remove ATM, build without lvme lib

20 years agomap non alnum chars to _ in name and index
hadaq [Wed, 6 Apr 2005 14:37:56 +0000 (14:37 +0000)]
map non alnum chars to _ in name and index
tested, working

20 years agoerror messages
hadaq [Wed, 6 Apr 2005 13:59:48 +0000 (13:59 +0000)]
error messages

20 years agocplusplus guards added in all headers
hadaq [Thu, 10 Mar 2005 14:53:03 +0000 (14:53 +0000)]
cplusplus guards added in all headers

20 years agochanged oracle connect string.
sailer [Mon, 31 Jan 2005 10:21:14 +0000 (10:21 +0000)]
changed oracle connect string.
-- Benjamin Sailer

20 years agonew connectr string (db-hades without .gsi.de)
hadaq [Mon, 31 Jan 2005 09:39:23 +0000 (09:39 +0000)]
new connectr string (db-hades without .gsi.de)
-- Benjamin Sailer

20 years agomessage callback also for param library
hadaq [Mon, 10 Jan 2005 15:54:45 +0000 (15:54 +0000)]
message callback also for param library

20 years agoBUGFIX
hadaq [Sat, 28 Aug 2004 12:27:09 +0000 (12:27 +0000)]
BUGFIX

20 years agocompat needs HAVE_COMPAT itself
hadaq [Fri, 27 Aug 2004 13:00:33 +0000 (13:00 +0000)]
compat needs HAVE_COMPAT itself

20 years agoremove -s option
hadaq [Wed, 18 Aug 2004 11:52:36 +0000 (11:52 +0000)]
remove -s option

20 years agoevtbuild check if space is left on disk
hadaq [Wed, 18 Aug 2004 10:24:38 +0000 (10:24 +0000)]
evtbuild check if space is left on disk

20 years agomax file size as parameter
hadaq [Wed, 18 Aug 2004 09:58:28 +0000 (09:58 +0000)]
max file size as parameter

20 years agoOnly operate on existing workers, somewhat sloppyly tested
hadaq [Mon, 16 Aug 2004 15:02:12 +0000 (15:02 +0000)]
Only operate on existing workers, somewhat sloppyly tested

20 years agodo a proper deregistration of online service
hadaq [Mon, 16 Aug 2004 11:25:53 +0000 (11:25 +0000)]
do a proper deregistration of online service

20 years agouse not full path for parameter name
hadaq [Fri, 13 Aug 2004 10:30:00 +0000 (10:30 +0000)]
use not full path for parameter name

20 years agoBUGFIX
hadaq [Fri, 13 Aug 2004 08:55:38 +0000 (08:55 +0000)]
BUGFIX

20 years agomake statistic readable by anyone
hadaq [Tue, 10 Aug 2004 11:10:43 +0000 (11:10 +0000)]
make statistic readable by anyone

20 years agolast version had errors in Makefile, try a clean bootstrap
muench [Tue, 27 Jul 2004 10:40:59 +0000 (10:40 +0000)]
last version had errors in Makefile, try a clean bootstrap

20 years agocalled bootstrap to renew configure
hadaq [Wed, 16 Jun 2004 15:56:38 +0000 (15:56 +0000)]
called bootstrap to renew configure
L.Maier

20 years agomutex around rpc calls, tested with test suite
muench [Wed, 26 May 2004 11:34:38 +0000 (11:34 +0000)]
mutex around rpc calls, tested with test suite

20 years agodo the work for getfilename on client, test on linux ok
muench [Mon, 24 May 2004 12:07:33 +0000 (12:07 +0000)]
do the work for getfilename on client, test on linux ok

20 years agosome cosmetics, already tested
hadaq [Thu, 13 May 2004 15:03:58 +0000 (15:03 +0000)]
some cosmetics, already tested
realized that getFilename does not work, since hostname of server is used

20 years agoanother indent
muench [Wed, 12 May 2004 13:13:41 +0000 (13:13 +0000)]
another indent

20 years agoindent
hadaq [Wed, 12 May 2004 12:27:30 +0000 (12:27 +0000)]
indent

20 years agoremoved memory leak, some cleanup
hadaq [Wed, 12 May 2004 12:25:26 +0000 (12:25 +0000)]
removed memory leak, some cleanup

20 years agoBUGFIXES, first version running 'in principal'
hadaq [Mon, 10 May 2004 11:20:30 +0000 (11:20 +0000)]
BUGFIXES, first version running 'in principal'

20 years agoput cache also in threaded version
muench [Fri, 7 May 2004 12:30:59 +0000 (12:30 +0000)]
put cache also in threaded version

20 years agocaching on client rpc side, first try, only ints cached
muench [Fri, 7 May 2004 11:55:29 +0000 (11:55 +0000)]
caching on client rpc side, first try, only ints cached