var fDesc=new Array(); fDesc[0] = "Using the CANopen Configuration Manager connections between devices and their configuration settings can be configured convenient. So the PDO linking is simplified enormously. One ofthe application fields is configuring the CANopen networks for the plug-in -1SI CANopen extension module- for the Siemens SIMATIC ET200S I/O system. The CANopen Configuration Manager works best with:
- CPC-USB CAN Interface
- CPC-PCI/PCIe CAN Interface"; 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 = ''; } }