var fDesc=new Array(); fDesc[0] = "The National Instruments NI-FBUS Configurator is a 32-bit Windows application that provides tools for complete configuration of FOUNDATION Fieldbus segments in online mode and offline mode.

NI-FBUS Configurator requires an NI FBUS interface device for connection to the Fieldbus network. NI-FBUS Configurator has access to as many Fieldbus segments as needed because you can connect through one or more FBUS interface devices.

NI-FBUS Configurator automatically detects devices when they are connected to Fieldbus and appear online. You can automatically or manually configure device tags and addresses as required.

With the DD and CFF files imported, the configurator can create and configure the virtual devices in offline interface without connecting to physical devices."; 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 = ''; } }