LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to build a waveform from my data

Hi, I'm trying to average out the max min and mean in a for loop by taking 10 measurements and then taking the data out of the for loop and building a  seperate waveform with it that shows the mean max and min of the previous 10 measurments..however i keep gettinga flat line in the waveform (seems to be only displaying the mean value). What am i doing wrong?

0 Kudos
Message 1 of 5
(2,233 Views)

Hi Tunnel_Vision,

  Please find the attached Picture of block diagram to get the multiple plots of min,max and mean.

 ForPlots.png

regards,

SrikrishnaNF

Regards,
Srikrishna


Message 2 of 5
(2,204 Views)

Hello, thank you for your reply! why do you place a random function in the for loop?

0 Kudos
Message 3 of 5
(2,193 Views)

Hi Tunnel_Vision,

 

   Just to simulate data acquisition i put the random numbers.

 

Regards,

SrikrishnaNF

 

Regards,
Srikrishna


Message 4 of 5
(2,182 Views)

Thank you so much! this is what i got it to do so far, however the waveform chart only records the last measurement. How can i show average of the 10 measurments being taken by the for loop and not just the last one2.PNG

0 Kudos
Message 5 of 5
(2,170 Views)