Search code examples
labview

How to find or create the iteration number box in a For loop


I have a large, somewhat messy For loop in which I can not find the iteration number box. Is there any way of searching for this component or simply creating a second iteration number box?

messy For loop with hidden iteration number box


Solution

  • You can't create a second iterator terminal, but you can use scripting to move the iterator to a typical location (bottom left) with this VI Snippet.

    enter image description here

    Be sure the file is open before running the script.