11-17-2011 02:59 AM
what is the fuction of the shift register..??
11-17-2011 03:21 AM
Read Help
11-17-2011 03:52 AM
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"
11-17-2011 04:03 AM
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
11-17-2011 04:14 AM
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.