LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using shift register in Labview

First of all i am very new to labview and if this question is posted at the wrong place then forgive me, I wanted to know what is a shift register and how do i use shift register in labview? please help with the syntax if any

0 Kudos
Message 1 of 3
(2,221 Views)
0 Kudos
Message 2 of 3
(2,205 Views)

A way to think about Shift Registers is as "local memory for a Loop that can be initialized, modified (or not) with each iteration of the loop, and can present the final value when the loop exits".  [That is the "explanation for those who know Procedural programming, such as C, Pascal, Matlab, etc., and are new to Data Flow programming, such as LabVIEW].  You should be able to see the Data Flow viewpoint from the tutorial material that Altenbach highlighted for you.

 

Bob Schor

0 Kudos
Message 3 of 3
(2,200 Views)