LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

resetting array data to empty

what i have is a 2 d array to 1 d array conversion.  my problem is that i need to reset the output array to empty before each time i run it.  right now it keeps adding the data for each run.  any advice?
0 Kudos
Message 1 of 4
(2,439 Views)
Hi,
I think you have to connect an empty array constant to the shift register.

BR,
ThSa

Message Edited by ThSa on 08-23-2006 10:27 PM

Message 2 of 4
(2,435 Views)

Hi,

wire an empty array constant to the input of the shift register.

regards

Ray Farmer

Regards
Ray Farmer
Message 3 of 4
(2,426 Views)
thanks to both of you.  i was originally trying to initialize an empty array after the data came out of the for loop.  thank you
0 Kudos
Message 4 of 4
(2,422 Views)