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