08-09-2010 09:43 AM
I know that in LV 8.6 we can find options "move initializer one loop out" and "move initializer one loop in" in short-cut menu. However the company I work is still using 8.2 and I cannot find the options. Can anyone tell me how to achieve the same function in 8.2? I use two for loops to draw a picture. I have to initialize the picture in the outer loop. Thanks a lot.
Solved! Go to Solution.
08-09-2010 10:00 AM
You can't. As you noted, 8.2 doesn't support that capability, so you have to make due with what you have. One thing that you can do is to replace the feedback node with shift registers. Then you can initialize wherever you want with either version.
08-09-2010 08:11 PM
Thanks