LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shift register and sequence control

i want to know how how shift register and sequence control can be
used in programming.
thankyou,
shanti bhushan
+919343694007

0 Kudos
Message 1 of 3
(2,761 Views)
I would look at the examples shipped with LabVIEW.  That will familiarize yourself with what you are asking.

Alternatly, you can use the State machine template that is shipped with LabVIEW.

There is also plenty of examples and tutorials on the NI website and these forums.


Kenny

Message 2 of 3
(2,753 Views)
Hi Shanti,
Shift register is somewhat like a local variable in C++.  It's used to save values from one iteration of the loop to the next.  Please search for "Shift registers" in LabVIEW help (Help->Search the LabVIEW Help) for more information regarding shift registers.
Sequence structures allows you to execute different VI's in sequence.  Further information is also available in LabVIEW Help.
Like Kenny mentioned, there are a lot of shipping examples that utilize these functions, and there's also a lot of resources online.
You can find the examples in LabVIEW, go to Help->Find Examples, or use the template by go to File->New...->VI->From Template->Frameworks->Design Patterns, or find more examples at www.ni.com/devzone.
Hope this information helps.

Yi Yan
Applications Engineer
www.ni.com/support
0 Kudos
Message 3 of 3
(2,719 Views)