LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to combine and save data

Solved!
Go to solution

@Rich_Tennant_Tech wrote:

Well, is there a way to average it?  Say, take every 10 points and average them into 1?


You will definitely want to break up your acquisition and processing into multiple loops using a Producer/Consumer setup.  In the acquisition loop, read as many samples as you would like to average over in a single read and write that data into a queue.  Your processing loop will then read the queue, perform the average, and log the data.



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 11 of 14
(822 Views)

...

0 Kudos
Message 12 of 14
(812 Views)

I'll give that a shot.  Have no idea of how to do that programming but I am here to learn!

 

In the mean time just to show that I'm not crazy, sitting right next to my computer is a Fluke 289 DVM and we have a couple Graphtec GL240's.  The Fluke runs at 10Hz but can be programmed to save data once a second up to once an hour without effecting the display, the GL240 is the same way.  In many ways all I'm doing is recreating what the GL240 can already do.  Once I get to that point then I'll get into controlling relays with LabView based off of a Tc or VDC reading - which is actually why I'm even getting into LabView.

0 Kudos
Message 13 of 14
(807 Views)
Solution
Accepted by Rich_Tennant_Tech

Hi Rich,

 


@Rich_Tennant_Tech wrote:

I'll give that a shot.  Have no idea of how to do that programming but I am here to learn!


You're not crazy:

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 14 of 14
(793 Views)