LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combining two XY plots of different lengths

I have calculated energy of restitution from a force displacement curve during an impact attenuation test which is the ratio of energy return divided by energy stored. I have plotted the full impact duration below the energies stored and returned but would like to visually differentiate them. When I try to combine them with a bundle I get an error due to a dimension miss match.

 

Does anyone have any suggestions? 

 

 

Max2796_0-1692925215581.png

 

0 Kudos
Message 1 of 4
(720 Views)

It would be better to attach the VI with data, it would help fellow members run/edit the program to get the desired output.

 

Please save the VI in 2019 for wider audience reach.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 4
(710 Views)

Obviously you are not doing it right, but your description is insufficient. Please attach your code and some typical data.

 

XY graphs accept a huge variety of datatypes (array of points, cluster of x and y arrays, 1D complex arrays, cluster of 1D complex array, arrays of such clusters, etc. etc.) and we don't even know what you have. Are you using plain datatypes or the (mostly useless) built xy graph express VI?

 

Once we seen your code, we can fix it within seconds guaranteed!

0 Kudos
Message 3 of 4
(672 Views)

See ift tis can give you some ideas....

 

altenbach_0-1692978948092.png

 

0 Kudos
Message 4 of 4
(667 Views)