Hi,
Do you :
a) want the signals shown in one control in the same chart?
b) want to show the lines in seperate charts in one control?
c) want to show the signals in two conrols?
a) In a Graph, you can't. In a Chart, you must right click in the chart
array, and select 'Stack Plots'. But first you'll have to split the array
data to an array of clusters with array elements in it. (for loop, auto
indexing, and put a "Array To Cluster" in it, don't forget to set the
cluster size!. Use auto indexing to build an array of clusters.
b) Simply wire it to a Graph.
c) Split the array using "Array Index" function.
Regards,
Wiebe.
"jean-Leost"
wrote in message
news:506500000005000000C87D0000-1021771306000@exchange.ni.com...
> Than
k's a lot.
>
> regards