LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple plots in difrerent orientations using 3D comet

Solved!
Go to solution

How can I create multiple plots in different orientations using a 3D comet line on the chart below?

comet.PNG

 

0 Kudos
Message 1 of 5
(1,273 Views)

You can create multiple comets by simply using multiple Comet3 Plot Helpers and then building an array (concatenating) of their outputs before you send it to the 3D Comet graph.

 

I don't know what you mean by different "orientations".  3D plots are defined by their XYZ vector arrays.  Change the array data and the orientation changes too.  You'll have to figure out the math to do whatever it is you are trying to achieve.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 2 of 5
(1,249 Views)

Thank you, but in this solution, both data sets (because of concatenation - I think) are perceived by Comet as single data set, and I can't set a different color for these curves. What do you think?comet1.PNGcomet2.PNG

0 Kudos
Message 3 of 5
(1,235 Views)

Theres a plot ID input on the plot vector helper block. Call them plot 0, 1, 2 etc.

 

Even when concatenated they will appear as separate plots in the properies window, you can set different colours for each.

 

0xDEAD

Message 4 of 5
(1,220 Views)
Solution
Accepted by topic author PiotrKK

Thank you, I should read the documentation more carefully.

3D Comet.png

0 Kudos
Message 5 of 5
(1,215 Views)