Timeline
07/21/11:
- 18:37 Changeset [11522] by
- Fixed format of fDimStatistics1.
- 18:34 Changeset [11521] by
- folgende bug-fixes sind drin: - gotNewRun sollte jetzt immer sofort kommen - usdMem / maxMem sollte jetzt richtig gesetzt werden - open run 0 sollte nicht mehr auftreten (fuer das erste event) Neu implementiert: - falsche ROI werden nicht mehr akzeptiert; die ROI wird jeweils festgelegt durch das erste gelesenen board des ersten events eines neuen runs. Muss gelten: die ersten 8 pixel muessen identische ROI haben, Pixel 9 muss roi >= roi0 sein ( > wenn noch TM info dabei ist) mehrere zaehler werden neu an factStat uebergeben: int32_t badRoiE; //# boards with wrong roi (inconsistent in event) int32_t badRoiR; //# boards with wrong roi (inconsistent in run) int32_t badRoiB; //# boards with wrong roi (inconsistent in board) int32_t badRoi[NBOARDS]; //# wrong roi per board - RUN_HEAD enthaelt neu: uint16_t NroiTM; // <=0 wenn keine TM info da ist // (aber in event-structure ist leere TM drin...) - EVENT enthaelt neu: uint32_t NumBoards ; // number of active boards included // <40 fuer incomplete events
- 17:44 Changeset [11520] by
- Request static data instead of just the register.
- 17:36 Changeset [11519] by
- Added new command to configure a single FTU and use this in SetThreshold and in EnablePixel.
- 13:28 Changeset [11518] by
- Fixed includes for g++ 4.5.2
- 13:27 Changeset [11517] by
- Explicit conversion of function to bool needed for newer g++
- 13:26 Changeset [11516] by
- Removed some arguments to suppress compiler warnings.
- 12:40 Changeset [11515] by
- Added special pixel 1438 and 1439.
- 12:30 Changeset [11514] by
- FTM: changeover to firmware ID 3
- 12:14 Changeset [11513] by
- lightpulser interface modified to reduce LED current and light output
- 12:13 Changeset [11512] by
- Made mcp be compiled by default.
- 12:11 Changeset [11511] by
- Updated to latest version of event builder.
- 12:04 Changeset [11510] by
- improvements to pulse simulation - needs optimization.
- 12:03 Changeset [11509] by
- send STOP_RUN instead of STOP to FTM.
- 12:02 Changeset [11508] by
- Fixed the QVariant value in fMcpNumEvents
- 12:01 Changeset [11507] by
- Fixed a name.
- 11:30 Changeset [11506] by
- added index.html for this webinterface
- 11:24 Changeset [11505] by
- added plenty of new features to view and edit the configuration database
- 11:21 Changeset [11504] by
- added (interface to view configuration db)
- 11:20 Changeset [11503] by
- added (script to get timestamp from database)
- 11:20 Changeset [11502] by
- added (script to get pulldown with date)
- 11:19 Changeset [11501] by
- added (script to get pulldown with programs)
- 09:31 Changeset [11500] by
- fixed a bug related to bad services formatting
07/20/11:
- 20:20 Changeset [11499] by
- Propagate the maximum number of events and the maximum run-type together with the run-type when configuring/starting a run.
- 20:20 Changeset [11498] by
- Propagate the maximum number of events and the maximum run-type together with the run-type when configuring/starting a run.
- 20:19 Changeset [11497] by
- Added preliminary widgets for starting runs from the GUI.
- 18:49 Changeset [11496] by
- Optimized ToFits according to the result of the optimization of the MFits reader.
- 18:36 Changeset [11495] by
- Fixed a minor compiler issue from last commit.
- 18:10 Changeset [11494] by
- Added some code to stop the ftm and the fads.
- 18:10 Changeset [11493] by
- Receive the trigger id from the ftm; added gauss pulses in case the data was triggered from the ftm.
- 18:09 Changeset [11492] by
- Send the trigger id with the trigger.
- 18:04 Changeset [11491] by
- Latest changes.
- 18:03 Changeset [11490] by
- Replaced fPCTime by a two byte buffer and init full time; added StartCell to reading.
- 18:01 Changeset [11489] by
- Added fStartCells and increased version number
- 18:00 Changeset [11488] by
- Added iterator to start cell.
- 17:58 Changeset [11487] by
- Optimized reverse copy procedure; added HasKey
- 17:57 Changeset [11486] by
- Added support for FITS files in readdaq.
- 14:54 Changeset [11485] by
- FTM firmware features now the config_single_FTU command (to be tested); also some defaults were changed
- 10:27 Changeset [11484] by
- Added a specialized template of SendCommand, suitable to send a string
- 10:27 Changeset [11483] by
- Added a registry for wildcarded options to detect unaccessed options; for this EvalConfiguration(const Configuration&) has been changed to EvalOptions(Configuration&)
- 08:04 Changeset [11482] by
- Fixed a problem with stoi when the string was empty.
- 08:03 Changeset [11481] by
- Replaced boost::thread by std::thread and boost::bind by std::bind from the C++0x standard
07/19/11:
- 21:09 Changeset [11480] by
- Removed obsolete include.
- 21:03 Changeset [11479] by
- Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
- 20:30 Changeset [11478] by
- Removed some obsolete include.
- 20:23 Changeset [11477] by
- Make use of Main.h
- 20:19 Changeset [11476] by
- Removed some obsolete includes.
- 20:19 Changeset [11475] by
- Added libDimExtension for drivectrl
- 20:18 Changeset [11474] by
- Removed some obsolete includes; made it compile again.
- 20:00 Changeset [11473] by
- Removed some obsolete includes.
- 19:55 Changeset [11472] by
- Replaced boost::thread by std::thread.
- 19:54 Changeset [11471] by
- Replaced boost::array by std::array
- 16:38 Changeset [11470] by
- Improved output.
- 16:37 Changeset [11469] by
- Fixed EnableAllPixels
- 16:37 Changeset [11468] by
- Only plot the created commands in debig mode.
- 16:37 Changeset [11467] by
- Replaced value by INT32_MAX; replaced StartPix with StartCell
- 16:36 Changeset [11466] by
- Improved random data.
- 16:35 Changeset [11465] by
- Fixed the expected size in the SetClockFrequency tab.
- 16:34 Changeset [11464] by
- Fixed some display in the ADC tab.
- 14:13 Changeset [11463] by
- added backlog of events and log without dim
- 12:33 Changeset [11462] by
- Fixed bug crashing raw data browser when connected to DIM
- 11:13 Changeset [11461] by
- Made also Entry public -- for newer root versions and moved ReadBlock down.
07/18/11:
- 17:52 Changeset [11460] by
- Latest changes.
- 17:51 Changeset [11459] by
- 17:50 Changeset [11458] by
- Fixed detection of erroneous trigger cell
- 17:50 Changeset [11457] by
- Added MRawFitsRead
- 17:49 Changeset [11456] by
- Read the first header already at preprocessing time so that at least some header is available.
- 17:49 Changeset [11455] by
- Crash when reducing number of boards in FADctrl fixed
- 17:48 Changeset [11454] by
- Fixed raplacing of extension and added fits as a valid extension.
- 17:47 Changeset [11453] by
- Use FITS reader instead of raw-reader if it is a FITS raw file.
- 17:46 Changeset [11452] by
- Added Getter for fCameraVersion
- 17:44 Changeset [11451] by
- Au^Cmatically use MGeomCamFACT if the run header says that it is a fact camera.
- 17:19 Changeset [11450] by
- Added some comments about FITS basic types.
- 17:18 Changeset [11449] by
- Improved some output.
- 16:50 Changeset [11448] by
- Added setter to init fact data and to set the format values.
- 16:49 Changeset [11447] by
- Added virtual function to initialize reading event data.
- 16:35 Changeset [11446] by
- Removed the debug values for maxevt and maxtime; removed two obsolete comment lines.
- 16:26 Changeset [11445] by
- Updated access to run-number and store it into fExpectedRuns instead of fStartedRuns; implemented setting of exipry time and maximum event numbers; replaced DimEventData with just EVENT; updated FITS writing
- 16:25 Changeset [11444] by
- Updated access to run-number.
- 16:24 Changeset [11443] by
- Latest updates.
- 16:23 Changeset [11442] by
- Replaced DimEventData by EVENT
- 16:22 Changeset [11441] by
- Write a proper FITS header; removed obsolete fMjdRef data member
- 14:41 Changeset [11440] by
- Added some comment.
- 14:40 Changeset [11439] by
- Added Iso() member function.
- 13:24 Changeset [11438] by
- Added MFits
- 13:23 Changeset [11437] by
- 13:21 Changeset [11436] by
- 13:20 Changeset [11435] by
- Further optimized seeking so that we always seek relative.
- 09:57 Changeset [11434] by
- Removed the need of fill_buffer
- 09:31 Changeset [11433] by
- There is no need to make the derivative from istream virtual.
- 09:30 Changeset [11432] by
- Added function DataMember which will return a pointer to a data member from the dictionary.
- 09:27 Changeset [11431] by
- Outsourced OpenFile and ReadRunHeader to their own funtions.
- 09:26 Changeset [11430] by
- Made ReadEvent and SkipEvent virtual.
- 09:25 Changeset [11429] by
- Added -D__MARS__ to AcLiC
- 09:24 Changeset [11428] by
- Included fstream
07/15/11:
- 15:47 Changeset [11427] by
- the upper bound of searching the maximum was wrong
- 15:46 Changeset [11426] by
- Added GaussProb2D
- 15:44 Changeset [11425] by
- Bug fix for previous trigger cell sanity check
- 15:43 Changeset [11424] by
- Fixed seeking in gzipped files; increased buffer size
- 15:26 Changeset [11423] by
- To be able to properly remobe the .libs also check the current path if filename is without path.
- 15:25 Changeset [11422] by
- Don't use just a single buffer for writing, it might become overwritten if a new event is added to the queue before the olf one was sent.
- 15:24 Changeset [11421] by
- Fall back from configured to connected as soon as the corresponding run has been opened.
- 15:23 Changeset [11420] by
- Added Prescaler stuff and goNewRun feature.
- 15:23 Changeset [11419] by
- Added prescaler stuff.
- 14:10 Changeset [11418] by
- Replaced the include of MessageDim with MessageImp
- 14:10 Changeset [11417] by
- Removed an obsolete comment block.
- 13:42 Changeset [11416] by
- Removed an obsolete bool.
- 13:40 Changeset [11415] by
- Added some const qualifiers.
- 12:12 Changeset [11414] by
- Added debugging for 'double signal' effect on FAD
- 07:44 Changeset [11413] by
- Fixed bug when changing displayed event scope channel too fast
07/14/11:
- 18:43 Changeset [11412] by
- Fixed a problem with a possible infinite loop in the display.
- 18:37 Changeset [11411] by
- 18:36 Changeset [11410] by
- Fixed a check which was always true.
- 18:35 Changeset [11409] by
- Some name change to get rid of some compiler warnings.
- 18:32 Changeset [11408] by
- Propagate argument to fThread.Run
- 18:32 Changeset [11407] by
- Some improvements to get rid of compiler warnnings.
- 12:15 Changeset [11406] by
- Open the log file right away if path given in configuration
- 11:42 Changeset [11405] by
- various improvements of the datalogger
- 09:22 Changeset [11404] by
- Added fact++.rc global configuration file.
- 09:01 Changeset [11403] by
- Use Vec instead of Get and make sure 'console' is not accessed if not available.
- 09:00 Changeset [11402] by
- Changed the default qos from kInfo to kMessage
- 08:59 Changeset [11401] by
- Do not output = if avlue is empty
- 08:59 Changeset [11400] by
- Do not output = if value is empty
- 08:58 Changeset [11399] by
- Added microseconds to time output.
- 08:58 Changeset [11398] by
- Added microseconds to time output.
- 08:58 Changeset [11397] by
- Made write public to be accessed from Main.h
- 08:57 Changeset [11396] by
- Adapted output to what we have now elsewhere.
- 08:57 Changeset [11395] by
- Set the Dim timestamp to the given time.
- 08:56 Changeset [11394] by
- Fixed a warning in SetTriggerRate
- 08:56 Changeset [11393] by
- Added Time_t()
- 08:55 Changeset [11392] by
- Added milliseconds to time output.
07/13/11:
- 23:28 Changeset [11391] by
- Added svn path as PACKAGE_URL
- 23:27 Changeset [11390] by
- Updated startup block
- 23:19 Changeset [11389] by
- UPdated startup block
- 23:09 Changeset [11388] by
- Added svn revision to output at startup.
- 22:44 Changeset [11387] by
- Added code to unify access to parsed options; added GetOptions
- 22:43 Changeset [11386] by
- Added output of a lot of information at startup.
- 20:02 Changeset [11385] by
- Board time published as DIM service, files written with permissions for OTHER
- 18:42 Changeset [11384] by
- 18:41 Changeset [11383] by
- Added dim libraries to fad and ftm; added mcp
- 18:41 Changeset [11382] by
- Added dim libraries to fad and ftm; added mcp
- 18:39 Changeset [11381] by
- Some changes to the way filenames are determined; made MessageImp a base class of DataFileImp for simplicity; redirect debug-out to console.
- 18:38 Changeset [11380] by
- Implemented sending triggers from the ftm to the fad via Dim.
- 18:37 Changeset [11379] by
- Updated the behaviour of the configure command; allow all possible values to be send as trigger rate; fixed increasing of the run-number when a new run is started.
- 18:36 Changeset [11378] by
- Updated the bahaviour of the CONFIGURE command.
- 15:00 Changeset [11377] by
- Renamed TriggerId to EventCounter; added code to configure run-types
- 14:59 Changeset [11376] by
- Updated writing of FITS; pipe MessageImp to all writers; enabled initialization of fRunNumber; updated FITS writing to a simplified but working version.
- 14:57 Changeset [11375] by
- Renamed TriggerId to EventCounter; added struct Configuration; added operator== to EventHeader; removed some obsolete old commented code; added new states
- 14:56 Changeset [11374] by
- Set default run-number to 1; renamed TriggerId to EventCounter
- 14:55 Changeset [11373] by
- Minor change to some log-output
- 14:51 Changeset [11372] by
- Some little changes to the output; use Vec<> instead of Get<vector<string>> fo rthe configuration
- 14:50 Changeset [11371] by
- Do not display debug messages in the message output at the bottom
- 14:50 Changeset [11370] by
- Set URL from SetEndpoint(tcp::endpoint)
- 14:03 Changeset [11369] by
- Added bias channel check program BiCh
- 07:55 Changeset [11368] by
- Finding own script path does not work reliably under ubuntu, removed
- 07:36 Changeset [11367] by
- Logon script finds its own directory, updated 'updateall' script
07/12/11:
- 22:58 Changeset [11366] by
- Added output to see if GUI was properly closed.
- 22:57 Changeset [11365] by
- Align right for fTriggerInterval
- 22:34 Changeset [11364] by
- Updated some log-out.
- 20:33 Changeset [11363] by
- Enforced an ROI of 1 for the ADC display.
- 17:13 Changeset [11362] by
- Default voltage allowed for pixel and channel commands
- 16:39 Changeset [11361] by
- Default voltages taken from configuration data
- 15:29 Changeset [11360] by
- Updates to make Edd more responsive with high incoming event rate
- 13:12 Changeset [11359] by
- Implemented a solution to solve a multi-threading issue in factOut; added the possibility to allow output of kDebug messages coming from the event builder.
- 13:08 Changeset [11358] by
- Updated display of PC time in ADC tab
- 12:00 Changeset [11357] by
- Improved a bit the console output.
- 11:59 Changeset [11356] by
- Renamed command to switch between command and data socket(s), added SET_DEBUG_EVENT_BUILDER_OUT
- 11:58 Changeset [11355] by
- Do not propagate values larger than the maximum to the progress bar.
- 11:57 Changeset [11354] by
- Renamed command to enable data-socket
- 11:09 Changeset [11353] by
- added script to display and edit entries of the configuration database (ProgramOptions) and scripts which are called by this script
- 11:04 Changeset [11352] by
- created directory for web interface to database ProgramOptions
- 11:02 Changeset [11351] by
- create directory for fact web pages
- 09:06 Changeset [11350] by
- Added argument to ResetThread
07/11/11:
- 17:33 Changeset [11349] by
- Fixed variable names.
- 16:16 Changeset [11348] by
- Added some more setter functions to StaticData to simplify the configuration.
- 16:08 Changeset [11347] by
- Used Vec instead of Get in EvalConfiguration.
- 16:07 Changeset [11346] by
- Use Vec instead of Get
- 16:06 Changeset [11345] by
- Implemented a Getter especially for vectors.
- 16:05 Changeset [11344] by
- Implemented the possibility to setup a full run-type.
- 16:04 Changeset [11343] by
- Some fixes to the initialization procedure.
- 16:03 Changeset [11342] by
- Divided Reset into soft and hard reset.
- 11:15 Changeset [11341] by
- Updated; minor changes; compile chatclient and chatserver by default; do not compile dclient5 and dserver2 by default
- 11:13 Changeset [11340] by
- Updated help text for RESET
- 11:13 Changeset [11339] by
- Added setup of the clock-conditioner frequencies.
- 11:12 Changeset [11338] by
- Moved setup of the clock-conditioner to the config-file.
- 11:09 Changeset [11337] by
- Set the CommandStates_t back to the previous values; updated ResetThread
- 11:09 Changeset [11336] by
- Added code to allow option values as hexadecimal numbers; added Get and Has for sections and for default values.
- 11:08 Changeset [11335] by
- Added g_reset and some other updates and minor fixes.
- 11:07 Changeset [11334] by
- Changed some unsigned int to signed int.
- 11:07 Changeset [11333] by
- Changed some unsigned int to signed int.
- 11:07 Changeset [11332] by
- Added FAD Reset button
- 11:05 Changeset [11331] by
- Added FAD reset button
07/10/11:
- 22:21 Changeset [11330] by
- Check whether option is available before accessing 'console' option.
- 22:20 Changeset [11329] by
- Fixed a typo in HasPrint - print-unknown wasn't recognized correctly; removed the Has-clause from the Get-template; added GetMap and GetKeys
- 22:19 Changeset [11328] by
- Updated EvalConfiguration to parse the address options one by one.
- 18:23 Changeset [11327] by
- Removed some obsolete includes.
- 17:55 Changeset [11326] by
- Added .! command to be able to execute shell commands.
- 17:05 Changeset [11325] by
- Updated output when opening and closing files.
- 17:05 Changeset [11324] by
- Updated logging when openeing and closing a file; fixed format of STATISTICS1; added fDimWriteStats
- 17:04 Changeset [11323] by
- Fixed a wrong array index (should be b instead of k)
- 17:04 Changeset [11322] by
- Added handling of FAD_CONTROL/STATS service.
- 17:03 Changeset [11321] by
- Updated some ranges.
- 15:43 Changeset [11320] by
- Added -d as shortcut for --debug.
- 15:42 Changeset [11319] by
- Updated program options description.
- 15:26 Changeset [11318] by
- Removed souble error message.
- 15:21 Changeset [11317] by
- Removed obsolete fStatsPeriod; updated statistics
- 15:20 Changeset [11316] by
- Fixed return value for stat() of filename; added GetUpdateInterval
- 14:07 Changeset [11315] by
- Added DimWriteStatistics; added ConnectionUSB; added biasctrl
- 14:07 Changeset [11314] by
- 14:06 Changeset [11313] by
- 14:05 Changeset [11312] by
- Adapted datalogger STATS service; fixed the case of null bytes in handleFadRuns
- 14:04 Changeset [11311] by
- Enabled datalogger Stop button.
- 13:54 Changeset [11310] by
- Updated datalogger controls.
- 13:52 Changeset [11309] by
- Removed confusing output.
- 13:49 Changeset [11308] by
- Updated name and usage of new statistics class; adapted and fixed new program options; updated includes; changed run-timeout to milliseconds.
- 13:48 Changeset [11307] by
- Updated includes.
- 13:43 Changeset [11306] by
- 13:43 Changeset [11305] by
- 13:42 Changeset [11304] by
- Simplified; removed the mutex; improved thread cencelation
07/08/11:
- 16:10 Changeset [11303] by
- Added command to print only the currently allowed events.
- 16:10 Changeset [11302] by
- Added PrintListOfAllowedEvents
- 16:01 Changeset [11301] by
- Replaced the use of the =-operator where possible by the use of a cinstructor for StaticData
- 16:00 Changeset [11300] by
- Replaced the operator= by a constructor in StaticData
- 15:58 Changeset [11299] by
- Added a missing default argument.
- 15:53 Changeset [11298] by
- Updated FAD statistics
- 15:53 Changeset [11297] by
- Added the possibility in ConnectionFTM to compare the requested and the answered configuration; removed consistency check in Enable and SetTriggerSeq; revised teh states of ConnectionFTM and StateMachineFTM to support the configuration state; adde CONFIGURE and RESET_CONFIGURE command
- 15:42 Changeset [11296] by
- Moved state definitions here; added operator== to StaticData
- 15:42 Changeset [11295] by
- Updated to support new statistics; added sending of filename to fDimRuns
- 15:41 Changeset [11294] by
- Removed the output of an obsolete error; adapted FAD statistics; adapted states of FTM
- 15:35 Changeset [11293] by
- Updated statistics.
- 15:25 Changeset [11292] by
- added configurations to everything that can be tweaked
- 09:49 Changeset [11291] by
- Little changes and cosmetics with statistics service
- 09:34 Changeset [11290] by
- Moved the files statistics to a separate class and improved transitions
- 06:35 Changeset [11289] by
- Fixed bug when changing active boards just before a run is started
07/07/11:
- 19:56 Changeset [11288] by
- Added virtual functions for Lock and Unlock
- 19:55 Changeset [11287] by
- Added locking around HandleEvent
- 19:55 Changeset [11286] by
- Updated to new statistic; changed to new runStat values; added ResetThread
- 19:54 Changeset [11285] by
- Added 'RESET'
- 19:54 Changeset [11284] by
- Added the possibility to set the update rate for self triggered events.
- 19:53 Changeset [11283] by
- Adapted some log output to standard used in the other classes.
- 19:52 Changeset [11282] by
- Mainly new statistics.
- 19:51 Changeset [11281] by
- Removed obsolete gi_usedMem
- 19:51 Changeset [11280] by
- Added virtual function for locking; fixed the order of instantiation of the base classes of StateMachineDim.
- 19:50 Changeset [11279] by
- Added code for new fadctrl statistics; better treatment of enable of fad and event builder widget; better treatment of event builder led
- 19:48 Changeset [11278] by
- Added preliminary code to start data logger.
- 19:48 Changeset [11277] by
- Added button to start data logger.
- 13:56 Changeset [11276] by
- Set default for FAD buffer progress bar to 0.
- 13:49 Changeset [11275] by
- Fixed fServiceList.erase in RemoveServer; the entry might not exist.
- 13:48 Changeset [11274] by
- Fixed a typo in a comment.
- 13:38 Changeset [11273] by
- Added EVT_STAT and GUI_STAT; changed ADC values to signed
- 12:46 Changeset [11272] by
- Fixed a bug in MHFalseSource::SetupFill - must be CopyBinning instead of SetBinning.
07/06/11:
- 17:25 Changeset [11271] by
- Changed default for fDimMessage from en empty string to a NULL pointer.
- 17:21 Changeset [11270] by
- Added a missing ;
- 17:19 Changeset [11269] by
- Moved calling of RemoveAllServices from RemoveAllServers and RemoveServer to DimServiceInfoList and changed FITS ValueType for bytes from 'S' to 'B'
- 16:51 Changeset [11268] by
- removed required() for option schedule-database-name
- 16:21 Changeset [11267] by
- Included a call to RemoveAllServices to RemoveServer.
- 16:20 Changeset [11266] by
- Removed cose which got obsolete due to the include of RemoveAllServices into RemoveAllServers and RemoveServer.
- 16:06 Changeset [11265] by
- Added the RemoveServer and RemoveAllServers functions. Seems to have fixed a bug occuring if the dns crashed (dim services were somehow corrupted)
- 13:51 Changeset [11264] by
- Removed includes which are now in Main.h
- 13:50 Changeset [11263] by
- Added include of boost/thread.hpp and LocalControl.h
- 13:49 Changeset [11262] by
- Made SetCurrentState a protected functioj so that derives state machines can call it.
- 13:49 Changeset [11261] by
- Removed SetCurrentState; removed includes which are now in Main.h; made argument of EvalConfiguration const; Replaced 'Closing' in output by the correct term 'Closed'
- 13:33 Changeset [11260] by
- Fixed a problem introduced with the splitting of Connect which caused the connection to e.g. the FTM getting established twice.
- 10:11 Changeset [11259] by
- Bug fixed that caused wrong calculation of the number of bytes written to file if several boards where active
- 09:53 Changeset [11258] by
- pthread_attr_init() was missing in Evidence class constructor
- 09:35 Changeset [11257] by
- Removed the --no-dim option, because it won't work anyway at the moment.
07/05/11:
- 11:08 Changeset [11256] by
- Updated reference about regex for database url.
- 11:05 Changeset [11255] by
- Updated regex to evaluate schedule-database.
- 10:25 Changeset [11254] by
- Changed SetConfiguration to EvalConfiguration; changed positional argument from schedule-database to new schedule; added --schedule to be able to just schedule something.
- 10:24 Changeset [11253] by
- Changed SetConfiguration to EvalConfiguration and its return value from bool to int; Main now returns with its return value if it is positive or zero.
07/04/11:
- 22:22 Changeset [11252] by
- Added a first draft of a unified main program.
- 22:21 Changeset [11251] by
- Started to unify the main program of the io_service based control program.
- 20:50 Changeset [11250] by
- Fixed a problem in the C version of GetLocalIp
- 20:23 Changeset [11249] by
- Added warning for non virtual destructors.
- 20:22 Changeset [11248] by
- Fixed a function description.
- 20:22 Changeset [11247] by
- Made destructors virtual.
- 20:07 Changeset [11246] by
- Made destructor virtual -- destructors of base classes should always be virtual.
07/02/11:
- 16:34 Changeset [11245] by
- Unified all three run modes.
07/01/11:
- 16:54 Changeset [11244] by
- 'repaired' switch in openRun and set default for fFileFormat to kNone
- 16:53 Changeset [11243] by
- Added SET_FILE_FORMAT
- 16:51 Changeset [11242] by
- Fixed switching off AutoScale in ADC window; delete fEventData in destructor
- 16:10 Changeset [11241] by
- FTM: changes in library file: firmware ID increased to v2 and CMD_CONFIG_FTU added
- 10:52 Changeset [11240] by
- Set default y-scale of Rate plot to [0,1010]
- 10:47 Changeset [11239] by
- Fixed reference clock indices.
- 10:40 Changeset [11238] by
- Changed Adc_Data from uint16 to int16
- 10:11 Changeset [11237] by
- Fixed calculation of g_maxMem
- 10:11 Changeset [11236] by
- Changed again the default address for ocal ip resolution to a default for 'public networks' 14.0.0.1
- 09:40 Changeset [11235] by
- Little layout changes
- 09:31 Changeset [11234] by
- Small layout updates
- 09:21 Changeset [11233] by
- Layouted FAD tab
- 09:15 Changeset [11232] by
- supports firmware v0206
- 08:49 Changeset [11231] by
- Display DIM_DNS_NODE.
- 08:49 Changeset [11230] by
- Updated initialization process according to the other programs.
- 08:38 Changeset [11229] by
- Reverted commit by mistake.
- 08:30 Changeset [11228] by
- Layout update FAD tab
06/30/11:
- 23:35 Changeset [11227] by
- Changed startup tab
- 23:29 Changeset [11226] by
- broadcast whole events via Dim; made MainWindow and abstract base class and implemented the Adc tab widgets into MainWindow and FactGui
- 20:55 Changeset [11225] by
- Implemented REFRENECE_CLOCK
- 20:23 Changeset [11224] by
- Send FADC data once a second.
- 20:18 Changeset [11223] by
- Fixed ADC pipeline display
- 20:17 Changeset [11222] by
- Added StartRun/StopRun
- 19:01 Changeset [11221] by
- Removed q as shortcut for --quit to avoid confusion with --quiet
- 14:16 Changeset [11220] by
- now use the toStrings method of the converter
- 14:01 Changeset [11219] by
- added 2 write error states + bug fix
06/29/11:
- 23:08 Changeset [11218] by
- Added --cmd and --quit program option.
- 22:59 Changeset [11217] by
- Made ProcessLine a public function to allow for --cmd command.
- 22:59 Changeset [11216] by
- Added cmd and quit command.
- 21:02 Changeset [11215] by
- Added NightAsInt
- 21:02 Changeset [11214] by
- Little change.
- 17:28 Changeset [11213] by
- Renamed the fad temperature led.
- 16:12 Changeset [11212] by
- v0207 features DRS reset, but needs hardware mods. Do not use
- 15:25 Changeset [11211] by
- Added ToStrings
- 15:15 Changeset [11210] by
- Moved coding and decoding of the 12 bit temperature to the conversion from and to network byte order.
- 15:14 Changeset [11209] by
- Added trigger id and fake temperature.
- 15:14 Changeset [11208] by
- Added a new constructor which takes special_values as argument.
- 15:13 Changeset [11207] by
- Many little and more changed to teh FAD and event builder controls; added DRS temperature transmission
06/28/11:
- 14:44 Changeset [11206] by
- FTM network settings for La Palma added
- 14:28 Changeset [11205] by
- Adaptions to allow compilation on Ubuntu
- 09:03 Changeset [11204] by
- Fixed DIM service for PLLLCK
06/27/11:
- 17:22 Changeset [11203] by
- Removedmore obsolete stuff.
- 17:21 Changeset [11202] by
- Removed some obsolete code.
- 17:03 Changeset [11201] by
- Inverted bit for command socket.
- 16:59 Changeset [11200] by
- Restructured the FAD gui; made widgets for run-number and ROI active.
- 15:06 Changeset [11199] by
- Removed fDimCurrentEvent; wrapped update of fDimEvents into a 1s check.
- 15:03 Changeset [11198] by
- Do noz print 'Trying to connect' message more than once.
- 15:03 Changeset [11197] by
- Changed the fStatus2 array to support also an 'all diconnected but switched on' state.
- 15:03 Changeset [11196] by
- Changed the FAD Led status to support also an 'all diconnected but switched on' state.
- 14:45 Changeset [11195] by
- Updated with some more status bit support.
- 13:27 Changeset [11194] by
- Removed an obsolete debug out.
- 13:26 Changeset [11193] by
- Replaced the constructor of EventHeader with a vector<uint16_t> by just a pointer of type uint16_t
- 13:25 Changeset [11192] by
- Made the tcp::endpoint and the slot number a member of ConenctionFAD; notify the EventBuilderWrapper about updates of e.g. the header.
- 13:24 Changeset [11191] by
- Workaroudn for a problem with negative gi_NumConnects
- 13:00 Changeset [11190] by
- Added the possbility to give an IP Address with a port rather than a name which must be resolved; send keep alive packages in 10s intervals
- 08:43 Changeset [11189] by
- Fixed bug for online display of small events (missing flush of temporary file)
06/24/11:
- 17:38 Changeset [11188] by
- Also update status informations when connection information has changed in the meantime.
- 16:59 Changeset [11187] by
- Removed some debug code.
- 16:46 Changeset [11186] by
- Tried another fix for the CompareBits
- 16:42 Changeset [11185] by
- Fixed a typo.
- 16:39 Changeset [11184] by
- Fixed displays of FadLeds
- 16:19 Changeset [11183] by
- Must be i instead of i/7 when checking for identical values.
- 16:15 Changeset [11182] by
- Updated default base port
- 16:14 Changeset [11181] by
- Added more infos to debugRead; some fixed to CompareBit
- 16:00 Changeset [11180] by
- Added check whether all ports are connected again.
- 15:46 Changeset [11179] by
- Added FAD DNA.
- 15:21 Changeset [11178] by
- FADctrl publishes PLL lock status
- 14:41 Changeset [11177] by
- Display more FAD status bits.
- 14:36 Changeset [11176] by
- Added output of frequency calculated from the clock conditioner values.
- 14:19 Changeset [11175] by
- Removed some obsolete stuff
- 14:17 Changeset [11174] by
- New scheme to transmit the status bits.
- 14:15 Changeset [11173] by
- this is v0206 --- v0205 had a bug: when sending 'enable busy' this was not even parsed in firmware. now enable/disable busy is being parsed. NEW BASE PORT = 31919 (this ist 0x7CAF :-)
- 13:52 Changeset [11172] by
- Updated maximum number for event id.
- 13:39 Changeset [11171] by
- Changed CONTINOUS_TRIGGER_ON/OFF to ENABLE_CONTINOUS_TRIGGER; added ENABLE_BUSY
- 13:38 Changeset [11170] by
- Changed CONTINOUS_TRIGGER_ON/OFF to ENABLE_CONTINOUS_TRIGGER; added ENABLE_BUSY
- 13:16 Changeset [11169] by
- Added DrsEnabled
- 12:56 Changeset [11168] by
- Removed obsolete debug output.
- 12:56 Changeset [11167] by
- Renamed led for pll lock; removed ref clock overflow.
- 12:55 Changeset [11166] by
- Added PLL lock.
- 12:29 Changeset [11165] by
- Reverse EventHeader::ftriggerId
- 12:27 Changeset [11164] by
- Switch on keep alive packates with 10s timeouts.
- 12:26 Changeset [11163] by
- Added kCmdContTrigger and EventHeader::Id()
- 12:25 Changeset [11162] by
- Added code to send changed distributions from headers.
- 12:24 Changeset [11161] by
- Changed enable continous trigger command.
- 12:23 Changeset [11160] by
- Added ENABLE_CONTINOUS_TRIGGER
- 12:23 Changeset [11159] by
- Updated display of version number; display ethernet rate in kB/s
- 12:23 Changeset [11158] by
- Updated in the FAD tab.
- 08:49 Changeset [11157] by
- Fixed output for data transmission socket.
06/23/11:
- 22:11 Changeset [11156] by
- Added new bits in Status word; removed obsolete ref clock too high; added new command enable busy.
- 21:25 Changeset [11155] by
- v0205 changed ADC dataformat to unsigned short. - untested ... not even synthesized - HDL designer doesnt find license server anymore.
- 21:04 Changeset [11154] by
- Added constructor to EventHeader.
- 21:04 Changeset [11153] by
- Piped data from debugHead to EventBuilderWrapper
- 21:03 Changeset [11152] by
- Updated ADC range.
- 19:26 Changeset [11151] by
- Removed an obsolete debug output; added missing instantiation of fDimFadFwVersions.
- 19:25 Changeset [11150] by
- Changed default.
- 19:24 Changeset [11149] by
- Removed obsolete include of iostream
- 18:59 Changeset [11148] by
- Switched to DimDescribedService::Update
- 18:56 Changeset [11147] by
- Do not write 0 byte reads to debug stream.
- 18:54 Changeset [11146] by
- Added some output for opening and closing debug files.
- 18:18 Changeset [11145] by
- Removed typo.
- 16:59 Changeset [11144] by
- Removed some debug out.
- 16:53 Changeset [11143] by
- Added reset trigger id button.
- 16:50 Changeset [11142] by
- Added button to reset trigger id.
- 16:46 Changeset [11141] by
- Moved PLL_Lock, remove obsolete buttons.
- 16:35 Changeset [11140] by
- Removed some debug output.
- 16:34 Changeset [11139] by
- Added option to set maximum event buffer memory.
- 16:34 Changeset [11138] by
- Fixed displayed memory buffer size.
- 16:16 Changeset [11137] by
- Changed maximum of some widgets.
- 15:57 Changeset [11136] by
- Send more Dim infos.
- 15:56 Changeset [11135] by
- Added two more templates for simplicifations.
- 15:54 Changeset [11134] by
- Latest Update.
- 15:54 Changeset [11133] by
- Added more FAD infos.
- 15:53 Changeset [11132] by
- Added more FAD elements.
- 13:00 Changeset [11131] by
- Put everything into the history, but only successfull commands into the file history.
- 12:59 Changeset [11130] by
- Further improved output of PLL locks.
- 10:12 Changeset [11129] by
- Updated clock conditioner settings.
- 09:38 Changeset [11128] by
- Updated clock conditioner values.
- 09:29 Changeset [11127] by
- Debugged the ADC plot with some fixes when sending the Dim data; set new values for the clock conditioner; added some preliminary checks for identities in the FAD headers
06/22/11:
- 23:30 Changeset [11126] by
- Added EventBuilder thread status to UpdateConnectionStatus
- 23:28 Changeset [11125] by
- Added slots to set socket option of FADs
- 23:27 Changeset [11124] by
- Added Dock widget to ADC tab and LED for Event Builder.
- 23:17 Changeset [11123] by
- Some little improvements to the ADC data.
- 22:36 Changeset [11122] by
- Firmware version v0202 LEDs show: busy and w5300_reset DISCON after W5300 interrupt with 2s timeout MM-reconf after w5300 interrupt single software triggers are alwazs active see details in the eLOG
- 22:18 Changeset [11121] by
- Updated from v19r21 to v19r22
- 22:17 Changeset [11120] by
- Decode PLLLCK
- 22:16 Changeset [11119] by
- Added socket option for FAD
- 20:17 Changeset [11118] by
- Added possibility to debug data transmission to the boards.
- 19:57 Changeset [11117] by
- Added FSC_CONTROL led; removed (maybe temporarily setting of maximumj in plot for rates
- 19:56 Changeset [11116] by
- Send commands only to connected boards; disable initial sending of any commands; fixed order of boards and chips in arrays
- 19:55 Changeset [11115] by
- Added DUMP_STREAM command; output number of received bytes
- 19:55 Changeset [11114] by
- Fixed some FAD controls, added FSC to list of states.
- 18:50 Changeset [11113] by
- Removed Connect Disconnect
- 17:50 Changeset [11112] by
- Added TOGGLE for singel FAD connections.
- 17:43 Changeset [11111] by
- Added more FAD control buttons; implemented button events
- 17:04 Changeset [11110] by
- Removed an obsolete debug output.
- 17:04 Changeset [11109] by
- Implemented 'def' and 'default' as replacement for the default base-addr of the camera.
- 15:48 Changeset [11108] by
- Fixed display of board and patch rate.
- 14:09 Changeset [11107] by
- Changed clock conditioner values.
- 13:52 Changeset [11106] by
- Fixed clock conditioner values in DimStaticData; they have to be 32 bits.
- 13:51 Changeset [11105] by
- Added the default values for the clock conditioner, marked with a star.
- 13:50 Changeset [11104] by
- Properly display a 32bit word.
- 13:50 Changeset [11103] by
- Fixed range of clock conditioner spin boxes.
- 13:20 Changeset [11102] by
- Added possibility to set the clock conditioner's frequency for some selected frequency.
06/21/11:
- 23:21 Changeset [11101] by
- Added an example for an extension.
- 22:37 Changeset [11100] by
- Some cosmetics to command descriptions.
- 22:34 Changeset [11099] by
- Renamed state 'offline' to 'disengaged' to avoid confusion with the offline state in the GUI.
- 22:27 Changeset [11098] by
- Allow CONNECT also when diconnected but event builder thread still running (offline)
- 22:18 Changeset [11097] by
- Added const qualifiers to factOut and factStat
- 22:18 Changeset [11096] by
- Added const qualifiers to factOut and factStat
- 21:57 Changeset [11095] by
- Return 0 as default in eventCheck; added comment to commands; fixed PRINT_EVENT; allow double CONNECT or DISCONNECT
- 21:23 Changeset [11094] by
- Don't count NumConnected down if already 0.
- 21:08 Changeset [11093] by
- Added IsDisconnected
- 21:08 Changeset [11092] by
- Added some comments about eventCheck
- 20:54 Changeset [11091] by
- Added new connection/disconnection scheme; added eventCheck stub
- 15:40 Changeset [11090] by
- Changed bahaviour of opening closing sockets
- 13:29 Changeset [11089] by
- Various dataLogger changes
- 12:52 Changeset [11088] by
- Updates to Edd. History server now periodically saves histories to disk.
- 10:34 Changeset [11087] by
- Command 'boards' accepts 'none' as argument
- 10:17 Changeset [11086] by
- Make sure that gPad is always set correctly; replaces gPad by canv where possible in slot_RootEventProcess; do only AbsPixelToX/Y; added warning output if the mapping files are not well read.
Note:
See TracTimeline
for information about the timeline view.