From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform data

Hello guys, the current waveform chart has all sensors approximately 130 to be plotted. Is it possible I can split this into multiple charts, each has 8-10 plots?

 

0 Kudos
Message 1 of 6
(2,472 Views)

Split up the Y array into multiple arrays and feed them into a graph.

0 Kudos
Message 2 of 6
(2,463 Views)

So, for each split array, I'll need the same function ( a build waveform inside a while loop) for each array to plot separately? 

0 Kudos
Message 3 of 6
(2,447 Views)

Use Array Subset to break up the Array of Waveforms into the groups you want and wire those groups to the different charts.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 6
(2,424 Views)

Thanks for the reply, the data coming into the while loop wire to Y is a 2D array, should I put the array subset between the output waveform and the chart, and specify the index as 0 and length as 8 to plot first 8 plots in one waveform chart? As shown in the fig TO joint #1 strain gauge data. Thanks.

0 Kudos
Message 5 of 6
(2,420 Views)

Xiao@Gemini wrote:

Thanks for the reply, the data coming into the while loop wire to Y is a 2D array, should I put the array subset between the output waveform and the chart, and specify the index as 0 and length as 8 to plot first 8 plots in one waveform chart? As shown in the fig TO joint #1 strain gauge data. Thanks.


Does that give you the result you want?  From my understanding, that is the way to get what you want.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 6
(2,415 Views)