12-12-2012 10:06 AM
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
12-12-2012 10:12 AM
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.
12-12-2012 10:33 AM
Use a DAQ channel to read the voltage. You can decide if it is on or not based on some threshold voltage.