LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving current graph data

Solved!
Go to solution

the problem with my using a chart is the ability to change my timebase...with a graph, it works better for me.

0 Kudos
Message 31 of 41
(2,051 Views)

Can I increase my buffer size? Or program it to stop the freeze once the buffer is almost full?

0 Kudos
Message 32 of 41
(2,029 Views)

I tried the Finite samples but it kept giving me errors.

0 Kudos
Message 33 of 41
(2,026 Views)

It's helpful when you tell us what the error is. My guess is that you need to remove the Start and Stop DAQmx nodes. These are not needed with Finite.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 34 of 41
(2,012 Views)

That worked...Thank you sir!

0 Kudos
Message 35 of 41
(2,006 Views)

No problem! Let us know if you need more help. There are also plenty of tutorials out there for stuff like this.

 

Thanks are best given in the form of Kudos. Smiley Wink

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


Message 36 of 41
(1,992 Views)

I actually do have a question....about filtering. If I bought a USB scope online somewhere, (to analyze and record the signals like I'm doing in my vi) would it have a software filter? The reason why I'm asking is because when I get to 20-100mV ranges, I have a lot of variation in my signal, whereas a scope does not.

0 Kudos
Message 37 of 41
(1,987 Views)

A lot of the time devices like that will have their own built-in filtering. The general rule-of-thumb when acquiring data is to oversample and average down to your desired actual sample rate. An example of a device that does this is any voltmeter ever.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 38 of 41
(1,975 Views)

Do any of the fucntions in labview do this?

0 Kudos
Message 39 of 41
(1,965 Views)

Should I just take a mean of the points and feed them to my graph?

0 Kudos
Message 40 of 41
(1,951 Views)