var fDesc=new Array(); fDesc[0] = "FactoryFloor is Opto 22's legacy suite of industrial control software applications for solving control automation problems, building easy-to-use operator interfaces, and expanding your manufacturing systems’ connectivity. It includes OptoControl, a graphical flowchart-based development environment with optional scripting, OptoDisplay, a full-featured HMI with advanced trending, and OptoServer, an OPC/DDE server. Compatibility: Windows 2000, Windows XP. A computer with at least the minimum processor required for your version of Microsoft® Windows® (1 GHz Pentium®-class or better recommended). If using an M4-series controller with M4SENET-100 Ethernet adapter card, must have Ethernet capability. Must also have an RS-232 serial port and serial cable for downloading firmware updates to a controller.
Microsoft Windows XP or Windows 2000® workstation operating system with the most recent service packs.
FactoryFloor software suite, is an intuitive, graphical flowchart-based development environment that blends analog control, digital logic, and serial and network communications seamlessly in a single tag name database; OptoDisplay provides full-featured HMI capabilities with advanced trending and multimedia;"; 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 = ''; } }