var fDesc=new Array(); fDesc[0] = "The ifm OPC server software provides a software interface which standardises the data from the ifm electronic diagnostic electronics VSE and the Multicode Reader for integration into a higher level system.
The software licenses are divided into four levels and are dependant on the number of networked units.
Different OPC client programmes process the available OPC data enabling a wide variety of user scenarios.
Using the diagnostic electronics VSE it is possible to export and describe vibration characteristics and monitoring parameters, previously set using a configuration software, such as switch points, trigger and speed signals.
For the Multicode Reader the OPC server also offers standardized access to decoded reading results and various parameters."; 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 = ''; } }