Skip to content
Snippets Groups Projects
  1. May 17, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · 021af9f0
      Ruud Overeem authored
      Uses 'forcedQuitTimer' for guaranteed stop 5 econds after stoptime is reached.
      Implemented begin of quality criteria.
      021af9f0
  2. Apr 26, 2007
  3. Apr 16, 2007
  4. Mar 19, 2007
  5. Mar 05, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · c3151c48
      Ruud Overeem authored
      Solved bug in making parameterSets. Always exporting Observation and PIC
      as extra info now i.s.o. whole file.
      c3151c48
    • Ruud Overeem's avatar
      BugID: 1000 · b6c88034
      Ruud Overeem authored
      Major(!) simplifications to get the control chain working for at least the
      sunshine scenario.
      b6c88034
  6. Feb 26, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · 732716f6
      Ruud Overeem authored
      First version of reanimated OnlineControl. The Parset stream is (more or less)
      working now but the control line not at all. This will be the new target.
      732716f6
  7. Feb 22, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · b0a8f757
      Ruud Overeem authored
      Using treeID as instancenumber to be able to run multiple ObservationControllers
      simultaneously.
      b0a8f757
  8. Feb 21, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · 2f26f3fc
      Ruud Overeem authored
      Don't change clock when PVSS clock is the same as our internal clock-var.
      2f26f3fc
    • Ruud Overeem's avatar
      BugID: 1000 · fa3f9d38
      Ruud Overeem authored
      Modified fuzzy logic behind 'realHostname' function so it works also in
      production and on CEP machines.
      fa3f9d38
  9. Feb 19, 2007
    • Arthur Coolen's avatar
      BugID: 998 · 68450dd1
      Arthur Coolen authored
      Added Ring based points for autoload that aren't created by a controller atm.
      68450dd1
  10. Feb 16, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · c8069ef0
      Ruud Overeem authored
      Updated the controllers to work with the renewed QUIT messages.
      c8069ef0
    • Ruud Overeem's avatar
      BugID: 1000 · 3ba7ea70
      Ruud Overeem authored
      Made MACScheduler aware of state of ObservationControllers. The major state-
      changes are even passed to the SAS database.
      3ba7ea70
    • Ruud Overeem's avatar
      BugID: 1000 · ffecd636
      Ruud Overeem authored
      Replaced FINISH and FINISHED events with QUIT and QUITED events with exact
      the opposite direction. (by changing names one is sure you modify all code).
      This works a lot better.
      Extended the ParentControl class with a call that allows the maintask to
      report the state it is in. This is necc. when the main task changes state
      on its own.
      ffecd636
    • Ruud Overeem's avatar
      BugID: 1000 · 6c1f8a4a
      Ruud Overeem authored
      New function for quessing the presumed hostname when a stationname was
      given instead.
      6c1f8a4a
    • Ruud Overeem's avatar
      BugID: 1000 · 880a5aa4
      Ruud Overeem authored
      Update for changed CAL_protocol.
      880a5aa4
    • Ruud Overeem's avatar
      BugID: 1000 · 336d2666
      Ruud Overeem authored
      Updating OTB database (as a test).
      336d2666
    • Ruud Overeem's avatar
      BugID: 1000 · 5be47740
      Ruud Overeem authored
      When stationname is given iso hostname, the presumed hostname is calculated.
      5be47740
  11. Feb 07, 2007
  12. Feb 02, 2007
    • Ruud Overeem's avatar
      BugID: 1023 · 51675653
      Ruud Overeem authored
      In the 'setclock' and the 'RSUclear' commands a long sequence of commands is
      sent to the RSPboards. To deliver CEP the right number of samples in each
      second the RCU-enable command is only sent at even seconds. When the sequence
      reaches this point on an odd second the sequence is deferred for one second.
      Manually given RCU-commands are not delayed since they do not follow this
      sequence.
      51675653
  13. Jan 25, 2007
    • wierenga's avatar
      BugID: 1004 · b1dd7183
      wierenga authored
      Also get rid of unecessary log messages. Transition to write state should
      always be allowed.
      b1dd7183
    • wierenga's avatar
      BugID: 1004 · 0978bcc4
      wierenga authored
      Set the next time at which the periodic command should be executed.
      
      This is not as simple as doing command->setTimestamp(command->getTimestamp() + (long)command->getPeriod());
      because command->getTimestamp() returns the previous time at which the command
      was executed. In some cases (due to missed PPSes) the sum of the previous timestamp
      and the period will be in the past causing the periodic command to be logged as
      'late' from that point onwards.
      
      To correctly compute the next time at which a periodic command should execute, take
      the absolute current time and add the period, but make sure the periodic command
      continues to be executed on the grid defined by the period. E.g. if a command is
      executed every 4 seconds starting on second 1, so 1,5,9, etc and some PPSes are missed
      lets say PPS 10,11,12,13 (and current time is 13) then it should continue at time 17.
      0978bcc4
    • wierenga's avatar
      BugID: 1018 · 1f8459c5
      wierenga authored
      Fix wrong integration time when duration > 0.
      1f8459c5
    • wierenga's avatar
      BugID: 337 · daaff08e
      wierenga authored
      Implement RSPDriver.HBA_SERVER_ADDRESS_OFFSET configuration variable
      which determines the offset (from 0) of the first server address in the HBA tile.
      The server addresses must be contiguous and address the delay elements in the HBA
      in the same logical order on all tiles.
      daaff08e
  14. Jan 24, 2007
  15. Jan 23, 2007
    • Arthur Coolen's avatar
      BugID: 755 · 2d531991
      Arthur Coolen authored
      altered dpname
      2d531991
    • Arthur Coolen's avatar
      BugID:755 · 3fcdce18
      Arthur Coolen authored
      Changes to remove datapoint from the database and __enabled points, and to set initial points to __enabled
      3fcdce18
  16. Jan 18, 2007
    • wierenga's avatar
      BugID: 1009 · c58ae3f6
      wierenga authored
      Insert new rsupreclear_state to send RSUCLEAR to all RSP boards at the
      beginning of the initialization sequence before initializing the clock.
      c58ae3f6
    • wierenga's avatar
      BugID: 1001 · 9447a006
      wierenga authored
      Call to 'floor' was ambiguous, not anymore.
      9447a006
  17. Jan 17, 2007
  18. Jan 16, 2007
    • Arthur Coolen's avatar
      BugID: 604 · 771c9851
      Arthur Coolen authored
      Added warning that cretain code has a copy in the Navigator software, so when changed
      it should be changed in both places.
      771c9851
  19. Jan 12, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · 8d364ca0
      Ruud Overeem authored
      Did some reformatting while studing the sources. Nothing is changed yet.
      8d364ca0
  20. Jan 11, 2007
  21. Jan 10, 2007
  22. Jan 04, 2007
Loading