var fDesc=new Array(); fDesc[0] = "An Open Source protocol component available now with a clear user interface. Don´t waste your money and time on trying to communicate with your DLMS device. With Gurux DLMS Director you can easily build an Automatic Meter Reading system (AMR) to meet your needs, even if you are not an expert on DLMS/COSEM protocol. Gurux DLMS Director is designed to simplify communication with DLMS/COSEM devices. DLMS (Device Language Message Specification) is a widely used standard (IEC 62056) in electronic meters and devices. For example, many electricity meters run on DLMS.
Currently Gurux DLMS Director supports connection types
-TCP/IP
- Serial port
-Terminal"; 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 = ''; } }