@H7N wrote:
For those who asked, here's the VI saved as V14 compatible.
Whatever you have attached seems incorrect based on the earlier problem description:
- Your loop completes in nanoseconds, so the stop button is useless.
- Since the maximum number of iterations is known, a FOR loop is more useful.
- Your code DOES NOT update the output interactively. It is a one-shot deal.
- What is the size of the input array? If you want to process all elements, simply get rid of all code and place a +1 on the array wire.
- If the input array is larger, use "reshape array" to truncate, then add one.
- there is a "+1" primitive.
Did you really attach the code you intended to show us?