- Apr 01, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
seed in order to re-run with the same RNG, also initializing the RNG with a tsc based seen by default. Updating some language around seeding the noise part.
-
- Mar 23, 2022
-
-
Ezekiel Dohmen authored
startup sequencer: delay units now delay during shutdown See merge request cds/advligorts!337
-
Erik von Reis authored
delay units now delay some amount during shutdown. the delay during shutdown is configured as a separate value from the startup delay
-
Ezekiel Dohmen authored
RCG: cherry pick two items from master into branch-4.2 See merge request cds/advligorts!335
-
Erik von Reis authored
Previous code assumed link was top-level, dropping any part of the reference after the second slash. This led to a link to the wrong subsystem. Improved error message when linked subsystem is not found in library. Note that the search code doesn't verify the full path of the link. If there were another part of the same name but with different parent subsystems, the RCG would happily link to that instead. This problem is *not* fixed by this patch.
-
Erik von Reis authored
$bdroot is a reference to the current mdl file. It's used only in newer (>=2017) matlab versions. post process script changed to replace $bdroot with current file name, rather than truncated system name. Also, a single typo was fixed.
-
Ezekiel Dohmen authored
rcgtest: Added some more types to ignore during calculation See merge request cds/advligorts!334
- Mar 22, 2022
-
-
Erik von Reis authored
Cherry picked from master
-
- Mar 21, 2022
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
Six channels are created by the EDCU. Only three were sent to both EPICS and the data stream. * Update the standalone_edcu to export the UPTIME, GPS, and DATA_RATE_KB_PER_S values in EPICS as well. * Minor formatting changes as per clang-format run. Closes #332
-
Jonathan Hanks authored
Adding error message and catching some errors instead of letting the program segfault See merge request cds/advligorts!330
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
awgtpman: shore up synchronization with IOP See merge request cds/advligorts!329
-
Erik von Reis authored
When waiting for testpoint manager to load.
-
Ezekiel Dohmen authored
Automatically trigger burt restore when a snap file is loaded. See merge request cds/advligorts!328
-
Erik von Reis authored
-
Erik von Reis authored
Several steps were taken to shore up synchronization of awgtpman to the IOP. These steps do not directly address the crash in issue in #377, but by blocking execution until the model is fully running, they may prevent the crash from ever happening. 1. Ignore negative card counts from the IOP. This obviously indicates the IOP isn't loaded. 2. Block execution of a seemlingly loaded IOP until cycle counter is seen to change. The cycle counter doesn't start updating until the IOP is fully loaded. 3. Allow up to a minute for an IOP to fully load, then exit nicely.
-
Erik von Reis authored
-
- Mar 19, 2022
-
-
Erik von Reis authored
Changed from using an environment variable to using a function interface for setting sdf_file_loaded
-
Erik von Reis authored
This bypasses the frustrating cases where a snap file (particularly safe.snap) doesn't set the right BURT_RESTORE variable.
-
- Mar 18, 2022
-
-
Erik von Reis authored
changing var to match the expected argument to gainRamp See merge request cds/advligorts!326
-
Ezekiel Dohmen authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Ezekiel Dohmen authored
RCG: some $target/chans directories if needed See merge request cds/advligorts!324
-
Erik von Reis authored
Create chans/ipc/<IFO>.ipc if missing during build Create chans/tmp if missing during installation
-
Ezekiel Dohmen authored
RCG: Modify default safe.snap to include DAC kill bypass time See merge request cds/advligorts!323
-
Erik von Reis authored
Also, change defaults for DACKILL_PANIC variables to NORMAL, and BPTIME variables to 600 sec.
-
- Mar 17, 2022
-
-
Erik von Reis authored
Backport of MR !320 !319 !316, updates to the slow controls SDF to not constrain monitored PVs to a specific prefix See merge request cds/advligorts!322
-
-
-
Jonathan Hanks authored
* Remove the prefix from the parsing of the req file. * Add a target to build the sequencer to the cmake, for testing purposes. Closes #369
-
Ezekiel Dohmen authored
awgtpman: removal of old build flags that broak setting testpoints See merge request cds/advligorts!321
-
Erik von Reis authored
We'd dropped an old build flag that was used to determine the element element size for test point numbers. The testpoint size reverted from 4 bytes to t2, but only in the RPC definition. As a result, only the first value in an RPC array of testpoints was in the correct position. Only one testpoint could be specified correctly per test. I've checked the rest of the code to make sure this was the only remaining use of the build flags.
-