All,
I'm having trouble with the Read/Write LVM VIs. I'm writing to a series of multiple files, which works fine and has worked fine for quite a while now. Now the general behavior of the Read LVM VI is that it retrieves the signals from the file in small "chunks," either at the sampling frequency or a user specified number of samples. The behavior that I'm having trouble with is that even when I force the sample size to X, the VI returns an accumulated signal that grows in length with each iteration of the main for loop. The first iteration the VI will retrieve X samples, the next 2X samples, the next 3X samples, so on and so forth. As I said before the general behavior is X samples per iteration, which is how most of my VIs work, and I can't quite figure out why this VI is operating in such a manner.
Thanks for the help!
Regards,
Kenneth Miller