12-05-2013 07:04 AM
I recently found this bug when converting a project from 2012 to 2010.
A foor loop using a conditional tunnel will be converted into a for loop with a case structure with a build array inside fed into a shift register.
The only problem is that this shift register doesn't get initialized, so the just keeps stacking values.
Like this 2012 vi:
and converted to 2010:
You can see there is also an unused constant hovering inside the for loop.
I have tested this in 2013 and the problem does not occure there.
12-05-2013 07:14 AM
I remember that bug being reported and was claimed to be fixed with 2013 (or was is 2012 SP1?). Either way, it has been fixed.
12-05-2013 07:17 AM - edited 12-05-2013 07:27 AM
Yes, as I mentioned it does not occure in 2013.
I got it using the 2012 f3 32 bit version.