LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Digital Waveform graph not accepting digital waveform data

Solved!
Go to solution

When I wire a 1d array of digital waveform to a digital waveform graph I get an error. IT says the digital waveform graph is looking for a cluster.

 

The help for Digital Waveform Graph help says it accepts Digital Waveform or a array of digital waveform.

 

My code is simply:

Image 5.png

 

I have also tried the form in the lower left using a reference and changing value. Same error.

0 Kudos
Message 1 of 4
(1,380 Views)
Solution
Accepted by flycast

Try doing this..

kartiknattar_0-1608878605282.png

 


CLD Using LabVIEW since 2013
0 Kudos
Message 2 of 4
(1,340 Views)

OK, we convert a array of waveform into an array of cluster. I can see how that would work.  Nevertheless, the help says a digital waveform graph will accept a digital waveform or 1d array of digital waveform. I AM supplying a 1d array of digital waveform. Surely the help is not wrong? Why would I even need to convert?

0 Kudos
Message 3 of 4
(1,306 Views)

No, you're not.  A 1-D array of Digital waveforms is green in color.  Yours is brown which means it is an analog waveform array.

 

Do you have the VI that generated the TDMS file you are trying to read?

0 Kudos
Message 4 of 4
(1,302 Views)