# # ChangeLog for trunk/FACT++/scripts # # Generated by Trac 1.5.2 # 09/22/24 15:32:52 Wed, 27 Mar 2013 18:00:31 GMT tbretz [15172] * trunk/FACT++/scripts/doc/Mail.js (added) * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Changed the Mail class a bit to have the arrays as data members ReadOnly. Tue, 26 Mar 2013 17:37:48 GMT tbretz [15162] * trunk/FACT++/scripts/Startup.js (modified) Allow the datalogger also to be in Logging. It just means that the ... Tue, 26 Mar 2013 17:37:00 GMT tbretz [15161] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Request 15 seconds of data for the underflow check. As soon as the ... Mon, 25 Mar 2013 09:54:14 GMT tbretz [15152] * trunk/FACT++/scripts/doc/String.js (modified) Added desription for String.count Mon, 25 Mar 2013 09:53:56 GMT tbretz [15151] * trunk/FACT++/scripts/doc/dim.js (modified) Updated dim.wait description. Mon, 25 Mar 2013 09:32:47 GMT tbretz [15146] * trunk/FACT++/scripts/Main.js (modified) Catch the timeout when a run is started and check for FAD loss; ... Mon, 25 Mar 2013 09:28:52 GMT tbretz [15145] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Replaced blocking while by v8.timeout. Sat, 23 Mar 2013 20:10:14 GMT tbretz [15142] * trunk/FACT++/scripts/doc/dim.js (modified) Updated description of wait. Fri, 22 Mar 2013 17:14:55 GMT tbretz [15137] * trunk/FACT++/scripts/Main.js (modified) Reoragnized and improved the output; instead of just waiting for the ... Fri, 22 Mar 2013 17:12:31 GMT tbretz [15136] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Removed some obsolete check; close open files if any to avoid late ... Fri, 22 Mar 2013 17:10:24 GMT tbretz [15135] * trunk/FACT++/scripts/handleFadConnected.js (modified) Connect of disconnected. Fri, 22 Mar 2013 17:10:03 GMT tbretz [15134] * trunk/FACT++/scripts/Startup.js (modified) Connect and stop the FAD together with the other programs to get the ... Mon, 18 Mar 2013 21:24:41 GMT tbretz [15117] * trunk/FACT++/scripts/Main.js (modified) Moved reading of the schedule to the beginning of the file so that ... Mon, 18 Mar 2013 21:23:54 GMT tbretz [15116] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Small change in the order... for a little speed improvement. Mon, 18 Mar 2013 17:16:01 GMT tbretz [15113] * trunk/FACT++/scripts/doc/_global_.js (modified) Fixed a buggy example. Mon, 18 Mar 2013 14:52:05 GMT tbretz [15098] * trunk/FACT++/scripts/Main.js (modified) Improved and compacted output; disable feedback while voltage should ... Mon, 18 Mar 2013 14:44:23 GMT tbretz [15097] * trunk/FACT++/scripts/doc/Subscription.js (modified) Added how to look for an already open Subscription. Mon, 18 Mar 2013 14:43:53 GMT tbretz [15096] * trunk/FACT++/scripts/handleFadConnected.js (modified) Fixed a typo in the output. Mon, 18 Mar 2013 14:43:29 GMT tbretz [15095] * trunk/FACT++/scripts/Observation_class.js (modified) Convert ra/dec to fload (just to be sure) Mon, 18 Mar 2013 14:42:46 GMT tbretz [15094] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Tries to improve a problem which cantake place when the script is re- ... Mon, 18 Mar 2013 14:41:52 GMT tbretz [15093] * trunk/FACT++/scripts/Startup.js (modified) Removed some debug output. Fri, 15 Mar 2013 13:57:21 GMT tbretz [15084] * trunk/FACT++/scripts/Observation_class.js (modified) Adapted to new style of writing a schedule. Fri, 15 Mar 2013 13:56:49 GMT tbretz [15083] * trunk/FACT++/scripts/schedule.js_template (modified) Example for a schedule in the new style. Fri, 15 Mar 2013 13:46:40 GMT tbretz [15082] * trunk/FACT++/scripts/Startup.js (modified) Some minor logic fixed around the bias crate calibration. Fri, 15 Mar 2013 12:21:58 GMT tbretz [15077] * trunk/FACT++/scripts/doc/Subscription.js (modified) Added more examples for get() Fri, 15 Mar 2013 12:21:21 GMT tbretz [15076] * trunk/FACT++/scripts/doc/dim.js (modified) Some small fixes to the text. Fri, 15 Mar 2013 12:20:21 GMT tbretz [15074] * trunk/FACT++/scripts/doc/v8.js (modified) Added the new function v8.timeout Fri, 15 Mar 2013 11:57:58 GMT tbretz [15072] * trunk/FACT++/scripts/doc/dim.js (modified) Added exceptions to the descriptions. Thu, 14 Mar 2013 10:12:32 GMT tbretz [15071] * trunk/FACT++/scripts/CheckUnderflow.js (modified) return does not exist if it is not a function which is called; ... Thu, 14 Mar 2013 10:11:16 GMT tbretz [15070] * trunk/FACT++/scripts/CheckStates.js (modified) Fixed a problem with overwriting of an existing variable name in case ... Wed, 13 Mar 2013 12:47:22 GMT tbretz [15052] * trunk/FACT++/scripts/CheckFTU.js (modified) Increased timeout for check to 3s and added an error message. Removed ... Wed, 13 Mar 2013 11:24:30 GMT tbretz [15051] * trunk/FACT++/scripts/CheckUnderflow.js (modified) There is no need anymore to check for the AGILENT_CONTROL state ... Wed, 13 Mar 2013 11:23:50 GMT tbretz [15050] * trunk/FACT++/scripts/CheckStates.js (modified) Fixed a typo in a variable name. Wed, 13 Mar 2013 11:09:52 GMT tbretz [15048] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Some code cleanup; added throwing an execption if an underflow ... Wed, 13 Mar 2013 11:06:23 GMT tbretz [15047] * trunk/FACT++/scripts/doc/dim.js (modified) Renamed getService to getDescription Wed, 13 Mar 2013 11:01:28 GMT tbretz [15045] * trunk/FACT++/scripts/doc/dim.js (modified) Added two new commands getService and getServices. Tue, 12 Mar 2013 19:36:08 GMT tbretz [15038] * trunk/FACT++/scripts/CheckUnderflow.js (modified) display no time if no drs calib Mon, 11 Mar 2013 22:33:59 GMT tbretz [15030] * trunk/FACT++/scripts/Main.js (modified) Also reset the rate control state after the single-pe run. Mon, 11 Mar 2013 21:36:10 GMT tbretz [15028] * trunk/FACT++/scripts/Observation_class.js (modified) Fixed some typos Mon, 11 Mar 2013 09:40:25 GMT tbretz [15026] * trunk/FACT++/scripts/Main.js (modified) Updated the ratescan part. Sun, 10 Mar 2013 14:42:39 GMT tbretz [15016] * trunk/FACT++/scripts/Main.js (modified) Improved output. Sun, 10 Mar 2013 11:18:41 GMT tbretz [15007] * trunk/FACT++/scripts/Main.js (modified) Added some output before the main loop to simplify detection of wrong ... Sat, 09 Mar 2013 16:40:38 GMT tbretz [15005] * trunk/FACT++/scripts/Main.js (modified) Implemented alternating wobble positions. Sat, 09 Mar 2013 16:27:00 GMT tbretz [15004] * trunk/FACT++/scripts/Observation_class.js (modified) Code cleanup. Sat, 09 Mar 2013 11:07:02 GMT tbretz [14998] * trunk/FACT++/scripts/Main.js (modified) Worked around the problem that sometimes (reason still to be found) ... Sat, 09 Mar 2013 11:03:52 GMT tbretz [14997] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Throw an exception rather than printing an error message. We are not ... Sat, 09 Mar 2013 11:03:07 GMT tbretz [14996] * trunk/FACT++/scripts/Startup.js (modified) Added a reset of the MCP at an early stage to get it out of a ... Sat, 09 Mar 2013 11:02:19 GMT tbretz [14995] * trunk/FACT++/scripts/doc/dim.js (modified) Added some missing text for dim.wait Mon, 04 Mar 2013 20:12:35 GMT tbretz [14982] * trunk/FACT++/scripts/doc/dim.js (modified) Fixed a small bug in the arguments of dim.state Mon, 04 Mar 2013 11:11:12 GMT tbretz [14973] * trunk/FACT++/scripts/Main.js (modified) Send a STOP to the rate control after the DRS calibration to get it ... Mon, 04 Mar 2013 11:09:37 GMT tbretz [14972] * trunk/FACT++/scripts/doc/dim.js (modified) Replaced dim.print by dim.log Mon, 04 Mar 2013 11:08:56 GMT tbretz [14971] * trunk/FACT++/scripts/Startup.js (modified) Replaced dim.print by dim.log Mon, 04 Mar 2013 11:08:17 GMT tbretz [14970] * trunk/FACT++/scripts/CheckUnderflow.js (modified) Make sure that if the fadctrl was newly started there is no crash ... Mon, 04 Mar 2013 11:07:21 GMT tbretz [14969] * trunk/FACT++/scripts/handleFadConnected.js (modified) * trunk/FACT++/scripts/handleFeedbackConnected.js (modified) * trunk/FACT++/scripts/handleRatectrlConnected.js (modified) Replaced dim.print by dim.log Mon, 04 Mar 2013 11:06:08 GMT tbretz [14968] * trunk/FACT++/scripts/handleAgilentPowerOn.js (modified) * trunk/FACT++/scripts/handleBiasVoltageOff.js (modified) * trunk/FACT++/scripts/handleDriveArmed.js (modified) * trunk/FACT++/scripts/handleFtmIdle.js (modified) * trunk/FACT++/scripts/handleFtuCheck.js (modified) * trunk/FACT++/scripts/handleLidClosed.js (modified) * trunk/FACT++/scripts/handlePwrCameraOn.js (modified) Replaced dim.print by dim.log Sat, 09 Feb 2013 18:19:05 GMT neise [14887] * trunk/FACT++/scripts/tests_n_examples (added) * trunk/FACT++/scripts/tests_n_examples/example_Access_of_a_service.py (added) * trunk/FACT++/scripts/tests_n_examples/test_Sun.js (added) * trunk/FACT++/scripts/tests_n_examples/test_double_subscription.js (added) * trunk/FACT++/scripts/tests_n_examples/test_if_FEEDBACK_CALIBRATION_times_out.py (added) * trunk/FACT++/scripts/tests_n_examples/throw.js (added) I think I moved the tests and examples into its own folder, in order ... Sat, 09 Feb 2013 18:17:55 GMT neise [14886] * trunk/FACT++/scripts/Main.js (modified) finally checking in the typo I found weeks ago. The typo caused no ... Tue, 05 Feb 2013 16:20:46 GMT tbretz [14873] * trunk/FACT++/scripts/doc/Subscription.js (modified) Updated, fixed some docs (typos, wrong text) Mon, 14 Jan 2013 06:56:00 GMT neise [14777] * trunk/FACT++/scripts (modified) svn:ignore for schedule.js Mon, 14 Jan 2013 06:52:21 GMT neise [14776] * trunk/FACT++/scripts/schedule.js_template (moved) moved schedule.js to schedule.js_template. So that the contents of ... Mon, 14 Jan 2013 06:48:28 GMT neise [14775] * trunk/FACT++/scripts/Main.js (modified) added SET_FILE_FORMAT 2 hack into RATESCAN section Mon, 14 Jan 2013 06:45:43 GMT neise [14774] * trunk/FACT++/scripts/Main.js (modified) non existent member Observation.utc was used in line 461. changed it ... Mon, 14 Jan 2013 06:43:55 GMT neise [14773] * trunk/FACT++/scripts/Main.js (modified) edited Shutdown to actually do something Mon, 14 Jan 2013 06:42:10 GMT neise [14772] * trunk/FACT++/scripts/Main.js (modified) two typos Mon, 14 Jan 2013 06:40:52 GMT neise [14771] * trunk/FACT++/scripts/Main.js (modified) changed OpenLid to wait instead of exit in case of too early Mon, 14 Jan 2013 06:30:45 GMT neise [14770] * trunk/FACT++/scripts/Observation_class.js (modified) renamed utc member to 'start', since it's used by this name in ... Wed, 09 Jan 2013 17:18:57 GMT neise [14769] * trunk/FACT++/scripts/Main.js (modified) * trunk/FACT++/scripts/schedule.js (added) moved the schedule out of Main.js so it is easier for the shifter to ... Wed, 09 Jan 2013 16:16:40 GMT neise [14768] * trunk/FACT++/scripts/Observation_class.js (modified) added exception handling if user submits unknown 'task' value to ... Wed, 09 Jan 2013 16:11:42 GMT neise [14767] * trunk/FACT++/scripts/Main.js (modified) added some comments containing questions, ideas and remarks Wed, 09 Jan 2013 16:05:26 GMT neise [14766] * trunk/FACT++/scripts/Main.js (modified) added inclusion of Observation_class.js in this file - was forgotten ... Wed, 09 Jan 2013 15:53:11 GMT neise [14765] * trunk/FACT++/scripts/Main.js (modified) * trunk/FACT++/scripts/Observation_class.js (added) introduced new class to generate the schedule - called Observation. ... Wed, 09 Jan 2013 09:45:48 GMT neise [14764] * trunk/FACT++/scripts/Main.js (modified) one can put now RATESCANs into the observation variable. I changed ... Tue, 08 Jan 2013 17:39:43 GMT neise [14763] * trunk/FACT++/scripts/CheckFTU.js (added) * trunk/FACT++/scripts/CheckStates.js (added) * trunk/FACT++/scripts/CheckUnderflow.js (added) * trunk/FACT++/scripts/Handler.js (added) * trunk/FACT++/scripts/Hist1D.js (added) * trunk/FACT++/scripts/Hist2D.js (added) * trunk/FACT++/scripts/Main.js (added) * trunk/FACT++/scripts/Startup.js (added) * trunk/FACT++/scripts/handleAgilentPowerOn.js (added) * trunk/FACT++/scripts/handleBiasVoltageOff.js (added) * trunk/FACT++/scripts/handleDriveArmed.js (added) * trunk/FACT++/scripts/handleFadConnected.js (added) * trunk/FACT++/scripts/handleFeedbackConnected.js (added) * trunk/FACT++/scripts/handleFscConnected.js (added) * trunk/FACT++/scripts/handleFtmIdle.js (added) * trunk/FACT++/scripts/handleFtuCheck.js (added) * trunk/FACT++/scripts/handleLidClosed.js (added) * trunk/FACT++/scripts/handlePwrCameraOn.js (added) * trunk/FACT++/scripts/handleRatectrlConnected.js (added) initial include Sat, 08 Dec 2012 13:28:02 GMT tbretz [14740] * trunk/FACT++/scripts/doc/dim.js (modified) Added description for new function dim.getStates Mon, 26 Nov 2012 18:47:14 GMT tbretz [14704] * trunk/FACT++/scripts/doc/Local.js (modified) * trunk/FACT++/scripts/doc/Sky.js (modified) Updated. Sun, 25 Nov 2012 14:16:50 GMT tbretz [14699] * trunk/FACT++/scripts/doc/console.js (added) * trunk/FACT++/scripts/doc/v8.js (added) Sun, 25 Nov 2012 13:36:03 GMT tbretz [14697] * trunk/FACT++/scripts/doc/Sun.js (added) Sun, 25 Nov 2012 13:35:49 GMT tbretz [14696] * trunk/FACT++/scripts/doc/Database.js (modified) * trunk/FACT++/scripts/doc/Moon.js (modified) * trunk/FACT++/scripts/doc/Subscription.js (modified) * trunk/FACT++/scripts/doc/Thread.js (modified) * trunk/FACT++/scripts/doc/_global_.js (modified) * trunk/FACT++/scripts/doc/dim.js (modified) * trunk/FACT++/scripts/doc/dimctrl.js (modified) Updated Wed, 21 Nov 2012 20:37:25 GMT tbretz [14678] * trunk/FACT++/scripts/doc/dim.js (modified) Added some text. Tue, 20 Nov 2012 19:58:38 GMT tbretz [14675] * trunk/FACT++/scripts/doc/Database.js (modified) * trunk/FACT++/scripts/doc/Event.js (modified) * trunk/FACT++/scripts/doc/Local.js (modified) * trunk/FACT++/scripts/doc/Moon.js (modified) * trunk/FACT++/scripts/doc/Sky.js (modified) * trunk/FACT++/scripts/doc/String.js (modified) * trunk/FACT++/scripts/doc/Subscription.js (modified) * trunk/FACT++/scripts/doc/Thread.js (modified) * trunk/FACT++/scripts/doc/_global_.js (modified) * trunk/FACT++/scripts/doc/dim.js (modified) * trunk/FACT++/scripts/doc/dimctrl.js (modified) Made sure that nobody tried to start a docu script. Mon, 19 Nov 2012 18:27:47 GMT tbretz [14661] * trunk/FACT++/scripts/doc/Thread.js (modified) minor update Sun, 18 Nov 2012 22:46:36 GMT tbretz [14654] * trunk/FACT++/scripts/doc/Subscription.js (modified) Updated Sun, 18 Nov 2012 15:17:41 GMT tbretz [14644] * trunk/FACT++/scripts (added) * trunk/FACT++/scripts/doc (added) * trunk/FACT++/scripts/doc/Database.js (added) * trunk/FACT++/scripts/doc/Event.js (added) * trunk/FACT++/scripts/doc/Local.js (added) * trunk/FACT++/scripts/doc/Moon.js (added) * trunk/FACT++/scripts/doc/Sky.js (added) * trunk/FACT++/scripts/doc/String.js (added) * trunk/FACT++/scripts/doc/Subscription.js (added) * trunk/FACT++/scripts/doc/Thread.js (added) * trunk/FACT++/scripts/doc/_global_.js (added) * trunk/FACT++/scripts/doc/dim.js (added) * trunk/FACT++/scripts/doc/dimctrl.js (added)