LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to update the Array taken as Buffer?



Ruju wrote (in the attached VI):

Is this the initialisation of
shift register? and then
after each iteratio, will it
take the data from the loop?



This is correct. 🙂
  1. If you initialize the shift register, it will contain the initialization value at the first iteration of the loop. In later itaration, it will contain the data fed into the right side in the previous loop. Of course, next time the loop starts from the beginning, it will again be initialized to the defaults.
  2. Sometimes it is useful to NOT initialze the shift register. In this case it will retain the data from the last time the loop finished. This allows the shift register to store data between calls. (e.g. as used in functional (LV2-style) globals). 
 
 
Message 11 of 14
(770 Views)
Thanks Altenbach,
 
               Thanks for the reply, now i ve clear the doubts about the shift register, and i think it is quite useful every time thanks again and njoy the vacation.
 
Thank you,
Rujuta
0 Kudos
Message 12 of 14
(761 Views)

Hi Rujuta,

sorry i could not get back on time,

But then, the 'Mighty Wizard' Altenbach will always been around to weave his magic! Smiley Wink

regards

Dev

 

Message 13 of 14
(757 Views)

Hiii,

        Thanks to you also, you also have done the wonderful job for me,  it doesnt matter for me that u cant get bck today, bcos yesterday when i really needed, u were there to help me, thats enough for me.

Thank you,

Rujuta

0 Kudos
Message 14 of 14
(752 Views)