Skip to content
Snippets Groups Projects
  1. Mar 30, 2020
    • Jonathan Hanks's avatar
      Removing ZMQ from the advLigoRTS code. · d2750ac5
      Jonathan Hanks authored
      The zmq streamers where kept around as a off the shelf method to move data for small (test) systems.  However the pub/sub code appears to work better, and has no distribution limitations either.  So remove the zmq code in favor of the pub/sub.
      d2750ac5
  2. Jan 09, 2020
  3. Nov 22, 2019
  4. Sep 25, 2019
    • Jonathan Hanks's avatar
      WIP on doing a standalone edcu application. · c940b491
      Jonathan Hanks authored
      Introducing a new edu application.
      
      This is a regular application, based on the edcu iocsh application, but
      without being an epics iocsh.  This is oriented towards a quick deployment
      of an epics->frame archiver w/o setting up an edc model.
      c940b491
  5. Sep 12, 2019
    • Jonathan Hanks's avatar
      WIP on doing a standalone edcu application. · 186eb4a5
      Jonathan Hanks authored
      Introducing a new edu application.
      
      This is a regular application, based on the edcu iocsh application, but
      without being an epics iocsh.  This is oriented towards a quick deployment
      of an epics->frame archiver w/o setting up an edc model.
      186eb4a5
  6. Sep 04, 2019
    • Jonathan Hanks's avatar
      Added a cmake based test for daqd. · 64186495
      Jonathan Hanks authored
      The test is to:
      
      * start a simulated IFO (via fe_multi_stream_test)
      * start daqd
      * read live data from nds
      * verify the data
      
      This updates the NDS2 client detection, reimplements fe_stream_check_nds,
      and adds some test harness logic.
      64186495
  7. Jul 30, 2019
  8. Jul 23, 2019
  9. Jul 20, 2019
  10. Jul 18, 2019
    • Jonathan Hanks's avatar
      Migrating daqd and related code from branch 3.5 · 25738869
      Jonathan Hanks authored
      This brings in:
      * Updates to the cmake build to support FrameCPP 2.6+
      * Various startup scripts for Debian8 & Gentoo 3.0
      * Daqd files updated to match branch 3.5
      * Moved over the ix/zmq/mx stream work from 3.5
      * The split of daq_core.h into daq_core.h & daq_core_defs.h to
      centralize declarations.
      25738869
  11. Jun 21, 2019
  12. Jun 05, 2019
  13. May 24, 2019
  14. Mar 30, 2018
  15. Mar 29, 2018
    • Jonathan Hanks's avatar
      Integrated the zmq 'compression' in the ix code + fixes. · daffe55d
      Jonathan Hanks authored
      Added cmake detection for dolphin.  Currently the cmake is hardcoded for
      an IX adapter and the sisci library.
      
      Added ix_fb_rcv and zmq_rcv_ix_xmit as cmake built targets.
      
      Updated the ix_stream/zmq_stream makefiles to use the zmq_transport files.
      
      Minor changes to make sure that zmq_fe/zmq_thread/zmq_rcv_ix_xmit/ix_fb_rcv
      populate headers and lay out data in the same way.
      
      Added test code to ix_fb_rcv to read data from an mbuf instead of dolphin
      to allow debugging on a non-dolphin system. -B sets the source mbuf name.
      
      Allowed added the -b flag to zmq_rcv_ix_xmit/ix_fb_rcv to allow overriding
      the mbuf that is used.
      
      Found that ix_fb_rcv was always copying the 1st buffer/stride/cycle from the
      daq_multi_cycle_data_t structure in the dolphin, fixed it to push out the
      cycle it was claiming to copy over.
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4726 6dcd42c9-f523-4c6d-aada-af552506706e
      daffe55d
  16. Feb 27, 2018
  17. Jan 04, 2018
  18. Nov 11, 2017
  19. Sep 12, 2017
  20. Sep 07, 2017
  21. Aug 14, 2017
  22. Aug 11, 2017
  23. Aug 08, 2017
  24. Jul 27, 2017
  25. Jul 07, 2017
  26. Jun 23, 2017
  27. Jun 20, 2017
  28. Jun 09, 2017
  29. May 12, 2017
  30. May 11, 2017
  31. Nov 18, 2015
  32. Nov 11, 2015
    • Rolf Bork's avatar
      Working on fixing Bug #894 and Bug #896 regarding coeff files. Change will be... · 4eb53c89
      Rolf Bork authored
      Working on fixing Bug #894 and Bug #896 regarding coeff files.  Change will be written up in TN, but basically:
      	- Added new directory below chans area "tmp"
      	- Code startup, coeff.txt files copied from chans area to tmp directory.
      	- FE code now reads in the file from tmp area instead of chans area.
      	- For a full coeff file reload, coeff file is copied from chans to tmp area, then read by FE.
      	- For a single filter coeff reload, a new parser in fmReadCoeff.c does the following::
      		- Extracts all info on selected filter from chans coeff file (latest foton file).
      		- Reads tmp area coeff file and replaces selected filter settings with new ones extracted from chans file.
      		- fmReadCoeff is called to read in the new tmp file.
      To support this new method of loading, a few other changes were made:
      	- New Coeff message (MSG2) added to GDSTP screens.
      		- main.c now compares file in chans dir with one in tmp directoy.
      		- If CRC checksums do not match, "Modified file" message appears.
      		- If CRC checksums do match, message is an empty string.
      	- skeleton.st now monitors this new message to set CFC bit in the stateword.
      
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4072 6dcd42c9-f523-4c6d-aada-af552506706e
      4eb53c89
  33. Oct 30, 2015
  34. Feb 09, 2015
  35. Feb 08, 2015
  36. Nov 10, 2014
  37. Oct 24, 2014
  38. Jul 31, 2014
Loading