LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

For loop

Solved!
Go to solution

How can I create shift registers at left side of for loop  in count of 4 and at right side of for loop in count of 1 as in the image attached here. Thanks in advance!for loop.jpg

 

Best Regards,
Dhans 😉
Kudos are welcome 😉
Aspirant Labview Programmer (Labview 14) 😉
0 Kudos
Message 1 of 4
(2,941 Views)

You can have multiple Shift register at right side, but extending of same **bleep** register is not possible at right side, only left side shift register can be extended to get mutiple iterated value.

 

Whats the need for having extended shift register at right hand side?

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 4
(2,936 Views)
Solution
Accepted by topic author dhans
  1. Basically shift registers stores the values from the previous iterations.
  2. Place a For loop and righ click on the loop you can find Add shift register from the sub menu. 
  3. Like in image that is called stacked shift registers, again right click on the shift register from sub menu you  can find add element. 

 

Message 3 of 4
(2,927 Views)

Thanks for all!!!

Best Regards,
Dhans 😉
Kudos are welcome 😉
Aspirant Labview Programmer (Labview 14) 😉
0 Kudos
Message 4 of 4
(2,918 Views)