LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I get LabVIEW to indicate whether my circuit is powered or not?

Hi,

 

I have built a VI to read in the voltages from 10 thermocouples which are all on one circuit. I am using a NI USB-6210 to read in the data. This is powered by my laptop via USB. My circuit however is powered by its own power supply. I would like to get LabVIEW to show a message if the power is switched off. Does anybody have any idea how I might go about this?

Thanks in advance

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

What voltage level is your power supply? If it is over 2.5V you could wire it to one of the digital IO pins and read that pin before starting the test.

Charles Chickering
Architecture is art with rules.

...and the rules are more like guidelines
0 Kudos
Message 2 of 3
(2,375 Views)

Use a DAQ channel to read the voltage.  You can decide if it is on or not based on some threshold voltage.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,361 Views)