02-07-2019 08:25 AM
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
02-07-2019 01:54 PM
02-07-2019 02:07 PM
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