var fDesc=new Array(); fDesc[0] = "As the previous version (Toolbox) also the version .NET provides firmware upgrade capabilities and data transfer stored in internal instrument memory to a PC. The Toolbox .NET is based on Microsoft .NET Framework and will operate with all Raytech products (so far the instrument is capable)
It is free of charge und unlimited in use. Download and convert saved test results in text format, or MS Excel format of all raytech measuring instruments (so far the instrument is capable) Firmware upgrade with a direct link to the latest firmware on the internet for instruments like: TR-Spy Mark II und TR-MARK II R"; 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 = ''; } }