LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Real time plot (read thru serial).

Dennis,

 

I tried to do the modifications but I didn't succeed. Can you or Ray please put this on my VI. Thanks

0 Kudos
Message 11 of 22
(1,021 Views)

Attach your modified VI.

 

Replacing one function with another is usually a simple task. Have you tried any of the tutorials?

 

Three Hour Course

Six Hour Course

0 Kudos
Message 12 of 22
(1,020 Views)

my bad...  I need better glasses...  Or eye(s)...   😞

 

 

0 Kudos
Message 13 of 22
(1,015 Views)

I got it. The VI is attached. Now Im trying to do a real time FFT, this is possible??

0 Kudos
Message 14 of 22
(1,010 Views)

You just needed to create an array as I mentionned in my first post 😉

 

Circled in red is what you are missing:  Ignore the stuff in the box with a large red X. I had to generate some random numbers.

 

 

0 Kudos
Message 15 of 22
(1,005 Views)

Ray.R

 

Can you send me the VI? Because some boxes that you use I'm not finding here. Thanks

0 Kudos
Message 16 of 22
(992 Views)

Actually I'm not understanding the first circle in the left, the second element that you connected to the Build Array.

0 Kudos
Message 17 of 22
(981 Views)

The only thing in the first circle is a shift register (right click on the edge of the loop) and an empty array constant.

 

You could also use the point by point functions since you are acquiring data that way and skip the whole Express VI/Build Array.

0 Kudos
Message 18 of 22
(978 Views)

Thank you very much. Now the fft is working.

0 Kudos
Message 19 of 22
(972 Views)

The other box is probably the build array, which concatenates the input.. 🙂

 

Glad it's working..  Next task:  cleaning up the block diagram..

0 Kudos
Message 20 of 22
(969 Views)