|  16 Feb 2022, Marius Koeppel, Bug Report, Writting MIDAS Events via FPGAs | 
| I just came back to this and started to use the dummy frontend. Unfortunately, I have a problem during run cycles:
 
 | 
|  03 Mar 2022, Stefan Ritt, Bug Report, Writting MIDAS Events via FPGAs | 
| > Starting the frontend and starting a run works fine -> seeing events with mdump and also on the web GUI. > But when I stop the run and try to start the next run the frontend is sending no events anymore.
 > It get stuck at line 221 (if (status == DB_TIMEOUT)).
 | 
|  07 Mar 2022, Marius Koeppel, Bug Report, Writting MIDAS Events via FPGAs | 
| > This problem has (likely) been fixed in the current version. Please pull develop and try again. Was a recursive call to the event collection routine which is only triggered if you send events faster than
 > the logger can digest, so not many people see it.
 | 
|  25 Mar 2022, Marius Koeppel, Bug Report, Writting MIDAS Events via FPGAs | 
| I finally found the problem why the readout stops after a run transition. 
 In my dummy frontend the serial number was not reset to zero at run start.
 | 
|  28 Apr 2014, Tom Stuttard, Forum, Words written as zero in  Midas bank | 
| Hi, 
 I am having some trouble with the data in my Midas bank. I am filling a midas
 | 
|  12 Mar 2014, Andreas Suter, Info, Windows support droped? | 
| In the old SVN midas world it was typically such that the Windows dll's and exe's were ready to be used when checking out. I am not so sure this is the case
 for the current version, since when I use the packed dll's  and exe's (e.g.
 | 
|  14 Mar 2014, Konstantin Olchanski, Info, Windows support droped? | 
| > In the old SVN midas world it was typically such that the Windows dll's and > exe's were ready to be used when checking out.
 
 | 
|  17 Mar 2014, Stefan Ritt, Info, Windows support droped? | 
| > The Windows executables are no longer included in the midas git repository. Old versions are still available in > the git repository - they got pulled in during conversion from svn.
 >
 | 
|  14 Oct 2016, Luka Pavelic, Forum, Wiener PCIVME link | 
| Hello, I'm trying to make Wiener PCIVME link work with MIDAS.
 In documentation/VME dirvers/ it's saying: "wevmemm.c PCI/VME Wiener board
 | 
|  14 Oct 2016, Konstantin Olchanski, Forum, Wiener PCIVME link | 
| > Hello, > I'm trying to make Wiener PCIVME link work with MIDAS.
 > In documentation/VME dirvers/ it's saying: "wevmemm.c PCI/VME Wiener board
 | 
|  14 Oct 2016, Pierre-Andre Amaudruz, Forum, Wiener PCIVME link | 
| > > Hello, > > I'm trying to make Wiener PCIVME link work with MIDAS.
 > > In documentation/VME dirvers/ it's saying: "wevmemm.c PCI/VME Wiener board
 | 
|  14 Oct 2016, Pierre-Andre Amaudruz, Forum, Wiener PCIVME link | 
| > > Hello, > > I'm trying to make Wiener PCIVME link work with MIDAS.
 > > In documentation/VME dirvers/ it's saying: "wevmemm.c PCI/VME Wiener
 | 
|  31 Aug 2009, Exaos Lee, Forum, Why should we use "INLINE" here? | 
| There are many "INLINE" definitions in "include/*.h". Both GNU C and C99 permit using inline functions. I still wonder why. :-) | 
|  03 Sep 2009, Stefan Ritt, Forum, Why should we use "INLINE" here? | 
| [quote="Exaos Lee"]There are many "INLINE" definitions in "include/*.h". Both GNU C and C99 permit using inline functions. I still wonder why. :-)[/quote] 
 The INLINE statements are a relict from times where a subroutine call was in the order of a few microseconds. This was when you probably were pretty young,
 | 
|  15 Dec 2004, , Forum, Where's the definition of "H1_BOOK()" | 
| When i compile the experiment example of 1.9.5 the problem happened: 
 adccalib.c: In function `INT adc_calib_init()':
 | 
|  15 Dec 2004, Pierre-Andre Amaudruz, Forum, Where's the definition of "H1_BOOK()" | 
| > When i compile the experiment example of 1.9.5 the problem happened: >
 > adccalib.c: In function `INT adc_calib_init()':
 | 
|  02 Nov 2005, Stefan Ritt, Suggestion, Where to put drivers? | 
| Hi, 
 I would like to raise the question where to put the midas drivers.
 | 
|  06 Nov 2005, Pierre-Andre Amaudruz, Suggestion, Where to put drivers? | 
| [quote="Stefan Ritt"]Hi, 
 I would like to raise the question where to put the midas drivers.
 | 
|  06 Nov 2005, Stefan Ritt, Suggestion, Where to put drivers? | 
| [quote="Stefan Ritt"]We have both the example experiment and the MSCB Makefile which both expect to find the midas drivers under [b]$MIDASSYS/drivers/camac[/b] or [b]$MIDASSYS/drivers/usb[/b]. The documentation does not explicitely mention to define MIDASSYS as [b]/usr/local[/b], but some people do it. That however
 requires to put all drivers then under [b]/usr/local/drivers[/b], which is not the case in the current Makefile for midas. Do you think that we should
 | 
|  22 Dec 2004, Stefan Ritt, Suggestion, What to do with invalid data in the history system? | 
| Dealing with the NaN's in the history system in the past week, a question came up at PSI about how to deal with invalid history data.
 
 |