LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mergin cluster and dynamic data

Solved!
Go to solution

hi,

i have a problem of merging a cluster graph with dynamic data graph.the fonction "from dynamic data" & "to dynamic data" don't give me the option for cluster.

i tryed to bild graph from cluster but it's not working.

i tryed to unbundle and re-bundle and nothing happen in the graph.

0 Kudos
Message 1 of 26
(4,255 Views)

Hi uzumaki,

 

the context help for the graph shows you which datatypes you can wire to the graph…

 

That being said: which datatypes do you want to "merge"/bundle/display?

Mind to attach your VI?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 26
(4,246 Views)

Hi GerdW!

in fact i'm trying to customize the LJstreamUD so i want to merge a signal generated from U3 device(cluster of 3  element) with signal generated by Labview(dynamic data).

 

0 Kudos
Message 3 of 26
(4,238 Views)

maybe the term "merge" is not appropriate.i'd say show two plot from cluster and DD in the same graph

0 Kudos
Message 4 of 26
(4,237 Views)

Hi uzumaki,

 

what kind of "cluster" do you want to plot? Is this type of cluster supported at all? Did you read the context help of the graph?

 

Did you read my suggestion to actually attach your VI? (If you do please attach for LV2014…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 26
(4,234 Views)

it's a cluster of double,double,2D array.

for the vi it's said "The attachment's LJStreamUD.vi content type (application/x-labview-vi) does not match its file extension and has been removed."

0 Kudos
Message 6 of 26
(4,226 Views)

there it is a screen cap

0 Kudos
Message 7 of 26
(4,225 Views)

If i understand correctly: You can build an Array of waveforms and show them on the same graph.

Dual Waveform Graph.PNG

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 8 of 26
(4,186 Views)

Hi uzumaki,

 

it's a cluster of double,double,2D array.

When you want to create an array of plots all plots have to have the very same datatype. You cannot mix your cluster with waveforms…

Either use waveforms in all places or concat your waveform Y[] data to this 2D array in your cluster!

 

and has been removed.

Try to ZIP your VI first…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 26
(4,181 Views)

hi GerdW & YAMAEDA,

it's a good idea to concat my wavform Y data with my cluster.i have tried it but the square generated signal by LabView appear and the wave signal generated by U3 show up like a specter

 

squsig.pngwavsig.pngconcatsig.png

NB:

0 Kudos
Message 10 of 26
(4,143 Views)