Never mind...I had forgotten that you have to run mdv_config every time you open matlab, not just every time you boot a computer.
I am not able to get channels using get_data from the mDV toolbox on Allegra, Megatron or Rosalba.
The error I get while running the "hello_world" test program is:
hello_world
setting up configuration...
added paths for nds
added paths for qscan
couldn't add path for matapps_SDE
couldn't add path for matapps_path
couldn't add path for framecache
couldn't add path for ligotools_matlab
added paths for home_pwd
fetching channels for C...
Warning: get_channel_list() failed.
??? Error using ==> NDS_GetChannels
Failed to get channel list.
Error in ==> fetch_nds at 47
eval(['CONFIG.chl.' server ' = NDS_GetChannels(ab);']);
Error in ==> get_data at 100
out = fetch_nds(channels,dtype,start_time,duration);
Error in ==> hello_world at 6
aa = get_data('C1:LSC-DARM_ERR', 'raw', gps('now - 1 hour'), 32); |