var fDesc=new Array(); fDesc[0] = "KSX advanced process control software integrates fuzzy logic, neural networks, genetic algorithms, statistical process control techniques and client server architecture to provide an easy to use, on line, real time, global optimization solution to the process control industry.
Features:
- Distributed Architecture
- Industry standard OPC communications
- Four Types of Rule Scheduling
- English based rule syntax
- Genetic algorithm optimizer
- Real time trends
- Fuzzy Set Editor for Attributes
- Live value tables
- Neural Network Modeling
- Node Tree Process Representation
- Rule Logic Diagram"; 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 = ''; } }