- Aug 14, 2021
-
-
Jonathan Hanks authored
Changes to fe_simulation and awgtpman to allow arbitrary excitations on simulated front ends. See merge request cds/advligorts!245
-
- Aug 13, 2021
-
-
Erik von Reis authored
Merge branch 'awgtpman_use_shmem' of ssh://git.ligo.org/erik.vonreis/advligorts into awgtpman_use_shmem
-
Erik von Reis authored
awgtpman: close shmems on exit.
-
-
Rolf Bork authored
IOP decimation filtering and data passing to app models. Fixed the errant calls and switched out filter coeffs (still tempory waiting on final 8x downsample filter design).
-
- Aug 11, 2021
- Aug 10, 2021
-
-
Rolf Bork authored
names of supported IO cards for use by print message tasks, such as print_io_info().
-
- Aug 06, 2021
-
-
Rolf Bork authored
-
- Aug 05, 2021
- Aug 04, 2021
-
-
Rolf Bork authored
available with new PCIe timing card firmware.
-
- Aug 03, 2021
-
-
Rolf Bork authored
Works with older PCIe card firmware, but now need to modify for latest firmware (gpstime read as a single 64bit word).
-
- Aug 02, 2021
-
-
Jonathan Hanks authored
Compressed cps See merge request cds/advligorts!204
-
Jonathan Hanks authored
* Removed unneeded zlib dependency * Renamed zlib to zstd in tests to reflect the change of the pub_sub library to use zstd.
-
Jonathan Hanks authored
Updates test_pub_sub_xmit_recv_zlib.sh to use fe_simulted_streams.
-
Jonathan Hanks authored
Reworking tests and api to be compatible.
-
Jonathan Hanks authored
-
Jonathan Hanks authored
Added a unit test for the zlib compression. Moved the zlib.hh to zlib_common.hh.
-
Jonathan Hanks authored
Removing commented debug code from the DeflateStream and added some comments.
-
Jonathan Hanks authored
Added a zlib:// transport which is placed as a filter before the pub/recv. ex: zlib://tcp://127.0.0.1:9000.
-
Jonathan Hanks authored
Dataviewer removed. Moved into its own project cds/dataviewer. See merge request cds/advligorts!243
-
- Aug 01, 2021
- Jul 30, 2021
-
-
Rolf Bork authored
now checks card count by type using new card_count array in CDS_HARDWARE struct type. Still need to update user space code.
-
- Jul 29, 2021
-
-
Rolf Bork authored
Bug fix 249 continiued: Added card_count[] array to CDS_HARDWARE type. Idea is to get rid of all the individial card type counter variables in favor of a single array that has count for each type of io card. Index is card type,as defined at start of header file. Presently, code is working with new array, but now need to remove old counters.
-
Erik von Reis authored
-
Erik von Reis authored
-
Rolf Bork authored
-
Rolf Bork authored
-
- Jul 27, 2021
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
fe_simulation_awg: channels now start at 0 instead of 40000 to work with normal AWG excitation types.
-
Rolf Bork authored
if pci_red_config fails. Fault causes IOP to exit and add message to syslog as to faulty card and slot number.
-
Erik von Reis authored
fe_simulated_streams modified to open and close testpoints dyanmically. A new "AwgGenerator" type copies excitation data from awg to the daq.
-
- Jul 26, 2021
-
-
Erik von Reis authored
Legacy <model-name> shared memory added
-
- Jul 25, 2021
-
-
Erik von Reis authored
The default, 'mbuf', uses the mbuf kernel module. This is the type of shared memory used in LIGO production. 'shm' configures awg to use POSIX shared memory, a userspace shared memory that is more portable.
-
- Jul 20, 2021
-
-
Erik von Reis authored
Minor change to downsample coefficient comments in controller.h See merge request cds/advligorts!244
-
Jonathan Hanks authored
* Jeff K. requested the DCC document link to help find thoughts behind the coefficients.
-
Jonathan Hanks authored
* Change a #if 0 to a comment. The '#if 0' instead of a comment had caused a minor bit of confusion to a user in finding the actual filter values used.
-