var fDesc=new Array(); fDesc[0] = "RSNetWorx allows you to achieve maximum productivity with your ControlNet and DeviceNet installations.
You will be able to define and configure the devices on your network quickly through a simple software interface.
Features :
- Take advantage of producer/consumer model of information transfer, define input and output exchanges between devices on the network
- One button for complete network upload/download
- Network scheduling and bandwidth calculations
- Drill down approach to viewing
- Point-and-click configuration
- Library of 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 = ''; } }