var fDesc=new Array(); fDesc[0] = "GUI Composer is an executable and source GUI that allows you to add your own widgets and variables. This program instruments the existing variables in any MotorWare InstaSPIN-FOC or InstaSPIN-MOTION project, meaning you can recompile the .out to add your own settings and other system code.

Features:
- Uses the variable structures of MotorWare, common variables already attached to widgets for instrumentation;
- Use with any InstaSPIN-enabled hardware (TMDSCNCD28069MISO, TMDSCNCD28054MISO, TMDSCNCD28027F, LAUNCHXL-F28027F, or your custom Piccolo board) and a .out built using MotorWare."; 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 = ''; } }