var fDesc=new Array(); fDesc[0] = "The PM100USB comes with an utility software that easily enables remotely operating the PM100USB and visualizing and logging measurement data. The software is written in LabVIEW 8.5.1 and can either be installed from the data carrier as executable where LabVIEW isn‟t required on the PC; or can be run with LabVIEW 8.5.1 or higher.
The source code of the application is included on the data carrier and can be used to build own applications or to modify the utility program to specific requirements.
The PM100 utility software does not require the installation of the instrument drivers that are described under 6.2.
After launching the PM100 utility program it will automatically screen for connected PM100 series devices. Select the desired device and press o.k. In case that the connected PM100USB is not yet recognized, press Rescan to perform a new search for connected PM100 devices."; 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 = ''; } }