LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Voltage logging

Hello all,

 

I was wondering if anyone knows how I can create a voltage logger in Labview using the NI myDAQ. What I want the logger to do is measure the voltage say every 30 seconds or minute while inputing the data onto a graph so that I can display it. 

 

If anyone one has any ideas then please tell me where I can get started.

 

Thank You!

0 Kudos
Message 1 of 6
(2,982 Views)

Hi naarchib,

 

There are resources on websites guide you on how to use myDAQ with LabVIEW.

I found one youtube video that might be useful for you

http://forums.ni.com/t5/LabVIEW/Voltage-logging/td-p/3048801

 

For timing, you might want to look at the link below to study more on how you can play around with timing function in LabVIEW

http://zone.ni.com/reference/en-XX/help/371361H-01/glang/time_dialog_and_error_func/

http://digital.ni.com/public.nsf/allkb/12B2EA9AD5B265AD86256257004DD8E2

http://www.ni.com/white-paper/11466/en/

 

Best regards,

TuiTui

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

Thank You! I will take a look at it.

 

EDIT:

 

Oh but I don't see the link to the youtube video?

0 Kudos
Message 3 of 6
(2,957 Views)

Sorry copy the wrong link

 

below is the link

http://www.youtube.com/watch?v=RsD2tHbuAF4

LabVIEW part should be around 2 mins in the video

 

Best regards,

TuiTui

0 Kudos
Message 4 of 6
(2,938 Views)

I'm pretty sure you can use DAQmx with the myDAQ.  Look through the examples in LabVIEW (Help->Find Examples) and do a search for Voltage Analog Input.  There should be a good example in there that will get you mostly to where you want to be.


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 5 of 6
(2,899 Views)

@crossrulz wrote:

I'm pretty sure you can use DAQmx with the myDAQ.


You can but not all of the myDAQ functionality can be used through DAQmx alone.  After installing the myDAQ software a special palette appears with myDAQ express VIs for doing stuff.

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