var fDesc=new Array(); fDesc[0] = "B&R FieldbusDESIGNER provides access to all available parameters, both on the bus controller as well as on the I/O modules, viaselection menus and wizards. Users that are not yet familiar with B&R can find both introductory and more detailed information in the included help system.
The configuration files generated can either be directly implemented in a 3rd party development environment, or used in other solutions, such as the POWERLINK openCONFIGURATOR or B&R's Modbus PVI line.


The following fieldbuses and B&R bus controllers are currently supported:

- POWERLINK (X20BC0083, X20BC8083, X20BC8084, X67BC8321-1)
- Modbus/TCP (X20BC0087, X67BCJ321)
- EtherNet/IP (X20BC0088, X67BCD321.L12)
- EtherCAT (X20BC00G3, X20BC80G3, X67BCG321.L12)"; 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 = ''; } }