var fDesc=new Array(); fDesc[0] = "Visual Logic Programmer is a synonym for easy programming and configuring of PLC. It makes the creation of diagrams of the process easy by choosing the functions and their connection into a functional scheme. It shows execution of algorithm on PLC visually and its testing in real time.

Visual Logic Programmer is completely compatible with IEC 61131-3 FBD standard. It is easy to use and very intuitive. In addition, it possesses standard functions for editing, drag and drop, copy, paste, auto routing, easy uploading of the program to the product, and turn to online mode. Very important characteristic of this product is that it also has PLC emulator within its range, so the development and testing can be executed without possessing the PLC device."; 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 = ''; } }