var fDesc=new Array(); fDesc[0] = "TDMS is a powerful software package providing data management for acceptance and maintenance testing activities. Electrical apparatus data and test results are saved in the TDMS database for historical results analysis.
TDMS software organizes test data and results for the majority of electrical apparatus tested with ISA test sets and related software.
TDMS software controls and provides data acquisition from all ISA Test.
TDMS software is a powerful database. It allows to create an electrical network with substations, feeders and the majority of electrical apparatus.
• DRTS 66, DRTS 6, BER 3, DRTS, DRTS 3 and
ART 3
• T 1000, T 2000 and T 3000
• CBA 1000, CBA2000
• BTS 200"; 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 = ''; } }