LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

build array after data smoothing

The problem I'm facing is that after I build an array from 3 diffenrent data points it attavhes numbers in wrong places!
If I run the program alone for each one, my table looks good.
 
I have a 3 X n table (attached), what I'm doing is that I the mean value for every 10 data points in the columun (smooth value) & insert that into a table & also save it to a file.  The first file attached "smooth test.vi" shows what I'm doing.
 
Now when I try to incule all 3 columns & build array after values are caluclated I get a 3Xn array but with zeros inserted & values shifted! this is from the second VI i'm inculding "Data Smoothing.vi"
 
Thank you
Shadi
Download All
0 Kudos
Message 1 of 2
(2,645 Views)

I got it 🙂

added a (-1) to the "Re-Shape Array" dim size. its working now

 

0 Kudos
Message 2 of 2
(2,633 Views)