LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what is the maximum number of plot allowed in a strip chart?

Right now I have 32 plots on a strip chart.  I have a 32 element array that is converted to a cluster with a size of 32.  I would like to add a couple more plots to the chart, so I inserted another element into the data array.  The problem is when I change the cluster size of the array to cluster conversion, then all my references to the chart become invalid.  I went into the chart properties and it only shows 32 plots.  Is that the limit?  Even when I change the array back to 32 elements and the cluster size back to 32, the chart references still show that there is an error.
0 Kudos
Message 1 of 4
(2,569 Views)

Could you atttach a small example that shows the problem?

"Chart references" is a very generic term. What specific references are you actually using? What is your LabVIEW version?

0 Kudos
Message 2 of 4
(2,567 Views)
Thanks for responding.  The error I get is Wire: class conflict.  The chart reference that I am refering to is a VI Server Reference to a Waveform Chart.   I will try to recreate the problem and get you a small example.  Otherwise, the VI that I'm having the problem with is about 250kb, so I could upload it.  I am using version 8.5.1.
0 Kudos
Message 3 of 4
(2,562 Views)
The reference is connected to a Refnum input of a SubVI.  I went into the SubVI and unchecked "Include Data Type" and it seems to be working.  Do you know if that will have any effect on my data?
0 Kudos
Message 4 of 4
(2,548 Views)