Hi, Chris
I used the Agilent E8491B, IEEE1394 Firewire interface. With MS Windows 2000 & LabView
I think i had 4 E1432A cards (64 chns)
The COM measurement engine software was a free down load from VXI Technologies who have taken on production of the 1432 type of cards from Hewlett Packard / Agilent it enables you to use active x to control the cards it originally was also provided free from Agilent. But looking at their (VXI Tech) site today I do not see it, suggest you ask them they may have changed the name.
I add here the text supplied with the software help file to give you some more idea of what it does.
"ME4X library is created on top of the E1432 Plug and Play driver. One question is whether you should use ME4X or the Plug and Play driver when you create an application. ME4X has both advantages and weaknesses against using the Plug and Play driver. The biggest advantage is the ease of use. It is possible to build an application with less than 1/10 of development time. There are some drawbacks. To make the library easy to use, many functions are hard coded in the library. This will cause some compromise in the feature set and performance overhead. Although ME4X covers most applications, there may be a case where a feature you want to use is only available in the Plug and Play library. If the measurement speed is more critical than flexibility, you may want to write a simple but not flexible program using Plug and Play. Here are some general guidelines to determine which library should be used.
· If you want to build an application quickly without learning the hardware detail. Use ME4X
· If you want to spend more time for data analysis and testing than application development. Use ME4X
· If you are not comfortable programming in C or other low-level languages. Use ME4X
· If you already have a working program using Plug and Play, there is no reason to use ME4X.
· Your application must run on HP-UX operating system. Use the Plug and Play library
· You are a professional programmer, time for program development is not critical, and you want to build an application to get the most out of the hardware in terms of speed and features. Use Plug and Play library
If you have never written an application for E1432/33/34 VXI modules and are still not sure whether to use ME4X or the Plug and Play library, I highly recommend to start with ME4X."
Hope that helps.