var fDesc=new Array(); fDesc[0] = "The generic IODD interpreter DTM is used to integrate all IO-Link devices into PLC vendors’ engineering tools which support the FDT interface. It can also be used with all stand alone FDT Containers.

Install the DTM and define a folder where all your IODDs (I/O Device Description) are stored. After having started your engineering tool please actualize the DTM catalog of your tool. After that all of the IODDs stored in the defined folder appear as devices in the catalog."; 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 = ''; } }