var fDesc=new Array(); fDesc[0] = "The Link500Plus software allows the 55x family of modules to communicate with a PC. The computer can be connected to the module either directly (P810), via a modem (RS232)* or via an RS485 link**.

The operator is then able to remotely control the module, starting or stopping the generator,selecting operating modes, etc. The various operating parameters (such as output volts, oil pressure, etc.) on the remote generator can also be viewed."; 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 = ''; } }