LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to move initializer one loop out in LV 8.2

Solved!
Go to solution

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.

0 Kudos
Message 1 of 3
(2,544 Views)
Solution
Accepted by topic author Barry Chen

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.

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

Thanks

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