ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
05-13-2015 04:32 AM
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?
Thanks
Solved! Go to Solution.
05-13-2015 04:58 AM - edited 05-13-2015 04:59 AM
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).