LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shift register

what is the fuction of the shift register..??

0 Kudos
Message 1 of 5
(2,803 Views)

Read Help

0 Kudos
Message 2 of 5
(2,796 Views)

For example,

                             If you want to pass a value between different states when you are working with case structures or for storing a value until the program shut down, you will use shift register. What I have seen in my past experience is, Shift register is one of the function can be used mostly in case if you are going for local variables.

 

Take a look at example here.

 

"Don't forgot to initialize the shift register before using"

Message 3 of 5
(2,786 Views)

shjukheter wrote:

"Don't forgot to initialize the shift register before using"


Or intentionally don't initialise the shift register, if you want to create an Action Engine

_____________________________
- Cheers, Ed
0 Kudos
Message 4 of 5
(2,782 Views)

Hi Nst,

 

In a simple manner, a shift register will be used to hold the previous iteration value.

 

Hope this vi will be helpful. Run the vi in highlight exen mode u can easily understand.

LV 8.0, 8.6, 2011,2012,2013 WinXP
0 Kudos
Message 5 of 5
(2,775 Views)