# # ChangeLog for / # # Generated by Trac 1.5.2 # 09/22/24 17:36:00 Mon, 10 Jun 2013 10:57:58 GMT tbretz [16789] * trunk/FACT++/scripts/Handler.js (modified) Debugging output seems not needed anymore. Mon, 10 Jun 2013 10:57:33 GMT tbretz [16788] * trunk/FACT++/scripts/doCrateReset.js (added) Mon, 10 Jun 2013 10:57:12 GMT tbretz [16787] * trunk/FACT++/scripts/handleAgilentPowerOn.js (modified) * trunk/FACT++/scripts/handleFeedbackConnected.js (modified) * trunk/FACT++/scripts/handleFscConnected.js (modified) * trunk/FACT++/scripts/handleFtmIdle.js (modified) * trunk/FACT++/scripts/handleLidClosed.js (modified) * trunk/FACT++/scripts/handlePwrCameraOn.js (modified) * trunk/FACT++/scripts/handleRatectrlConnected.js (modified) Improved the output whenever a command is sent. Mon, 10 Jun 2013 10:54:29 GMT tbretz [16786] * trunk/FACT++/src/ratecontrol.cc (modified) Make sure no threshold is set initially below the limit (the limit is ... Mon, 10 Jun 2013 10:36:59 GMT tbretz [16785] * trunk/FACT++/src/ratescan.cc (modified) Replaced kConfigured with kConfigured1 according to the recent change ... Mon, 10 Jun 2013 10:36:30 GMT tbretz [16784] * trunk/FACT++/src/mcp.cc (modified) Adapted the state checks according to the recent change in the ftmctrl. Mon, 10 Jun 2013 10:36:02 GMT tbretz [16783] * trunk/FACT++/src/HeadersFTM.h (modified) * trunk/FACT++/src/ftmctrl.cc (modified) Replaced kConfigured by kConfigured1. This is the state in which ... Mon, 10 Jun 2013 10:34:38 GMT tbretz [16782] * trunk/FACT++/src/smartfact.cc (modified) * trunk/FACT++/www/smartfact/struct/status.page (modified) Added MagicLidar and Temperature to status page; replaced some ... Sun, 09 Jun 2013 12:10:56 GMT tbretz [16781] * trunk/FACT++/src/feedback.cc (modified) Implemented the algorithms needed for the new type current control ... Sun, 09 Jun 2013 12:08:25 GMT tbretz [16780] * trunk/FACT++/src/chatserv.cc (modified) Of course the server has to run the central loop... looks like it was ... Sun, 09 Jun 2013 11:51:13 GMT tbretz [16779] * trunk/Cosy/base/msgqueue.cc (modified) * trunk/Cosy/base/msgqueue.h (modified) A less CPU hungry version of the msg queue using C++11 techniques. Sat, 08 Jun 2013 11:56:21 GMT tbretz [16778] * trunk/FACT++/src/ratecontrol.cc (modified) Set all thresholds at once after the steps have been calculated using ... Sat, 08 Jun 2013 11:55:39 GMT tbretz [16777] * trunk/FACT++/src/Dim.h (modified) Added the long awaited customized template for vector Sat, 08 Jun 2013 11:55:12 GMT tbretz [16776] * trunk/FACT++/src/ftmctrl.cc (modified) Implemented SET_SELECTED_THRESHOLDS to allow setting severalö ... Sat, 08 Jun 2013 11:30:58 GMT tbretz [16775] * trunk/FACT++/src/fadctrl.cc (modified) Introduced a new state kConfiguring3 which checks if the messages to ... Sat, 08 Jun 2013 11:28:58 GMT tbretz [16774] * trunk/FACT++/src/EventBuilder.cc (modified) After five minutes of inactivity, sleep 10ms instead of 1us if all ... Sat, 08 Jun 2013 11:28:09 GMT tbretz [16773] * trunk/FACT++/src/HeadersFAD.h (modified) Introduced the new state kConfiguring3 Sat, 08 Jun 2013 11:27:45 GMT tbretz [16772] * trunk/FACT++/src/ratecontrol.cc (modified) When calibrated by currents after the calibration was started, wait ... Sat, 08 Jun 2013 11:25:58 GMT tbretz [16771] * trunk/FACT++/src/HeadersFTM.h (modified) * trunk/FACT++/src/ftmctrl.cc (modified) When compiling a new static buffer to be sent to the FTM, not the ... Sat, 08 Jun 2013 11:22:42 GMT tbretz [16770] * trunk/FACT++/src/StateMachineAsio.h (modified) We don't want to dispatch the event (blokcing) but to post the event ... Sat, 08 Jun 2013 11:22:15 GMT tbretz [16769] * trunk/FACT++/src/Connection.cc (modified) * trunk/FACT++/src/Connection.h (modified) There is no need to make the scheduling of the async write ... Sat, 08 Jun 2013 11:21:51 GMT tbretz [16768] * trunk/FACT++/src/ConnectionUSB.cc (modified) * trunk/FACT++/src/ConnectionUSB.h (modified) There is no need to make the scheduling of the async write ... Fri, 07 Jun 2013 22:36:52 GMT tbretz [16767] * trunk/Cosy/tcpip/MDriveCom.cc (modified) Do not print the string in the RADEC command; added a cast to allow ... Fri, 07 Jun 2013 22:30:10 GMT tbretz [16766] * trunk/Cosy/videodev/MVideo.cc (modified) * trunk/Cosy/videodev/MVideo.h (modified) Changed to use v4l2. Fri, 07 Jun 2013 22:28:05 GMT tbretz [16765] * trunk/Cosy/gui/MGCosy.cc (modified) Added an explicit cast to allow for c++0x Fri, 07 Jun 2013 22:26:42 GMT tbretz [16764] * trunk/Cosy/main/MStarguider.cc (modified) Updated Interpolate so that for the sum image there is only one loop ... Fri, 07 Jun 2013 22:25:38 GMT tbretz [16763] * trunk/Cosy/main/MCosy.cc (modified) Adapted the status setting to the IsPositioning information from the ... Thu, 06 Jun 2013 21:06:56 GMT tbretz [16762] * trunk/FACT++/munin/agilent_curr (modified) * trunk/FACT++/munin/agilent_volt (modified) Do not add zero values, they just bias the average. Thu, 06 Jun 2013 20:08:36 GMT tbretz [16761] * trunk/FACT++/munin/agilent_curr (added) * trunk/FACT++/munin/agilent_volt (added) Thu, 06 Jun 2013 17:29:27 GMT tbretz [16760] * trunk/FACT++/munin (added) * trunk/FACT++/munin/container_temp (added) * trunk/FACT++/munin/ticktick.sh (added) Thu, 06 Jun 2013 15:25:24 GMT tbretz [16759] * trunk/FACT++/src/Main.h (modified) Removed an unintentional debug out. Thu, 06 Jun 2013 14:42:46 GMT tanio [16758] * schedule/Module/calendar.php (modified) Thu, 06 Jun 2013 14:41:17 GMT tanio [16757] * schedule/js/xmlrequest.js (deleted) Thu, 06 Jun 2013 14:39:14 GMT tanio [16756] * schedule/Module/Graph.js (deleted) Thu, 06 Jun 2013 14:37:10 GMT tanio [16755] * schedule/chart.php (deleted) Thu, 06 Jun 2013 14:33:10 GMT tanio [16754] * schedule/js/Graph.js (added) Thu, 06 Jun 2013 14:32:45 GMT tanio [16753] * schedule/Module/calendar.php (modified) Thu, 06 Jun 2013 14:28:30 GMT tanio [16752] * schedule/Module/calendar.php (modified) Thu, 06 Jun 2013 14:27:30 GMT tanio [16751] * schedule/Module/calendar.php (modified) Thu, 06 Jun 2013 14:17:43 GMT tanio [16750] * schedule/Module/Scheduling.php (modified) * schedule/Module/calendar.php (modified) Thu, 06 Jun 2013 14:12:13 GMT tanio [16749] * schedule/Module/calendar.php (modified) Thu, 06 Jun 2013 14:11:53 GMT tanio [16748] * schedule/Module/calendar.php (modified) Thu, 06 Jun 2013 14:10:28 GMT tanio [16747] * schedule/js/chart.js (modified) Thu, 06 Jun 2013 14:10:15 GMT tanio [16746] * schedule/Module/calendar.php (modified) Thu, 06 Jun 2013 11:09:58 GMT tbretz [16745] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Should be DRS temperature not FAD tempreature. Thu, 06 Jun 2013 11:03:36 GMT tbretz [16744] * trunk/FACT++/scripts/takeRun.js (modified) Produce some more output in case the FADs don't got properly connected. Thu, 06 Jun 2013 11:02:54 GMT tbretz [16743] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Use the QoS (num open files) of the RUNS service to detect whether a ... Thu, 06 Jun 2013 11:01:57 GMT tbretz [16742] * trunk/FACT++/src/DimWriteStatistics.cc (modified) The format string did not match the description. Thu, 06 Jun 2013 11:00:30 GMT tbretz [16741] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Removed a stray comma from a dim service description. Thu, 06 Jun 2013 05:38:06 GMT tanio [16740] * schedule/Transaction/update.php (added) Thu, 06 Jun 2013 05:36:05 GMT tanio [16739] * schedule/function/button.php (added) Thu, 06 Jun 2013 05:31:20 GMT tanio [16738] * schedule/Transaction/insert.php (modified) * schedule/authenticate/body.php (modified) * schedule/function/SplitDelete.php (modified) * schedule/function/function.php (modified) Wed, 05 Jun 2013 21:15:43 GMT tbretz [16737] * trunk/FACT++/src/Main.h (modified) * trunk/FACT++/src/MessageDim.h (modified) * trunk/FACT++/src/MessageImp.h (modified) * trunk/FACT++/src/StateMachineDim.h (modified) Implement a way to check if the (Log) Message Queue is empty. Only ... Wed, 05 Jun 2013 20:50:32 GMT tbretz [16736] * trunk/FACT++/src/StateMachineAsio.h (modified) Of course we cannot call Execute of the base class, but have to make ... Wed, 05 Jun 2013 20:37:09 GMT tbretz [16735] * trunk/FACT++/src/StateMachineAsio.h (modified) Some improvements on the messages when changing states. Wed, 05 Jun 2013 20:35:55 GMT tbretz [16734] * trunk/FACT++/src/StateMachineAsio.h (modified) Some cosmetics. Wed, 05 Jun 2013 20:24:55 GMT tbretz [16733] * trunk/FACT++/src/smartfact.cc (modified) Removed some obsolete comments: Wed, 05 Jun 2013 20:24:37 GMT tbretz [16732] * trunk/FACT++/src/biasctrl.cc (modified) * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) Make use of the new StateMachineAsio which gets the CPU consumption ... Wed, 05 Jun 2013 20:16:57 GMT tbretz [16731] * trunk/FACT++/src/fscctrl.cc (modified) Make use of the new StateMachineAsio which gets the CPU consumption ... Wed, 05 Jun 2013 20:12:34 GMT tbretz [16730] * trunk/FACT++/src/StateMachineImp.cc (modified) * trunk/FACT++/src/StateMachineImp.h (modified) Changed the default queue in three ways: 1) Execute() is called after ... Wed, 05 Jun 2013 19:47:44 GMT tbretz [16729] * trunk/FACT++/src/temperature.cc (modified) Make use of the new StateMachineAsio which gets the CPU consumption ... Wed, 05 Jun 2013 19:37:34 GMT tbretz [16728] * trunk/FACT++/src/StateMachineAsio.h (added) Gets the CPU consumption to basically 0 by a more intelligent event ... Wed, 05 Jun 2013 19:36:57 GMT tbretz [16727] * trunk/FACT++/src/agilentctrl.cc (modified) * trunk/FACT++/src/lidctrl.cc (modified) * trunk/FACT++/src/magiclidar.cc (modified) * trunk/FACT++/src/magicweather.cc (modified) * trunk/FACT++/src/pwrctrl.cc (modified) * trunk/FACT++/src/tngweather.cc (modified) Make use of the new StateMachineAsio which gets the CPU consumption ... Wed, 05 Jun 2013 19:35:45 GMT tbretz [16726] * trunk/FACT++/src/StateMachineImp.cc (modified) * trunk/FACT++/src/StateMachineImp.h (modified) Changed the scope of some variables and functions to allow for ... Wed, 05 Jun 2013 15:14:53 GMT mknoetig [16725] * trunk/Mars/fact/processing/currents.C (modified) edit currents.C to work with fCurrentsDiffToPrediction Wed, 05 Jun 2013 15:13:27 GMT mknoetig [16724] * trunk/DataCheck/Processing/FillAuxCurrents.sh (modified) edit FillAuxCurrents.sh to work with fCurrentsDiffToPrediction Wed, 05 Jun 2013 09:42:42 GMT tanio [16723] * schedule/authenticate/body.php (modified) Wed, 05 Jun 2013 04:58:53 GMT tanio [16722] * schedule/Module/calendar.php (modified) * schedule/js/chart.js (modified) Wed, 05 Jun 2013 04:45:07 GMT tanio [16721] * schedule/Module/Scheduling.php (modified) * schedule/Transaction/insert.php (modified) * schedule/authenticate/body.php (modified) * schedule/function/SplitDelete.php (modified) * schedule/function/function.php (modified) Tue, 04 Jun 2013 22:37:54 GMT tose [16720] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 22:01:45 GMT tanio [16719] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:59:56 GMT tanio [16718] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:52:17 GMT tanio [16717] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:50:14 GMT tanio [16716] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:47:40 GMT tanio [16715] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:45:44 GMT tanio [16714] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:30:56 GMT tanio [16713] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:28:45 GMT tanio [16712] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:21:44 GMT tanio [16711] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:19:46 GMT tanio [16710] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:14:51 GMT tanio [16709] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:12:59 GMT tanio [16708] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:10:44 GMT tanio [16707] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:07:57 GMT tanio [16706] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:06:42 GMT tanio [16705] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:03:48 GMT tanio [16704] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 21:01:57 GMT tanio [16703] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 20:58:36 GMT tanio [16702] * schedule/Module/calendar.php (modified) Tue, 04 Jun 2013 20:57:29 GMT tanio [16701] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 20:53:51 GMT tanio [16700] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 20:42:01 GMT tanio [16699] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 20:38:37 GMT tanio [16698] * schedule/js/chart.js (modified) Tue, 04 Jun 2013 18:44:46 GMT tbretz [16697] * trunk/FACT++/gui/FactGui.h (modified) Fixed the missing ')' Tue, 04 Jun 2013 18:43:24 GMT tbretz [16696] * trunk/FACT++/gui/FactGui.h (modified) Ignore non finite values. This can happen if a board is diabled and ... Tue, 04 Jun 2013 18:38:20 GMT tbretz [16695] * trunk/FACT++/src/EventBuilderWrapper.h (modified) The timing was not yet correct Tue, 04 Jun 2013 18:34:48 GMT tbretz [16694] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Removed the min/max of temperature and refclock and replaced it by 5s ... Tue, 04 Jun 2013 17:19:46 GMT Daniela Dorner [16693] * trunk/Mars/fact/analysis/lightcurve.C (modified) bugfix in query Tue, 04 Jun 2013 15:52:11 GMT tbretz [16692] * trunk/FACT++/gui/FactGui.h (modified) Adapted to change in FAD_CONTROL/TEMPERATURE and REFERENCE_CLOCK Tue, 04 Jun 2013 15:48:09 GMT tbretz [16691] * trunk/FACT++/src/EventBuilder.cc (modified) Nagle switched off... no idea if this makes any sense, but it could ... Tue, 04 Jun 2013 15:38:52 GMT Daniela Dorner [16690] * trunk/DataCheck/Processing/FillAuxCurrents.sh (modified) updated path for macro, implemented check whether calibrated- ...