var fDesc=new Array(); fDesc[0] = "DAQBench is a specialized ActiveX controls package designed for measurement and SCADA/HMI application. DAQBench leverages the latest Microsoft ActiveX technology, the standard for code interchangeability and integration under Windows platform (98/NT/2000/XP). With DAQBench, programmer can take advantage of their familiar development environment such as VB, VC , Delphi and C Builder to build their own applications. Within these environments, ActiveX delivers an user-friendly property page interface for interactive configuration. Furthermore, DAQBench provides plenty of controls help you quickly build a powerful application.
Features:
- 32-bit ActiveX controls support Windows 98/ME/NT/2000/XP
- Easily programming in VB, VC , Delphi, and C Builder
- User-friendly property page interface for interactive configuration
- Plenty of user interface controls including graph, chart, meter, knob, switch, slide and 7 segment display
- Easy-to-use data acquisition controls for analog, digital, and timer/counter data
- Powerful analysis controls including statistics, vector, complex, matrix and FFT
- Integration controls for integrating your data with Excel, database and etc.
- Support Windows Vista/98/NT/2000/XP"; 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 = ''; } }