Skip to content
Snippets Groups Projects
  1. Feb 16, 2007
    • 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
  2. Feb 07, 2007
  3. 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
  4. 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
  5. Jan 24, 2007
  6. 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
  7. 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
  8. Jan 17, 2007
  9. 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
  10. 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
  11. Jan 11, 2007
  12. Jan 10, 2007
  13. Jan 04, 2007
    • wierenga's avatar
      BugID: 1001 · d38ea37b
      wierenga authored
      Suppress some messages.
      d38ea37b
    • wierenga's avatar
      BugID: 1001 · 5d67a115
      wierenga authored
      Added #ifdef to #define-out soem TD initialization code for testing purposes.
      5d67a115
    • wierenga's avatar
      BugID: 1001 · ae5956ef
      wierenga authored
      Prepare for MAC-RTC-6_2 release.
      ae5956ef
    • wierenga's avatar
      BugID: 337 · a8818e75
      wierenga authored
      LED works now, communication to HBA tile doesn't work yet.
      a8818e75
    • wierenga's avatar
      BugID: 985 · 450bd19a
      wierenga authored
      Show correct log message.
      450bd19a
    • Ruud Overeem's avatar
      BugID: 827 · 866863da
      Ruud Overeem authored
      Starting RSPDriver with nice.
      Preventing root to change runlevels.
      866863da
    • wierenga's avatar
      Bugid:884 · 0b8deded
      wierenga authored
      Fix false negative (FAILED report) when reconfiguring AP with new image.
      0b8deded
  14. Dec 26, 2006
    • Ruud Overeem's avatar
      BugID: 679 · 63ee05bf
      Ruud Overeem authored
      New utility for easy starting and stopping LOFAR programs.
      63ee05bf
    • Ruud Overeem's avatar
      BugID: 679 · 3e151cd3
      Ruud Overeem authored
      Modification for better support of the PVSS database.
      3e151cd3
  15. Dec 21, 2006
    • wierenga's avatar
      BugID: 985 · e7b79aa7
      wierenga authored
      First complete implementation of new specification for LANE output settings.
      Needs testing.
      e7b79aa7
    • wierenga's avatar
      BugID: 337 · ff91fd6d
      wierenga authored
      New config variable to ignore errors in HBA communication. When HBA_IGNORE_RESULT is
      set to 1 then when the returned i2c result does not match the expected result this
      is silently ignored. This is mainly used for testing.
      ff91fd6d
    • wierenga's avatar
      BugID: 999 · 6381c1d5
      wierenga authored
      Add timeout to time_pps_fetch call to prevent lock-up when PPS is not connected
      on serial port /dev/pps0
      6381c1d5
    • wierenga's avatar
      BugID: 337 · beeb7839
      wierenga authored
      Tuning of delays (PROTOCOL_C_WAIT) to try to get HBA communication via i2c working
      towards the HBA tile. So far without success.
      beeb7839
  16. Dec 18, 2006
    • Marcel Loose's avatar
      BugID: 686 · ab4dc7bb
      Marcel Loose authored
      Indirect package dependencies will now be derived by inspecting the contents
      of the directory config/<pkg-name> in the install directory for all packages
      mentioned in the current configure.in file.
      ab4dc7bb
    • Ruud Overeem's avatar
      BugID: 800 · 77b5357f
      Ruud Overeem authored
      77b5357f
  17. Dec 16, 2006
    • Ruud Overeem's avatar
      BugID:800 · f070317c
      Ruud Overeem authored
      Extended PVSS propertySet with a couple of fields.
      f070317c
Loading