06-27-2009 12:02 PM
Hi,
I would like to know how many shift registers we can add in for or while loop.
Thanks in advance,
krishna
Solved! Go to Solution.
06-27-2009 12:25 PM
06-27-2009 12:36 PM
Thanks for your quick reply Jarrod.
Regards,
krishna
06-27-2009 01:18 PM - edited 06-27-2009 01:21 PM
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.
06-27-2009 03:30 PM