LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2012 to 2010 conversion bug

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: before2012to2010conv.PNG

 

and converted to 2010: after2012to2010conv.PNG

 

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.

 

 

0 Kudos
Message 1 of 3
(2,405 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,401 Views)

Yes, as I mentioned it does not occure in 2013.

I got it using the 2012 f3 32 bit version.

0 Kudos
Message 3 of 3
(2,395 Views)