02-17-2016 02:57 PM
the problem with my using a chart is the ability to change my timebase...with a graph, it works better for me.
02-17-2016 03:19 PM
Can I increase my buffer size? Or program it to stop the freeze once the buffer is almost full?
02-17-2016 03:20 PM
I tried the Finite samples but it kept giving me errors.
02-17-2016 03:29 PM - edited 02-17-2016 03:37 PM
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> ---'
02-17-2016 03:31 PM
That worked...Thank you sir!
02-17-2016 03:38 PM
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.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
02-17-2016 03:44 PM
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.
02-17-2016 03:53 PM
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> ---'
02-17-2016 03:56 PM
Do any of the fucntions in labview do this?
02-17-2016 04:05 PM
Should I just take a mean of the points and feed them to my graph?