Skip to content
Snippets Groups Projects
  1. Jul 14, 2020
  2. Jul 01, 2020
    • Rolf Bork's avatar
      - Some RCG compile option cleanup. · d7d1efc8
      Rolf Bork authored
      - Added daq_prefix option for Parameter block.  This allows proper
        creation of GDSTP screen DAQ info for systems that do not connect
        to the standard DAQ-DC0.
      d7d1efc8
  3. Jun 12, 2020
    • Rolf Bork's avatar
      Extensive changes to code variable names in the RCG code. · b1b26272
      Rolf Bork authored
      From the user perspective, key changes are in the model Parameter block settings:
      - An IOP model should now be designaeted with iop_model=1
      	- Previously set by adcMaster=1
      - A user control application should have the adcSlave=1 parameter removed.
      	- If iop_model=1 is not in the Parameter block, then RCG assumes
      	  this is a user control application model.
      - IOP models that send/rcv timing over the Dolphin network
      	- The transmitter model Parameter block needs dolphin_time_xmit=1
      	- A recevier IOP model Parameter block needs dolphin_time_rcvr=1
      b1b26272
  4. May 11, 2020
  5. May 04, 2020
  6. Apr 30, 2020
    • Rolf Bork's avatar
      Bug fix advligorts issue #9. · d7a817a5
      Rolf Bork authored
      1) For now, the RCG will accept either ifo= or site=, eg ifo=X2 or site=X2 to designate the IFO in the cdsParameter block. This
          obviates the need for immediate changes to present Matlab control models. All new models, and eventually all old models,
          should use the ifo= designator as the site= designator will be deprecated in a TBD future release.
      2) At compile time, if a model still contains the site= designator, a warning message will be written to alert user to change to ifo=.
           This is simply a warning for now.
      3) I have gone thru all the RCG Perl code to change site to ifo, where appropriate.  I think things are consistent now ie site is a
           location eg lho, llo, lao, etc. and ifo is the IFO designator eg ifo=H1, L1, A1, etc.
      d7a817a5
  7. Apr 29, 2020
    • Rolf Bork's avatar
      Bug fix for issue #94 - Code not checking ADC auto calibration pass/fail. · 820612d9
      Rolf Bork authored
      - Added check in ADC initialization code.
      - Passed back as a new ADC status bit (3)
      - Added status bit to GDS_TP screen ADC status
      - Since difficult to remember what bits mean, ADC status bit info
        added with labels to the auto generated MONITOR_ADC screens.
      - Note that this bit is only reported by IOP models.
      820612d9
  8. Apr 27, 2020
    • Rolf Bork's avatar
      Additional changes for running on standalone computer without I/O modules: · e65187bd
      Rolf Bork authored
      IOP: setting virtualiop=1 will force all IPCs defined in the model to
      	become SHMEM type regardless of model definintion.
      USER APP: setting use_shm_ipc=1 will force all IPCs defined in the model to
              become SHMEM type regardless of model definintion.
      See README file in advligorts/src/fe directory for fulldetails of
      Parameter block options.
      e65187bd
  9. Jan 13, 2020
  10. Nov 07, 2019
  11. Jul 12, 2019
  12. Jun 21, 2019
  13. Jun 13, 2019
  14. Jun 07, 2019
  15. May 24, 2019
  16. Sep 13, 2018
  17. Aug 30, 2018
  18. Jul 20, 2018
  19. Jan 18, 2018
  20. Jan 04, 2018
  21. Feb 01, 2017
  22. Jan 30, 2017
  23. Mar 01, 2016
  24. Nov 18, 2015
  25. 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
  26. Jun 30, 2015
  27. Mar 13, 2015
  28. Mar 10, 2015
  29. Dec 04, 2014
  30. Aug 04, 2014
  31. Jul 29, 2014
  32. Jul 25, 2014
  33. Jul 22, 2014
  34. Jul 17, 2014
  35. Jul 11, 2014
  36. Jun 26, 2014
  37. May 27, 2014
  38. Aug 14, 2013
  39. Jul 30, 2013
Loading