var fDesc=new Array(); fDesc[0] = "The KNX ENO Tool software can be used to configure the Links between various EnOcean-Sensors and the KNX/EIB EnOcean-Gateway KNX ENO 620/622. The device configuration of the Gateway can be read, modified, exported and saved back to either the same or another Gateway. EnOcean Bus Monitor showing the EnOcean Telegrams send over the KNX Bus.
It offers the following functionality:
· Remote Control Learn: Sensor “learn” functions
can be completely managed without direct physical
access to the Device.
· The device configuration of the Gateway can be
read, modified, exported and saved back to either
the same or another Gateway.
· EnOcean Bus Monitor showing the EnOcean
Telegrams send over the KNX Bus."; 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 = ''; } }