source: trunk/FACT++/scripts

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16386   11 years tbretz Also send a CLOSE_OPEN_FILES
(edit) @16385   11 years tbretz Theoretically, the fadctrl can also hang in Configuring1 because that ...
(edit) @16384   11 years tbretz Some improvements switching on the drive cabinet.
(edit) @16102   11 years tbretz Added a user supplied 'this' argument to v8.timeout and the Thread class.
(edit) @16099   11 years tbretz Skip the message in the log stream.
(edit) @16098   11 years tbretz For the event the descriptions are needed.
(edit) @16078   11 years tbretz Improved the calculation of the date for loading the DRS calib. This ...
(edit) @16077   11 years tbretz Removed the 'last measurement must be a SHUTDOWN' check. This is not ...
(edit) @16076   11 years tbretz Only print a warning if drive is locked.
(edit) @16075   11 years tbretz Take agilentctrl back into the list of checked states; added Locked ...
(edit) @16074   11 years tbretz Allow for observation types singlepe, drscalib and idle.
(edit) @16071   11 years tbretz Added console.warn to print a highlighted message to the ocnsole.
(edit) @16060   11 years tbretz Code from Main.js related to taking a run including the solution for ...
(edit) @16053   11 years tbretz Added some note...
(edit) @16052   11 years tbretz Handle the case NoConnection
(edit) @16051   11 years tbretz Moved AGILENT_CONTROL back in place.
(edit) @16050   11 years tbretz Make use of takeRun.js to 'fix' FAD problems also during the test run ...
(edit) @16049   11 years tbretz Moved some code around data taking (automatic reconnect etc) to ...
(edit) @15482   12 years tbretz Fixed a typo obs->sub
(edit) @15480   12 years tbretz A small fix in the shutdown procedure. If we disconnect the bias crate ...
(edit) @15466   12 years tbretz Made sure that if we do a re-connect during configure all servers are ...
(edit) @15455   12 years tbretz Added dimctrl.setInterruptHandler
(edit) @15454   12 years tbretz Fixed a crash in the startup information print in case there is no ...
(edit) @15411   12 years tbretz Removed obsolete FAD_CONTROL/STATISTICS2 and fixed a problem with the ...
(edit) @15378   12 years tbretz Some cleanup; do repeat configuration re-connects only three times; do ...
(edit) @15362   12 years tbretz Set the sunhorizon to -12deg; implemented automatic reconnect; ...
(edit) @15359   12 years tbretz Fixed a typo and correctly document subject as constant
(edit) @15358   12 years tbretz Added description for class index; changed from class to namespace
(edit) @15357   12 years tbretz An important dot was missing ;)
(edit) @15354   12 years tbretz improved the handling of fad losses; removed AGILENT_CONTROL ...
(edit) @15353   12 years tbretz Added TEMPERATURE to the required servers, removed AGILENT_CONTROL ...
(edit) @15352   12 years tbretz Added 'now' as a a valid time.
(edit) @15296   12 years tbretz Fixed a typo in a command.
(edit) @15293   12 years tbretz Added a check for schedule-database
(edit) @15292   12 years tbretz Function to retrieve schedule from database
(edit) @15291   12 years tbretz Read the schedule from the database instead of the file directly. The ...
(edit) @15290   12 years tbretz Copy of the classical version directly reading the schedule from a file.
(edit) @15289   12 years tbretz Improved the code to handle the INCOMPLETE message, added some code to ...
(edit) @15288   12 years tbretz Copy property id if available -- needed to read the schedule from the db.
(edit) @15284   12 years tbretz Moved getTimeSinceLastDrsCalib to its own function; added automatic ...
(edit) @15275   12 years tbretz Fixed a typo.
(edit) @15274   12 years tbretz Fixed a typo... the class name is Mail not Sky
(edit) @15273   12 years tbretz Added explanation for new magic variables.
(edit) @15270   12 years tbretz Restructured the code.
(edit) @15252   12 years tbretz Unified the checkState during data taking; improved some log-output; ...
(edit) @15172   12 years tbretz Changed the Mail class a bit to have the arrays as data members ReadOnly.
(edit) @15162   12 years tbretz Allow the datalogger also to be in Logging. It just means that the ...
(edit) @15161   12 years tbretz Request 15 seconds of data for the underflow check. As soon as the ...
(edit) @15152   12 years tbretz Added desription for String.count
(edit) @15151   12 years tbretz Updated dim.wait description.
(edit) @15146   12 years tbretz Catch the timeout when a run is started and check for FAD loss; ...
(edit) @15145   12 years tbretz Replaced blocking while by v8.timeout.
(edit) @15142   12 years tbretz Updated description of wait.
(edit) @15137   12 years tbretz Reoragnized and improved the output; instead of just waiting for the ...
(edit) @15136   12 years tbretz Removed some obsolete check; close open files if any to avoid late ...
(edit) @15135   12 years tbretz Connect of disconnected.
(edit) @15134   12 years tbretz Connect and stop the FAD together with the other programs to get the ...
(edit) @15117   12 years tbretz Moved reading of the schedule to the beginning of the file so that ...
(edit) @15116   12 years tbretz Small change in the order... for a little speed improvement.
(edit) @15113   12 years tbretz Fixed a buggy example.
(edit) @15098   12 years tbretz Improved and compacted output; disable feedback while voltage should ...
(edit) @15097   12 years tbretz Added how to look for an already open Subscription.
(edit) @15096   12 years tbretz Fixed a typo in the output.
(edit) @15095   12 years tbretz Convert ra/dec to fload (just to be sure)
(edit) @15094   12 years tbretz Tries to improve a problem which cantake place when the script is ...
(edit) @15093   12 years tbretz Removed some debug output.
(edit) @15084   12 years tbretz Adapted to new style of writing a schedule.
(edit) @15083   12 years tbretz Example for a schedule in the new style.
(edit) @15082   12 years tbretz Some minor logic fixed around the bias crate calibration.
(edit) @15077   12 years tbretz Added more examples for get()
(edit) @15076   12 years tbretz Some small fixes to the text.
(edit) @15074   12 years tbretz Added the new function v8.timeout
(edit) @15072   12 years tbretz Added exceptions to the descriptions.
(edit) @15071   12 years tbretz return does not exist if it is not a function which is called; ...
(edit) @15070   12 years tbretz Fixed a problem with overwriting of an existing variable name in case ...
(edit) @15052   12 years tbretz Increased timeout for check to 3s and added an error message. Removed ...
(edit) @15051   12 years tbretz There is no need anymore to check for the AGILENT_CONTROL state ...
(edit) @15050   12 years tbretz Fixed a typo in a variable name.
(edit) @15048   12 years tbretz Some code cleanup; added throwing an execption if an underflow ...
(edit) @15047   12 years tbretz Renamed getService to getDescription
(edit) @15045   12 years tbretz Added two new commands getService and getServices.
(edit) @15038   12 years tbretz display no time if no drs calib
(edit) @15030   12 years tbretz Also reset the rate control state after the single-pe run.
(edit) @15028   12 years tbretz Fixed some typos
(edit) @15026   12 years tbretz Updated the ratescan part.
(edit) @15016   12 years tbretz Improved output.
(edit) @15007   12 years tbretz Added some output before the main loop to simplify detection of wrong ...
(edit) @15005   12 years tbretz Implemented alternating wobble positions.
(edit) @15004   12 years tbretz Code cleanup.
(edit) @14998   12 years tbretz Worked around the problem that sometimes (reason still to be found) ...
(edit) @14997   12 years tbretz Throw an exception rather than printing an error message. We are not ...
(edit) @14996   12 years tbretz Added a reset of the MCP at an early stage to get it out of a possible ...
(edit) @14995   12 years tbretz Added some missing text for dim.wait
(edit) @14982   12 years tbretz Fixed a small bug in the arguments of dim.state
(edit) @14973   12 years tbretz Send a STOP to the rate control after the DRS calibration to get it ...
(edit) @14972   12 years tbretz Replaced dim.print by dim.log
(edit) @14971   12 years tbretz Replaced dim.print by dim.log
(edit) @14970   12 years tbretz Make sure that if the fadctrl was newly started there is no crash ...
(edit) @14969   12 years tbretz Replaced dim.print by dim.log
(edit) @14968   12 years tbretz Replaced dim.print by dim.log
Note: See TracRevisionLog for help on using the revision log.