- Feb 16, 2007
-
-
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.
-
wierenga authored
Added #ifdef to #define-out soem TD initialization code for testing purposes.
-
wierenga authored
LED works now, communication to HBA tile doesn't work yet.
-
wierenga authored
Show correct log message.
-
Ruud Overeem authored
Starting RSPDriver with nice. Preventing root to change runlevels.
-
wierenga authored
Fix false negative (FAILED report) when reconfiguring AP with new image.
-
- Dec 26, 2006
-
-
Ruud Overeem authored
New utility for easy starting and stopping LOFAR programs.
-
Ruud Overeem authored
Modification for better support of the PVSS database.
-
- Dec 21, 2006
-
-
wierenga authored
First complete implementation of new specification for LANE output settings. Needs testing.
-
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.
-
wierenga authored
Add timeout to time_pps_fetch call to prevent lock-up when PPS is not connected on serial port /dev/pps0
-
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.
-
- Dec 18, 2006
-
-
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.
-
Ruud Overeem authored
-
- Dec 16, 2006
-
-
Ruud Overeem authored
Extended PVSS propertySet with a couple of fields.
-