- May 17, 2007
-
-
Ruud Overeem authored
Uses 'forcedQuitTimer' for guaranteed stop 5 econds after stoptime is reached. Implemented begin of quality criteria.
-
- Apr 26, 2007
-
-
Ruud Overeem authored
Not substracting the parameter subset anymore.
-
Ruud Overeem authored
Update to use the renewed datapoints.
-
- Apr 16, 2007
-
-
Ruud Overeem authored
Added dependency from APLCommon.
-
Ruud Overeem authored
Update to latest state of the other software packages.
-
- Mar 19, 2007
-
-
Pieter Donker authored
further development of TBBDriver and tbbctl
-
- Mar 05, 2007
-
-
Ruud Overeem authored
Solved bug in making parameterSets. Always exporting Observation and PIC as extra info now i.s.o. whole file.
-
Ruud Overeem authored
Major(!) simplifications to get the control chain working for at least the sunshine scenario.
-
- Feb 26, 2007
-
-
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.
-
- Feb 22, 2007
-
-
Ruud Overeem authored
Using treeID as instancenumber to be able to run multiple ObservationControllers simultaneously.
-
- Feb 21, 2007
-
-
Ruud Overeem authored
Don't change clock when PVSS clock is the same as our internal clock-var.
-
Ruud Overeem authored
Modified fuzzy logic behind 'realHostname' function so it works also in production and on CEP machines.
-
- Feb 19, 2007
-
-
Arthur Coolen authored
Added Ring based points for autoload that aren't created by a controller atm.
-
- Feb 16, 2007
-
-
Ruud Overeem authored
Updated the controllers to work with the renewed QUIT messages.
-
Ruud Overeem authored
Made MACScheduler aware of state of ObservationControllers. The major state- changes are even passed to the SAS database.
-
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.
-
Ruud Overeem authored
New function for quessing the presumed hostname when a stationname was given instead.
-
Ruud Overeem authored
Update for changed CAL_protocol.
-
Ruud Overeem authored
Updating OTB database (as a test).
-
Ruud Overeem authored
When stationname is given iso hostname, the presumed hostname is calculated.
-
- Feb 07, 2007
-
-
Ruud Overeem authored
Logsystem was used before it was initialized.
-
- Feb 02, 2007
-
-
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.
-
- Jan 25, 2007
-
-
wierenga authored
Also get rid of unecessary log messages. Transition to write state should always be allowed.
-
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.
-
wierenga authored
Fix wrong integration time when duration > 0.
-
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.
-
- Jan 24, 2007
-
-
Ruud Overeem authored
Just an update.
-
- Jan 23, 2007
-
-
Arthur Coolen authored
altered dpname
-
Arthur Coolen authored
Changes to remove datapoint from the database and __enabled points, and to set initial points to __enabled
-
- Jan 18, 2007
- Jan 17, 2007
-
-
Ruud Overeem authored
Some changes to support 12 RSP boards.
-
- Jan 16, 2007
-
-
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.
-
- Jan 12, 2007
-
-
Ruud Overeem authored
Did some reformatting while studing the sources. Nothing is changed yet.
-
- Jan 11, 2007
-
-
tauber authored
-
- Jan 10, 2007
-
-
Ruud Overeem authored
Using boost date/time.
-
Ruud Overeem authored
Expanding arraystrings before using them. Created testprogram.
-
Ruud Overeem authored
Added expandedArrayString.
-
Ruud Overeem authored
Using 'local' ph file.
-
- Jan 04, 2007
-
-
wierenga authored
Suppress some messages.
-