LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Circuit design through DAQ

Good I would like to know if I could do the following: I have mounted the circuit of the Figure in a breadboard, which contains 3 resistors and an NPN transistor. I would like to know if you could get the characteristic (IC / VCE) in DC from the NPN transistor through DAQ. To draw the characteristic would be worth with a graph.

Download All
0 Kudos
Message 1 of 6
(2,834 Views)

I don't know enough about transistors and what it is you want to do to give a good answer to your question.  You need to ask questions such as the following:

  • What voltages do I need to deliver?
  • How much current does my voltage source need to provide?
  • Are there any timing considerations (particularly "fast" timing), or can I simply let the voltage ramp up slowly?
  • What voltage range will I be reading?  [I presume it will be less than the Voltage you are delivering, so probably is mostly a non-issue ...]

Once you have these values, you can see if your DAQ device is capable of acting as the Voltage/Current source (probably the more "difficult" constraint).

 

Bob Schor

0 Kudos
Message 2 of 6
(2,771 Views)

I am sure you could calculate base current by measuring the voltage drop across RB and Vce be measuring the voltage C-E voltage drop.

 

The only problem I see is you need a DAQ with differential inputs, and as I recall the USB-6008 is single ended so all the analog inputs have a common ground. 

  

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 6
(2,734 Views)

@RTSLVU wrote:

I am sure you could calculate base current by measuring the voltage drop across RB and Vce be measuring the voltage C-E voltage drop.

 

The only problem I see is you need a DAQ with differential inputs, and as I recall the USB-6008 is single ended so all the analog inputs have a common ground. 

  


You recall incorrectly, 🙂


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 6
(2,729 Views)

What I want to do is get the characteristics of the transistor (like the one in the image), but from my previous circuit taking into account the input voltage value (5V) and the resistance values ​​and I would not have the value of the intensity. It is to obtain the characteristic of IC / VCE and IB / VBE. The circuit is already mounted, the only thing I do not know very well how to make the block diagram.

0 Kudos
Message 5 of 6
(2,715 Views)

Hi Jose,

 

What I want to do is get the characteristics of the transistor … taking into account the input voltage value (5V)

When you want to get the transistor characteristics you should use an adjustable voltage supply. And you should not supply both B and C from the very same source using fixed resistors.

 

the only thing I do not know very well how to make the block diagram.

Then you need to:

- develop an algorithm on a sheet of paper

- implement this algorithm in LabVIEW

It will help to:

- learn LabVIEW before starting to program

- study the example VIs coming with LabVIEW

- learn DAQmx basics

What does your current VI look like? Where do you have problems with?

Best regards,
GerdW


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