LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform capture frequency

Solved!
Go to solution

Hello,

 

I have data signals that are polled every 100 ms that are used elsewhere for calculations. I also display these data signals after a bit of massaging as waveforms on the operators HMI. The operator also would like to take the data points from the waveform and bring it into excel for record keeping purposes. Now for the purpose of the calculations the polling period of 100 ms is good, however, the operator would like the waveform to have a period of 1s.  Is there a property node or similar function block which would allow the waveform function block to poll the data at a slower rate?

 

Thank you for the help.

0 Kudos
Message 1 of 4
(2,392 Views)

I am not really sure what you meant by capturing the Waveform. What type of waveform are you acquiring and what is the sampling rate (Is it really 100 ms which means 10 samples/second?). It would be helpful if you can explain the scenario bit more and what exactly you are looking for.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 4
(2,377 Views)

By waveform I just mean a chart that displays the data points as a line on the display. And I have a signal coming in that is being sampled at 10 samples/second. However, I want the chart to only capture and display every 10th sample (but any other logic that uses the incoming signal to still be able to see 10 samples/second). Does that clarify it a bit better?

 

Thank you for the help.

0 Kudos
Message 3 of 4
(2,364 Views)
Solution
Accepted by topic author DougHallman

I don't usually recommend Express VIs, but there is a Sample Compression one in there that could do the job for you.


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 4 of 4
(2,358 Views)