08-17-2010 02:09 PM
I am doing a project (newbie) on measuring 3 measurements off a dc battery.
1. Voltage - Have this one as I adapted one of the samples to do this.
2. Battery DC Resistance
(v1 - v2) / (I1 - I2)
3. Battery AC Impedance
V1/I2 – V1/I1
We currently have PXI - 8106 chassis with the following cards.
1 pxi 6250
1 pxi 2527
4 pxi 6236
I really want to do this with vb.net
Thanks
08-18-2010 05:17 PM
Dear Tartar 813,
It sounds like you probably want to use the DAQmx drivers to build your application. A great way to get you started making API calls to your DAQmx driver is by looking at the examples in the following directory: Program Files>>National Instruments>>NI-DAQ>>Text Based Code Support
(I am assuming you already have the drivers installed.)