Hi,
you can use "Functions/cluster/array to cluster.vi" to cnvert arrays to cluster. Also if you have 2D array of data from different channels (for example 2 channels x 100 samples) you may need to transpose your array before converting to cluster. After transposing you have to wire the 2D array to the For loop which will give you inside the loop the arrays of current data from different channels (ch1[i], ch2[i]). And then inside the loop you have to convert this 1D arrays to cluster and wire them to Waveform chart.
Good luck.
Oleg Chutko.