var fDesc=new Array(); fDesc[0] = "The Loggy Soft program is used for service of data loggers SRD-99 type. It enables the visualization, archiving and printing of measurements (e.g. temperature, humidity, pressure) stored in SRD-99-type device memory.
Work with SRD-99-type devices takes place through an RS-485 serial interface or flash-disk devices plugged into USB port. Connecting a network of units to a serial port (RS-232) or USB port of a PC is possible thanks
to a converter (RS-485 to RS-232 or RS-485 to USB) produced by SIMEX."; 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 = ''; } }