We tried to acquire data from the seismometers and the mode cleaner using the Matlab function
datalist = NDS2_GetData({'C1:PEM-SEIS_GUR1_X_IN1_DQ'}, 996258376 , 10, CONFIG.nds.C)
and encountered the following error
Warning: daq_request_data failed
??? Error using ==> NDS2_GetData
Fatal Error getting channel data.
The same error was obtained with the following other channels
C1:PEM-SEIS_GUR2_X_IN1_DQ
C1:PEM-SEIS_STS_1_X_IN1_DQ
But we are able to get data from channel
C1:LSC-MC_OUT_DQ
for the same gps time.
We checked with Dataviewer that the data are saved (we viewed data of last 24h) for every channel. |