var fDesc=new Array(); fDesc[0] = "OM Link is a software application designed for easy setting, control, firmware upgrade of instruments and transducers and visualisation of the measuring process.
Majority of microcontroller based ORBIT MERRET instruments have got OM Link interface as standard equipment free of charge.
OML cable is necessary for connecting to PC (version USB or RS232).

Main Features :

- Reading out and archiving measured values
- Remote setting and archiving of the setting
- Upload firmware of OM instruments"; 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 = ''; } }