As of RCG version 2.1, recorded channels use the suffix "_DQ", instead of "_DAQ". I just rebuilt and installed the c1lsc model, which changed the channel names, therefore hosing the old daq channel ini file. Here's what I did, and how I fixed it:
$ ssh c1lsc
$ cd /opt/rtcds/caltech/c1/core/trunk
$ make c1lsc
$ make install-c1lsc
$ cd /opt/rtcds/caltech/c1/scripts
$ ./startc1lsc
$ cd /opt/rtcds/caltech/c1/chans/daq
$ cat archive/C1LSC_110517_152411.ini | sed "s/_DAQ/_DQ/g" >C1LSC.ini
$ telnet fb 8087
daqd> shutdown
|