var fDesc=new Array(); fDesc[0] = "3Dmicro Toolkit is a NI LabVIEW Add-on to program and interface with 32-bit PIC® microcontrollers using LabVIEW graphical programming.

3Dmicro Toolkit helps you reduce developing time for embedded applications both for educational and industrial projects. With 3Dmicro Toolkit you can design and develop complex embedded applications on 32-bit PIC® microcontrollers using both standard LabVIEW and PIC32 specific 3Dmicro Toolkit palettes: quickly read digital and analog signals, implement logics and simple signal processing, communicate with other 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 = ''; } }