var fDesc=new Array(); fDesc[0] = "PROFIdtm provides any host systems with FDT container or standalone FDT frames comfortable remote access to PROFIBUS devices. PROFIdtm simplifies commissioning, diagnostics and maintenance and is suited for asset management concepts.

Main Features:

- PROFIBUS Communication DTM in compliance with FDT specification 1.2.
- Simplifies commissioning, diagnostics and maintenance of PROFIBUSdevices
- Automatic detection of devices in the PROFIBUS network
- Automatic calculation of communication parameters
- Suitable for use in the process industry via DP-V1 / PA gateways
- Supports CX-Profibus, fdtCONTAINER, FDT Navigator, FieldCare, FieldMate, PACTwareTM, SmartVision and other FDT frame applications
- certified in accordance with the guidelines of the FDT Group
- Integrated live list with detailed device information"; 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 = ''; } }