LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IV curve for using USB-6009

Hi, I would like to ask how to generate an IV and PV curve for using NI USB-6009 in labview. 

0 Kudos
Message 1 of 7
(230 Views)

Hi Brandon,

 


@Brandon1026 wrote:

Hi, I would like to ask how to generate an IV and PV curve for using NI USB-6009 in labview. 


The NI6009 is a rather simple DAQ device and can only measure voltages.

It offers just 2 AO channels, but can only output voltages (0…5V range) with 5mA max.

 

So you cannot output a defined current while you would be able to measure a voltage signal.

The "P" in "PV" typically is easy to determine by using simple math: P=UI…

 

Recommendations:

  1. Write down your requirements and choose DAQ hardware fitting to them…
  2. You may work with shunt resistors (by applying simple rules by Kirchhoff and Ohm), but using them might influence the behaviour of your DUT.
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(224 Views)

Hi,

First, you can use a shunt resistor and measure the voltage across the resistor itself. This voltage is an indirect measurement of the current through the resistor and through your DUT ( I = V/R Ohm's law). As others suggested, you should be sure that the shunt resistor influence you device under test as little as possibile.

Note: for measuring the voltage across the shunt resistor, you can do a differential reading (Differential Measurement System - NI).

0 Kudos
Message 3 of 7
(190 Views)

hi, does you mean like that as below picture shown?

0 Kudos
Message 4 of 7
(172 Views)

this is my VI file

 

0 Kudos
Message 5 of 7
(167 Views)

This is my VI file

0 Kudos
Message 6 of 7
(164 Views)

Hi Brandon,

 


@Brandon1026 wrote:

hi, does you mean like that as below picture shown?


No.

(Why do you attach a downscaled image of the block diagram?)

 

  • Please don't use the DAQAssistent, use plain DAQmx functions instead. See all those example VIs in the example finder to learn them! (Or read this article!)
  • Don't use those blueish DDT wires, that come with the DAQAssistent ExpressVI: they don't help to understand their data content/format!

Please start over with learning basics, by looking at all those example VIs. There are examples for reading voltages, and there are examples on how to use charts and graphs!

 

There's no VI in your other message…

Please downconvert your VI before attaching. Most prefer LV2021 or older, I prefer LV2019…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 7
(159 Views)