- Apr 01, 2022
-
-
Ezekiel Dohmen authored
Merge branch4.2 into master See merge request cds/advligorts!348
-
Ezekiel Dohmen authored
-
- Mar 24, 2022
-
-
Erik von Reis authored
The TrueRMS.pm part adds window sizes after the header \#endif in the MODEL.h... See merge request cds/advligorts!339
-
Ezekiel Dohmen authored
The TrueRMS.pm part adds window sizes after the header \#endif in the MODEL.h header. Moving endif print to right before the header file close so they are contained.
-
- 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
-
Erik von Reis authored
Adding better log messages when module is in verbose mode, removing extra shmem... Closes #386 See merge request cds/advligorts!336
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
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
-
-
Ezekiel Dohmen authored
Merging 4.2 into master Closes #369 and #332 See merge request cds/advligorts!332
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Ezekiel Dohmen 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
-