07-24-2006 03:29 PM
07-24-2006 03:31 PM
The only limitation is the amount of memory your computer has. You will see that as more data gets stored in the shift register (like when you start getting into the millions), your computer will slow down (due to virtual memory allocation) and eventually LabVIEW will stop with a "memory is full" error.
I recommend you do something else (like periodically store data to disk) instead of just keeping every single data point you ever acquired in the same shift register.
-D
07-24-2006 03:33 PM
07-24-2006 03:42 PM
07-24-2006 03:48 PM