|  10 Nov 2017, Frederik Wauters, Bug Report, bug in  init of hv class driver | 
| bug in init -----------
 
 | 
|  01 Dec 2017, Frederik Wauters, Bug Report, small bug in mfe.c init | 
| There is a small bug in the mfe.c initialization for the EQ_POLLED mode. There is a routine where the number of polls fitting in eq_info->period is counted:
 
 | 
|  01 Dec 2017, Frederik Wauters, Forum, ODB as JSON file and reverse | 
| > Hi. Is it currently possible to automatically save the MIDAS ODB as a JSON file? > I can do it manually in odbedit, but it looks like the only option for the
 > automatic ODB save for each run is the standard .ODB format. Is there a way to
 | 
|  04 Dec 2017, Frederik Wauters, Bug Report, small bug in mfe.c init | 
| > > There is a small bug in the mfe.c initialization for the EQ_POLLED mode. There > > is a routine where the number of polls fitting in eq_info->period is counted:
 > >
 | 
|  18 Apr 2018, Frederik Wauters, Forum, new midas custom features and javascript | 
| I started to use the new midas custom page features from https://midas.triumf.ca/MidasWiki/index.php/Custom_Page . I'd like to setup the
 editable odb values (.e.g <div name="modbvalue" data-odb-path="/Runinfo/Run
 | 
|  19 Apr 2018, Frederik Wauters, Forum, new midas custom features and javascript | 
| > The function mhttpd_init() scans the custom page and installs handlers etc. for each modbxxx > element. If you create an modbvalue dynamically in your code, this is probably done after you
 > called mhttpd_init(), so the function has no chance to modify the dynamically created element.
 | 
|  20 Apr 2018, Frederik Wauters, Forum, new midas custom features and javascript    | 
| > > The function mhttpd_init() scans the custom page and installs handlers etc. for each modbxxx > > element. If you create an modbvalue dynamically in your code, this is probably done after you
 > > called mhttpd_init(), so the function has no chance to modify the dynamically created element.
 | 
|  05 Jun 2018, Frederik Wauters, Forum, strings in sqlite | 
| I am setting up a sqlite db to serve as a run database. 
 The easiest option is to use the history sqlite feature, and add run information
 | 
|  22 Jun 2018, Frederik Wauters, Forum, custom script on custom page | 
| I am implementing buttons to launch scripts from a custom page. 
 The simple way works, i.e.
 | 
|  25 Jun 2018, Frederik Wauters, Forum, custom script on custom page | 
| > > Uncaught ReferenceError: XMLHttpRequestGeneric is not defined > >     at cs_button (Trend:165)
 > >     at HTMLInputElement.onclick (Trend:90)
 | 
|  03 Jul 2018, Frederik Wauters, Forum, mlogger? jamming | 
| We run as follows: 
 * sis3316 digitizers in a vme crate
 | 
|  23 Jul 2019, Frederik Wauters, Forum, How to convert C midas frontends to C++ | 
| I am moving our fe code to c++ midas with cmake. I did encounter your a) problems. 
 How do I solve mismatched declarations in the mfe (or other places in the midas code)? It is having issues with the midas defined BOOL/... types. This
 | 
|  23 Jul 2019, Frederik Wauters, Forum, How to convert C midas frontends to C++   | 
| > Did you include mfe.h as written in elog:1526 ? >
 > Stefan
 | 
|  25 Jul 2019, Frederik Wauters, Forum, How to convert C midas frontends to C++ (my problem solved) | 
| Ok, so the detail that I missed was that the dummy functions
 
 | 
|  20 Sep 2019, Frederik Wauters, Bug Report, lazylogger in cmake & max_event_size | 
| compiling: ----------
 
 | 
|  23 Sep 2019, Frederik Wauters, Suggestion, recover daq and hardware safety. | 
| We have encountered a safety issue with our HPGe HV and it's midas frontend. Turning off or changing HV unknowingly has to be avoided at all costs. 
 
 
 Current safety protection
 
 We use the DF_REPORT_STATUS flag to give the hardware settings precedence over
 odb settings. This all takes place in the init.
 | 
|  28 Sep 2019, Frederik Wauters, Suggestion, recover daq and hardware safety. | 
| Dear Konstantin, 
 So let me retract the term "safety issue" then, it was more a request/question for this type of
 | 
|  22 Sep 2020, Frederik Wauters, Forum, INT INT32 in experim.h | 
| For my analyzer I generate the experim.h file from the odb. 
 Before midas commit 13c3b2b this generates structs with INT data types. compiles fine with my analysis code (using the old mana.cpp)
 | 
|  09 Dec 2020, Frederik Wauters, Forum, history and variables confusion | 
| I have a fe, with 2 "equipments" (2 different types of LV supplies). 
 Equipment/../Setting has a "Names" key, with the actual channel names (ch1, ch2, ...) of the devices.
 | 
|  10 Dec 2020, Frederik Wauters, Forum, history and variables confusion   | 
| I wanted to have a c++ style driver, e.g. a instance of a "PowerSupply" class. This was not compatible with the list of DEVICE_DRIVER structs, with needs a C function entry point with variable arguments.
 
 |