- Jul 14, 2020
- Jul 01, 2020
-
-
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.
-
- Jun 12, 2020
-
-
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
-
- May 11, 2020
-
-
Rolf Bork authored
data from IOP via shared memory.
-
- May 04, 2020
-
-
Rolf Bork authored
and standard ADC at 64kHz within the same I/O chassis.
-
- Apr 30, 2020
-
-
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.
-
- Apr 29, 2020
-
-
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.
-
- Apr 27, 2020
-
-
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.
-
- Jan 13, 2020
-
-
Rolf Bork authored
-
- Nov 07, 2019
-
-
Rolf Bork authored
-
- Jul 12, 2019
-
-
Rolf Bork authored
- Removed Duotone info, as not available to Cymac - Changed DAC error flag to not produce error if DAC FIFO empty (Normal for Cymac)
-
- Jun 21, 2019
-
-
Rolf Bork authored
Removed ezca.h from skeleton.st. Update to GDSTP MEDM screen generation code.
-
- Jun 13, 2019
-
-
Rolf Bork authored
-
- Jun 07, 2019
-
-
Rolf Bork authored
-
- May 24, 2019
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4959 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Sep 13, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4814 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Aug 30, 2018
-
-
Rolf Bork authored
as part of /proc removal from RCG realtime code. This is a work in progress. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4804 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 20, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4796 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jan 18, 2018
-
-
Rolf Bork authored
Increased real-time code optimization from O to O3. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4636 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jan 04, 2018
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4626 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 01, 2017
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4307 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jan 30, 2017
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4302 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 01, 2016
-
-
Rolf Bork authored
Bug fix. The xterm command for filter coeff file diffs needed to be sent to background. Otherwise, MEDM updates stop until xterm is closed. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4139 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Nov 18, 2015
-
-
Rolf Bork authored
- Added creation of a diff file (Foton vs Loaded coeffs). - Added 'Diff' button on GDS_TP screen to present xterm with list of diffs. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4077 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Nov 11, 2015
-
-
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
-
- Jun 30, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4029 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 13, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3976 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 10, 2015
-
-
Rolf Bork authored
Primary updates: - GDSTP screen now points to SDF_TABLE.adl instead of SDF_RESTORE.adl - SDF_TABLE now includes individual revert, accept, flip monitor flag entries for each item in table. - SDF_TABLE page up/down and wildcard entry for sorting. Code still requires further cleanup and testing before release. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3972 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Dec 04, 2014
-
-
Rolf Bork authored
Bug Fix (505): Added warning bit (10) to STATEWORD, set whenever coeff or daq configuration files have changed. Fix was also made to branch-2.9. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3879 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Aug 04, 2014
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3779 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 29, 2014
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3768 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 25, 2014
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3758 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 22, 2014
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3753 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 17, 2014
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3737 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 11, 2014
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3716 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 26, 2014
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3699 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 27, 2014
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3666 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Aug 14, 2013
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3447 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 30, 2013
-
-
Rolf Bork authored
Bug fix - bug number 477. Auto-generated DAC Monitor screens not properly generated when both 16bit and 18bit DAC cards in a model. Cause was that supporting MEDM generation perl modules were not used correct DAC number index to write screen files, causing generation of 16bit and 18bit screens by the same name. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3428 6dcd42c9-f523-4c6d-aada-af552506706e
-