LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform Graphs and Property Nodes...

Hi,
I have two arrays that I would like to graph. Each has a different number of elements, but the time frame is the same for each. If I create a Waveform Graph, on the block diagram I can bundle each array with an offset and scale factor, then combine the two cluster arrays into one and wire that to the chart node and everything works okay. But if I try to wire that to the "value" property node of a Waveform Graph, I get a wiring error. How can I do this? If I wire just the array to the "value" property and the scale & offset to the "offset & multiplier" property, I can only do this for one array. If I have a property node with 2 "value" nodes it doesn't work, it seems to use the last one that was wired. Any
help?

Thanks!
0 Kudos
Message 1 of 3
(2,991 Views)
Use XY graph. For each set of data, bundle them into a cluster (X axis on top). Take the two clusters and feed them into a build array node. Wire this to the XY graph and it should display both plots.

If the file does not attach, email me at
faraclas@engr.uconn.edu and I will send it to you
0 Kudos
Message 2 of 3
(2,991 Views)
Use XY graph. For each set of data, bundle them into a cluster (X axis on top). Take the two clusters and feed them into a build array node. Wire this to the XY graph and it should display both plots.

If the file does not attach, email me at
faraclas@engr.uconn.edu and I will send it to you
0 Kudos
Message 3 of 3
(2,991 Views)