var fDesc=new Array(); fDesc[0] = "Graphical programming of the PAC functionality

Applications and PAC functionality are easily graphically programmed on the PC using test.con. Arrange desired functions on your screen with a simple mouse click. Connect the function as desired with a mouse click. Not one line of code is needed to program using test.con.


Drag & Drop

Programming is easy, just drag and drop the desired variable and drag and drop the desired function from our extensive library to the work page on the PC. Connect the input and output of the various function blocks with each other and in a short time the application is built.


Macros

Macros improve the clarity, streamline the program, and save time developing recurring functions."; 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 = ''; } }