I have been in contact with NI support regarding this error. The following is our discussion:
2. In Transient
playback.vi,
which plays our data on the front panel, I get Error -20003 occured at
OAT Resample.vi
.
It says samples must be greater than zero.
Sounds like you are sending an empty waveform to the OAT Resample vi. To
debug this, put a probe on the waveform that is going into the OAT Resample
vi and make sure that you are always sending in data and no empty waveforms.
It could be that this is only happening on a certain channel, so
make sure to check each.
I can't run the VI long enough to probe the channel. It
gives me an error immediately, so I think the problem is at the
beginning of the file. If I ignore the error and continue, I can probe
it and get data for every channel.