var fDesc=new Array(); fDesc[0] = "This program can be used for the configuration of optoNCDT 1402 devices. 1402 is a laser sensor for the measurement of displacement, distance, and position. This application can scan all the compatible devices connected to your PC/network via RS232/RS422, TCP/IP, IF2008, and IF2004 interfaces and connect them to this program.

ILD1402 Tool can extract data from optoNCDT 1402 and plot in a graph. You can also export data into CSV and MATLAB file formats."; 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 = ''; } }