Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

vb.net measure battery dc resistance

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

 

 

0 Kudos
Message 1 of 2
(3,220 Views)

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.)

 

 

Regards,
Efrain G.
National Instruments
Visit http://www.ni.com/gettingstarted/ for step-by-step help in setting up your system.
0 Kudos
Message 2 of 2
(3,196 Views)