var fDesc=new Array(); fDesc[0] = "Each object can directly use Windows True Font Type to apply to the text content or labels. A variety of text sizes, colors are available. The feature also supports special effects, such as italic, boldface, underline, flashing and scroll bar.
EasyBuilder can simulate the project directly on PC.
Review the operation procedure and functionality of the objects without downloading the data to MT8000
Connect PC to PLC directly and retrieve the data from PLC.
After configuring the screen, build files necessary for HMI downloading.
EasyBuilder8000 provides users to printout and backup files via Easyprinter function:"; 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 = ''; } }