var fDesc=new Array(); fDesc[0] = "Future Design MultiView is an application that provides remote SCADA access to up to 64 Future Design Controls 300 Series loop controls.

Future Design's MultiView is a complete configuration and data acquisition package for Future Design controllers, as it features configurable data save, real time trends, alarm log, digital values, bargraphs and more. Up to 64 units can be connected. Complete project setups can be saved or loaded to eliminate time consuming setup tasks during product or system changes.

The built-in data viewer allows the user to view any data file in a spreadsheet format without leaving the program. Plotting historical data is as easy as selecting cells and pressing the "plot" button.

Multiview supports FDC models 2500, 9300, 8300 and 4300 series."; 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 = ''; } }