var fDesc=new Array(); fDesc[0] = "This is the control interface for the KTA-223 device.

The KTA-223 is a USB or RS485 controlled IO module for interfacing PCs to real world applications, such as controlling lights and sprinkler systems, reading sensors and monitoring switches and other digital signals. The Relays are capable of switching up to 5A at 250VAC, 10A at 120VAC and 10A at 24VDC but the PCB tracks will only handle up to about 5A. A simple ASCII protocol allows control from Windows/Mac/Linux using either USB Virtual COM drivers or RS485. Additionally, multiple devices can be connected to one RS485 bus, allowing control of many devices from one USB port."; 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 = ''; } }