var fDesc=new Array(); fDesc[0] = "ISAX Modbus ActiveX provides communication with PLCs, instruments and many other devices which can act as standard Modbus RTU slave stations. The control can execute Function Codes nr. 1, 2, 3, 4, 5, 6, 7, 15, 16 of Modbus RTU specifications.

Communication can be direct or multidrop.ISAX Modbus is the best low cost solution to build up your own supervisoring application using the platform you prefere (Office, VB, VC++, etc.)."; 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 = ''; } }