LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 20352

Solved!
Go to solution

I am getting Error 20352, although my design is working but it gives this error message in error out dialog box. Can any body look at my design and guide me what is the problem?

 

 

error 20352.jpg

 

Thanks

 

0 Kudos
Message 1 of 2
(3,301 Views)
Solution
Accepted by topic author josephkirmani

It's not an error - it's a warning. If it was an error the 'status' would be True (red). 

 

If you click on 'Explain Error' from the context help, the description of the error is "Analysis:  Current and previous waveforms are not contiguous."

 

You're getting it because you're using an array of DBLs instead of a waveform so the function can't check that the end of the previous sample lines up with the start of the next one (a waveform has dt and t0 components).


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 2
(3,295 Views)