LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graphing Simultaneously

This might be a redundant question that has been asked numerous amount of times, yet i still am having trouble, all the examples about graphing fail to solve this problem for me.,
 
So i'm collecting Realtime data and i want to display a Gaussian Curve on my waveform chart/graph whichever is capable of display the data simultaneously. The type of sink of my realtime data is a 2D array and im guessing my curve would be a 1-day array. How is it possilbe to display both on the graph with different colors, etc.. Any insight into this problem would be greatly appreciated. Thanks for your times and concerns.
 
0 Kudos
Message 1 of 2
(2,360 Views)
Hello Schola.

It seems you want to display two graphs/trends in one graph window with two different colors.

This is what you do.

Bundle X axis data as first input to a cluster.
Bundle Y axis data as second input into the same cluster.

Do the same for graph #2.

Then input both of the clusters into a "build array".

After that you can input them into the 2d sink of the XY-graph. You can format the x-axis of the XY-graph to your liking (date/time) in this case, I guess.

Hint. You can bundle a array of timestamps as your x-axis. 🙂

I attached a small example to get yourself going.

Cheers

//Beckman


0 Kudos
Message 2 of 2
(2,345 Views)