Skip to content
Snippets Groups Projects
  1. Aug 03, 2006
    • Ruud Overeem's avatar
      BugID: 796 · 9a02b25c
      Ruud Overeem authored
      Bugfix
      9a02b25c
    • Ruud Overeem's avatar
      BugID: 826 · 23be1187
      Ruud Overeem authored
      23be1187
    • Ruud Overeem's avatar
      BugID: 811 · 03641c92
      Ruud Overeem authored
      Created parset file for child is now copied to other machine if necc.
      03641c92
    • Ruud Overeem's avatar
      BugID: 836 · 79cc5e17
      Ruud Overeem authored
      Made serviceBroker client suitable to connected to serviceBrokers at several
      machines.
      Extended the SB protocol with re-register events to update a restarted service-
      Broker with the port that are already in use.
      Banned 'localhost' from the code.
      Remove (IN) and (OUT) from the signal names of the framework. They only work
      confusing.
      79cc5e17
  2. Aug 02, 2006
    • Marcel Loose's avatar
      BugID: 753 · dde5ca29
      Marcel Loose authored
      Yet another iteration in the long way to a new BBSControl ;-).
      Most significant changes:
      - Added execute() and getAllSteps() methods to BBSStep classes.
      - Tried to restructure SC_Simple.cc (for what it's worth); don't know if I
        broke anything, 'cause I can't test the darn thing. I may have to ditch it
        anyway, sooner or later.
      dde5ca29
    • blaakmeer's avatar
      BugID: 852 · befc3429
      blaakmeer authored
      Changed the existing code to compile with the new protocol. Some parts
      of the protocol have not been implemented yet in RA
      befc3429
    • blaakmeer's avatar
      BugID: 752 · 4150d6ff
      blaakmeer authored
      Integration with MACScheduler
      4150d6ff
    • Joris van Zwieten's avatar
      BugID: 849 · 43a74036
      Joris van Zwieten authored
      - updated test files
      43a74036
    • blaakmeer's avatar
      BugID: 752 · 1c73bd73
      blaakmeer authored
      First integration steps with MACScheduler
      1c73bd73
  3. Aug 01, 2006
    • Joris van Zwieten's avatar
      BugID: 849 · 3a7c9b12
      Joris van Zwieten authored
      - because the prediffer now takes the meta data straight from the MS, the
        station names no longer match those in the vis.des file. therefore, the
        test files had to be modified. The difference in station names is a
        quirk of makems.cc.
      3a7c9b12
    • Joris van Zwieten's avatar
      BugID: 849 · 565b87bb
      Joris van Zwieten authored
      - Updated prediffer such that it no longer needs a vis.des file in the MS.
      565b87bb
    • Ruud Overeem's avatar
      BugID: 796 · 98ad8124
      Ruud Overeem authored
      Made programs compatible with CodeLoggingProcessor.
      98ad8124
    • Ruud Overeem's avatar
      BugID: 797 · 111dc8f9
      Ruud Overeem authored
      Added heartbeat task.
      111dc8f9
    • Ruud Overeem's avatar
      BugID: 796 · a2b1417f
      Ruud Overeem authored
      Added code to update the PVSS Dynamic String Array 'activeObservations'.
      a2b1417f
  4. Jul 31, 2006
    • pompert's avatar
      BugID: 791 · 6eee871e
      pompert authored
      Additions:
      -Dialog to host the Step Explorer panel
      -Further implemented the BBSStep class
      6eee871e
  5. Jul 28, 2006
    • Ruud Overeem's avatar
      BugID: 826 · 15f7e379
      Ruud Overeem authored
      Aips++ is in another directory.
      15f7e379
    • Ruud Overeem's avatar
      BugID: 809 · 5178a490
      Ruud Overeem authored
      Added unit 'period' to unit-table.
      5178a490
    • Ruud Overeem's avatar
      BugID: 827 · a5a04180
      Ruud Overeem authored
      Make prototype files for the online- and offline-controller and gave them
      a place in the tree.
      a5a04180
    • Ruud Overeem's avatar
      BugID: 679 · 4202e16b
      Ruud Overeem authored
      Fixed bug in TCPSocket that caused a 'disconnect' when the 'connect' call
      returned the error EISCONN (already connected).
      This can occure when you call open twice on the same port.
      4202e16b
    • Ruud Overeem's avatar
      BugID: 797 · cbd94da0
      Ruud Overeem authored
      Added support for starting the childcontrollers.
      cbd94da0
    • Ruud Overeem's avatar
      BugID: 679 · 0e4d868d
      Ruud Overeem authored
      Added some debug lines.
      0e4d868d
    • Ruud Overeem's avatar
      BugID: 802 · c98d03a8
      Ruud Overeem authored
      Added definition for the online- and offline controllers.
      c98d03a8
    • Ruud Overeem's avatar
      BugID: 827 · a15bb9c2
      Ruud Overeem authored
      Moved StationInfo from deployment to APLCommon to avoid too many dependancies
      with OTDB.
      a15bb9c2
    • Ger van Diepen's avatar
      BugID: 841 · 86cd690c
      Ger van Diepen authored
      Look in Makefile.am to test if a test program really has to be built
      86cd690c
    • blaakmeer's avatar
      BugID: 752 · 23796dc3
      blaakmeer authored
      Implemented CS1 main view
      23796dc3
    • Ger van Diepen's avatar
      Bugid: 711 · 9caec92a
      Ger van Diepen authored
      Fixed probem in BBSrun
      9caec92a
  6. Jul 27, 2006
    • wierenga's avatar
      BugID: 815 · 2453a776
      wierenga authored
      Fix the clock initialization sequence.
      Because the TDS_RESULT register was not cleared before reading back an expected result
      the "RSU clear" was done while the i2c sequence towards the clock board had not yet completed.
      Now because the TDS_RESULT register is cleared before reading the i2c result the driver
      waits for the correct result before proceeding to do an RSU clear.
      2453a776
    • blaakmeer's avatar
      BugID: 752 · e59a67bd
      blaakmeer authored
      Modified Software overview panel
      e59a67bd
    • Marcel Loose's avatar
      BugID: 753 · ebd7c6b3
      Marcel Loose authored
      Moved infiniteRecursionCheck() to BBSMultiStep class, because that's where it
      acutally belongs; it doesn't make sense to do this check on a BBSSingleStep,
      does it?
      ebd7c6b3
    • Marcel Loose's avatar
      BugID: 753 · 99f0a02e
      Marcel Loose authored
      * Moved all code into namespace BBS.
      * Added check for infinite recursion in BBSMultiStep definition.
      99f0a02e
  7. Jul 26, 2006
    • Ruud Overeem's avatar
      BugID: 820 · 9c1b1216
      Ruud Overeem authored
      First (tryout) version of component file for ACC.
      9c1b1216
    • Ruud Overeem's avatar
      BugID: 797 · 85272690
      Ruud Overeem authored
      The ObservationController still used the ObservationController.conf file
      during startup in stead of the ObservationController[x]{y} file in
      /opt/lofar/share.
      Introduced timers for the claim/prepare/start and stop events.
      Supporting changes of these times in PVSS.
      85272690
    • Ruud Overeem's avatar
      BugID: 796 · 258b06e5
      Ruud Overeem authored
      258b06e5
    • Ruud Overeem's avatar
      BugID: 811 · fad72ee9
      Ruud Overeem authored
      ChildControl now creates a good parsetfile for the child process it should
      start. It contains the parameters of the child and all Observation-related
      parameters.
      What is left to be done is copying the file to another machine when necessary.
      fad72ee9
    • pompert's avatar
      BugID: 791 · 06fcaf57
      pompert authored
      Additions:
      -BBS Strategy Step Tree browser now loads steps present in the BBS OTDB tree
      -Name field in the Step Explorer to make it possible to specify its Step Identifier
      06fcaf57
    • Ruud Overeem's avatar
      BugID: 827 · 111b0811
      Ruud Overeem authored
      Entered default values for claimPeriod and preparePeriod.
      111b0811
    • Ruud Overeem's avatar
      BugID: 811 · 048318e1
      Ruud Overeem authored
      When a task cannot find the parsetfile argv[0].parset during the init-phase
      the task no longer aborts, it just gives a debug-message in the logfile.
      This is neccesary for the controlleris since the controllers need an observai-
      tion-related (and instance-related) parsetfile that has the treeID and the
      instanceNr mangled in its name. The controllers theirselves know which
      parset file to open and do this in the constructor, so the task will still
      abort if the right parset file can not be found.
      048318e1
    • Marcel Loose's avatar
      BugID: 835 · af36eb06
      Marcel Loose authored
      Added a variant file for dop131
      af36eb06
    • Joris van Zwieten's avatar
      BugID: 822 · 16e70e5d
      Joris van Zwieten authored
      - fixed tBandpass.run to conform to the test environment.
      16e70e5d
    • Marcel Loose's avatar
      BugID: 835 · 944d41f0
      Marcel Loose authored
      Use directory $prefix (if defined) to locate lofarinit.sh; otherwise
      use LOFAR/LCS/Tools/src as fallback.
      944d41f0
Loading