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
(3,258 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
(3,253 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
(3,244 Views)

Thanks for all!!!

Best Regards,
Dhans ๐Ÿ˜‰
Kudos are welcome ๐Ÿ˜‰
Aspirant Labview Programmer (Labview 14) ๐Ÿ˜‰
0 Kudos
Message 4 of 4
(3,235 Views)