LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Start FOR loop from specified iteration number

Solved!
Go to solution

That is Replace Array Subset.  Expanded for two dimensions.

 

Lynn

0 Kudos
Message 11 of 14
(781 Views)

I love this forum!!! 


0 Kudos
Message 12 of 14
(777 Views)

@NapDynamite wrote:

Have you used Replace array or Insert Into Array inside the second loop?


There two are very different functions and it is very important that you learn the difference:

 

  • "replace array subset" keeps the array at the same size and places new values in designated elements. This is very efficient because no new memory is allocated.
  • "Insert into array" will insert an element at the designated location and move all higher indexed elements up a slot. The array size grows! Not only does new memory need to be allocated, but many elements need to change their index. This can be orders of magnitude slower.

NapDynamite wrote:

Can you please send me this VI? 😞


Were you able to recerate the functional VI from the image?

 

0 Kudos
Message 13 of 14
(774 Views)

Yes I was able to draw the VI. Thanks alot for your help. 😄


0 Kudos
Message 14 of 14
(769 Views)