02-21-2013 12:31 PM
Hello there,
I am doing some tutorials for the Labview 2009 on the Windows 7.
My problem is that, after a very simple for loop my wire which is connected to the write file vi breaks. The messages of error doesn't help. Thanks in advance.
02-21-2013 12:34 PM - edited 02-21-2013 12:36 PM
02-21-2013 12:45 PM
Tunnel Mode>Last Value does not exist in version prior to 2012.
A very basic function of a for loop is to autoindex an output into an array. This should be covered in the basic LabVIEW tutorials and is explained in the help. Right click on the exit tunnel and select Disable Indexing,
02-25-2013 05:55 PM
Thanks a lot guys
02-25-2013 06:15 PM - edited 02-25-2013 06:18 PM
An even better idea would be to replace the tunnels with a shift register. This ensures that the refnum remains valid even if the FOR loop iterates zero times for some reason.