annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

multiple waveforms graphed using a control reference

I am trying to use a graph control reference to graph multiple waveforms. I can get it to work with one waveform, but not multiple. Any suggestions?
0 Kudos
Messaggio 1 di 4
3.029Visualizzazioni
If I understand you, it's basically an initialization issue. You see a waveform graph can plot several different datatypes: 1D array, 2D array, a cluster containing a x0, delta x and an array of values, and an array of the same clusters (to name but a few). The problem is that while wiring each of thes dataypes to the graph terminal automatically recasts to plot the new datatype, the same thing doesn't happen with a property node.

To fix the problem, momentarily wire data of the same type as you want to send to the property node to the graph's terminal. This action "reconfigures" the graph and you can now wire the data to the property node. In fact depending upon the datatype you select, you may notice the property node change color when you connect the new
dataype.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Messaggio 2 di 4
3.028Visualizzazioni
Thanks Mike!!
0 Kudos
Messaggio 3 di 4
3.028Visualizzazioni

And thanks from me too!

 

Cheers

0 Kudos
Messaggio 4 di 4
2.857Visualizzazioni