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
(3,984 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

https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/menus/categories/programming/timedlg-mnu.h...

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P82BSAS&l=en-US

https://www.ni.com/en/shop/labview/timing-and-synchronization-in-ni-labview.html

 

Best regards,

TuiTui

0 Kudos
Message 2 of 6
(3,964 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
(3,959 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
(3,940 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.



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
(3,901 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
(3,856 Views)