LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How many shift registers "for" loop can accomidate

Solved!
Go to solution

    Hi,

 

           I would like to know how many shift registers we can add in for or while loop.

 

Thanks in advance,

krishna 

0 Kudos
Message 1 of 5
(3,073 Views)
There's no limit, unless your application simply runs out of memory trying to store all the data. Make as many as you want.
Jarrod S.
National Instruments
Message 2 of 5
(3,067 Views)
Solution
Accepted by topic author krishna_ak

Thanks for your quick reply Jarrod.

 

Regards,

krishna 

0 Kudos
Message 3 of 5
(3,064 Views)

I'm curious as to how many you think you need if you're concerned about how many you can have!  A hint to make your code more readable is to cluster all your data and pass them through a single (or, a couple) Shift Registers; the JKI State Machine does this.  You'll bundle all of your elements in the Data: Initialize state.  I've done the bundling in a subVI because I had too many elements to fit cleanly on one screen.

 

 jki.jpg

Message Edited by jcarmody on 06-27-2009 01:21 PM
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 4 of 5
(3,054 Views)
Then please mark Jarrod's reply as the solution to your question rather than your own Thank you message.  You can unmark yours by going to the Options menu to the upper right of your message and selecting "Unmark solution".
Message 5 of 5
(3,046 Views)