LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problems with shift register

Hi yameada,

 

I checked with the idea you gave, but can you tell me why have you used  array size and index arrey in between the two case structures?

 

I have decided to redo my main code that is collecting the data from the LIN network and then change this code for checking the output. I am having lots of problem with the main code for LIN network. Will work on that now. Have to fix that immediately.

 

Thank you.

  

0 Kudos
Message 31 of 33
(648 Views)

Since we're looking at a small array of Data i use Build Array to save the 4 last data arrays, resulting in a 2D array.

The Index Array and Array size is to check the number of rows i currently have (the number of columns is of no interest). Since i now have a 2D array the Array size will give a 2 slot array as result. (unless i wired it wrong so you get the number of columns)

If i have >4 rows i want to remove the 1st row (thus array subset).

 

/Y

Message Edited by Yamaeda on 04-09-2010 08:35 AM
G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 32 of 33
(647 Views)

Oh ok, now i get it. I will try to fix the main code soon and then try using this concept and check the output. Thank you for all the help.

 

I will let you know how it goes.

 

Thank you.

 

0 Kudos
Message 33 of 33
(637 Views)