06-14-1999 10:30 AM
06-14-1999 04:20 PM
06-14-1999 05:29 PM
06-14-1999 06:44 PM
09-12-2002 09:54 AM
03-19-2008 06:58 AM
Hi Friends,
I'm new to Lab view
Please explain me with an example
How and where to use this shift registers???
I'm doing one project and i've all modules ready but i've to integrate all modules into a single module...
I feel that i couldnt do that without using these shift registers...
Appreciate the early response....
Cheers,
Suneel.V
03-19-2008 07:39 AM - edited 03-19-2008 07:39 AM
Shift registers carry data from one iteration of a loop to the next. You can create them by right clicking on a loop (or a data tunnel already on a loop) and selecting Add (Replace with) Shift Register. You can wire an initial value to the left side of the shift register for the first iteration.
Alternatively, if you don't wire an initial value, you have an uninitialised shift register (USR) which can be very useful