- Mar 23, 2022
-
-
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
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.
-
- Feb 26, 2022
-
-
Erik von Reis authored
Fast ADCs were reading only one point per cycle. The ADC read loop limit was being reset to 1 for slow ADCs but not set back 1 for fast ADCs. the 4-value dropouts seen on h1ioplsc0 fast adc channels ought to be fixed by this change.
-
- Dec 01, 2021
-
-
Jonathan Hanks authored
RCG: Clear up all warning on slow control models Closes #318 See merge request cds/advligorts!278
-
Erik von Reis authored
Tweaking types to make sizes correct for epics See merge request erik.vonreis/advligorts!2
-
Jonathan Hanks authored
-
Jonathan Hanks authored
RCG: Remove html tags from all annotations See merge request cds/advligorts!279
-
Erik von Reis authored
-
Erik von Reis authored
Except <br/> tags are replaced with newlines.
-
Jonathan Hanks authored
RCG: fix out of order calculations, add order check Closes #325 See merge request cds/advligorts!276
- Nov 30, 2021
-
-
Erik von Reis authored
-