LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I take an average of some data and plot it on a graph?

I cant seem to figure out how to store data into a variable. From there I want to take an average of the data and send it out to a graph. Any suggestions?
0 Kudos
Message 1 of 8
(3,471 Views)
Try this example

Message Edited by mfitzsimons on 11-23-2005 11:49 AM

Message Edited by mfitzsimons on 11-23-2005 11:50 AM

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 2 of 8
(3,464 Views)
Thanks for the help. Now I at least have an idea where to start. Now if I could only figure out how to get my graph to only plot the average.
0 Kudos
Message 3 of 8
(3,451 Views)

easy

 

Matt

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 4 of 8
(3,449 Views)
just a bit confused about how the for loop is going to interact with my stuff. I have a while loop going which sampling data ten times. If I place that for loop inside of the while loop will the for loop store every single one of those points or will it only take each value and average it alone? That is where my real problem lies. How do I store each point until the while loop is finished and then average and plot?   
0 Kudos
Message 5 of 8
(3,443 Views)

AutoIndexing and / or Shift Registers will automatically store the data without having to create a variable until the loop is done.  This is one of the most basic concepts with LabVIEW so I am not sure what the problem is.  Also LabVIEW comes with many very good examples.

 

Matt

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 6 of 8
(3,436 Views)
Matt,
Are you looking for Labview programming work?  We are looking for someone with process control experience and realtime monitoring via the internet.  Let me know if you are available.
 
Jeff
0 Kudos
Message 7 of 8
(3,381 Views)

Jeff,

Contact me at mdfitzsimons@netzero.com to discuss off line.

Thanks,

Matt

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 8 of 8
(3,356 Views)