var fDesc=new Array(); fDesc[0] = "RMSControl is a driver that was especialy created for R256 Controller.
The R256 Controller was built in Microstepping Driver and operates from +12V to 40V. It also has a single 4 wire bus linking up to 16 stepper motors, 2.0 Amp Chopper (PWM) Driver and a stand alone operation with no connection to a PC and more. The R256 Controller does not work without the RMSControl software."; 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 = ''; } }