04-02-2007 08:07 AM
04-03-2007
10:10 AM
- last edited on
06-18-2025
08:38 PM
by
Content Cleaner
Hi,
If you would like to store previous iterations of a while loop, simply replace a tunnel with shift registers. A shift register is used to store multiple iterations of a while loop. I have attached a link to the LabVIEW help regarding shift registers. I would not only use a shift register, but also a preallocated array that will be indexed to the correct index to store the previous iteration of the loop.
I hope this helps!
Regards,
Nadim
Applications Engineering
National Instruments
04-04-2007 09:23 AM