06-21-2010 10:03 PM
Hi Guys,
I have looked at the I/O example and found that the for loop in the example can exist without an input of N. I tried the same thing in the VI created by myself. I think the problem is the type of the tunnel. Can I change the input tunnel into a indexed tunnel? I right-click the tunnel and there is no option to change the tunnel into a auto-indexed one.
06-21-2010 10:08 PM - edited 06-21-2010 10:11 PM
The input to the for-loop must be an Array in the case of using auto-indexing and without N being wired.
06-21-2010
10:23 PM
- last edited on
05-09-2025
07:58 PM
by
Content Cleaner
Have you looked at the LabVIEW Help? This is explained in there.
To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the _
06-21-2010 11:24 PM
With out N value the forloop could not execute.
Either give the N count or wire with an array.
06-22-2010 11:44 AM
Thanks for your help. I finally know how to use it