var fDesc=new Array(); fDesc[0] = "Advantech BASPro, specially designed for Building Automation, is a powerful, completely graphical development tool.

Advantech BASPro is widely used in various monitoring systems, especially in factory automation, environment monitoring, building automation, and devices monitoring/control, etc.

Advantech BASPro consists of: Advantech BASPro Builder and Advantech BASPro Monitor.

Advantech BASPro Builder: a graphical programming tool for the engineer to design and maintain the control logic for BAS-3500 series DDC. BASPro Builder consists of projects, nodes, control pages and function blocks. Each function block has its own unique function block diagram and input/output parameters, etc.

Advantech BASPro Monitor: designed for online monitoring the control logic, when BASPro control logic running on BAS-3500 series DDC. There are two ways to carry out this function: 1. click "Monitor" under "Online" menu, when you are developing application of BASPro Builder; 2. find out BASPro Monitor on "start" menu, and then click the BASPro Monitor icon."; 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 = ''; } }