var fDesc=new Array(); fDesc[0] = "DaqView allows you to verify signal connections, acquire and save data to disk, and graphically view real-time data within moments of taking your IOtech hardware Out-of-the-Box. Easily set up all of your hardware, acquisition, and display parameters without programming via a simple spreadsheet-style screen. DaqView is a full-featured acquisition and display application that provides all the functionality you’ll need for most data-logging applications.

DaqView includes real-time export to Microsoft® Excel® as well as increased charts/scope capabilities and time-domain analysis. DaqView also includes frequency-domain analysis, digital filtering, and spectrum analysis."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }