LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting Multiple XY graphs in real time

Solved!
Go to solution
Solution
Accepted by topic author NickIke1

replace your "Built array" with "build cluster array". (and redo the incorrect indicator)

 

altenbach_0-1649954771319.png

 

 

 

Also, you really only need one NaN constant, not four!

 

Message 11 of 14
(371 Views)

Altenbach, Thank you!  I knew there had to be a simple solution. Please see the image below - is this how you would use the NaN's?

NickIke1_1-1649955340697.png

 

 

0 Kudos
Message 12 of 14
(360 Views)

And again, just replacing the point cluster with a complex value simplifies your data structures. The rest can stay the same!

 

altenbach_0-1649955369702.png

 

Message 13 of 14
(359 Views)

@NickIke1 wrote:

Please see the image below - is this how you would use the NaN's?


No. You still have way too much duplicate code. You only need one bundle and one initialize array. You can split after that.

Message 14 of 14
(355 Views)