- Mar 20, 2018
-
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4703 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
This code essentially converts DAQ data as sent by FE models to shared memory into new daq_multi_cycle data type in local shared memory. Intended use is as DAQ for standalone computers and common interface for DAQ networking software using ZeroMQ, Dolphin, MX, etc. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4702 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 16, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4700 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4699 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4695 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 12, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4694 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
Took out entire message CRC checks, which should be fixed and reinserted at some point. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4693 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
Some fixes to ix_dc_xmit for cycle data size. Now funtional with a ZMQ receiver writing shared memory. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4692 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 09, 2018
-
-
Rolf Bork authored
Modified cycle_block_size to align to 8 byte boundary, required upstream for sending data via Dolphin. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4691 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 08, 2018
-
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4690 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4689 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4688 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4687 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4686 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
When run on gcc 4.4 the zmq_recv process would segfault on the construction of the zmq receiving object. This is a rewrite of that code back to C in hopes that that cleared up an issue specific to gcc 4.4. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4685 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 27, 2018
-
-
Jonathan Hanks authored
At least for testing purposes we need zmq_recv to build on gcc 4.4, so make it work on the older gcc. The code still requires c++0x/c++11 but adds a work around for std::atomic not being available. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4684 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 24, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4683 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
- Send CRC from DC to NDS/FB computers for data verification. - Needed 8 byte alignment to multi_cycle data for proper xmission on Dolphin. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4682 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
Added CRC calculation to dc_xmit, which is compared at dc_fb_rcv. Moved heartbeat location of ix_multi_stream to ix_rcv_threads. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4681 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
Next step is clean up and test. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4680 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 23, 2018
-
-
Jonathan Hanks authored
zmq_recv was not passing the data crc through, fix that. producer_shmem needed to stop using an old rmIpc structure that no longer applies. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4679 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
Added debug output to: daqd_shmem fe_stream_test zmq_multi_stream zmq_dc_recv/zmq_recv to show config & data crc values on the output streams. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4678 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 21, 2018
-
-
Rolf Bork authored
Still a work in progress. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4676 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 20, 2018
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4675 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4673 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4672 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4671 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4670 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 19, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4669 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4668 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 16, 2018
-
-
Rolf Bork authored
Had to put back the DIO definitions to allow user space code to build if user app has a DIO card defined. In user space, code can not actually get to DIO cards in this direct fashion, so will need to be changed later. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4667 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 15, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4666 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 13, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4663 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4662 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
which may make it easier to use CDS Linux patch for later releases of Linux. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4661 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 12, 2018
-
-
Jonathan Hanks authored
The daqd_shmem had been overwriting TP data with regular data from the next dcu. Advance the destination pointer the proper length to not overwrite test points. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4660 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
Copying test point data out from the shmem buffer into the move buffer. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4659 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4658 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 09, 2018
-
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4657 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4656 6dcd42c9-f523-4c6d-aada-af552506706e
-