var fDesc=new Array(); fDesc[0] = "Zelio Soft software for Zelio Logic smart relays (SR2/ SR3). Includes programming software, self-training module, application library, and technical instructions.

Real programming using FBD (Functional Block Diagram) function block or contact language (LADDER)
Detection of any programming errors with its coherence test function
Simulation and monitoring modes: test the programme in real time, with or without the smart relay connected to the PC
Supervision windows: enables viewing of the I/O states of the smart relay in your application environment
Downloading and uploading of programmes
Edition of personalised files
Automatic compilation of programmes"; 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 = ''; } }