if ~keyword_set(recbase) then begin
mav_apid_swia_handler,/reset
recorder,recbase,port=2025,exec_proc='gseos_cmnblk_bhandler',destination='data/CMNBLK_YYYYMMDD_hhmmss.dat'
exec,tplotbase, exec_text=["tplot,verbose=0,wshow=0,trange=systime(1)+[-.9,.1] * 60 * 1",'timebar,systime(1)']
dprint,recbase,tplotbase,/phelp
endif
pathname = 'maven/dpu/prelaunch/FM/20121118_045846_FM_DayInLife5/commonBlock_20121118_045846_FM_DayInLife5.dat'
if keyword_set(pathname) or keyword_set(file) then begin
starttime = systime(1)
recorder,recbase,get_procbutton=proc_on,set_procbutton=0,get_filename=rtfile
store_data,'*',/clear
mav_apid_swia_handler,/reset
mav_gse_cmnblk_file_read,realtime=realtime,pathname=pathname
recorder,recbase,set_procbutton=proc_on
dprint,'Done in ',systime(1)-starttime,' seconds'
endif
end