Skip to content
Snippets Groups Projects
  1. Jul 14, 2020
  2. 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
  3. 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
  4. Jun 12, 2019
  5. Aug 30, 2018
Loading