01-13-2006 03:24 AM
01-13-2006 04:13 AM
Hi,
You are using shift registers to build/store 7 arrays.
Initially you are initialising arrays with a value '0' and carrying it into the for loop.
This also seems to take up all your VI's virtual memory.
from ur pic, I cannot know what you are doing inside the subsequent cases 1 and 2.
If you are inserting new values into an array, just connect an empty array to the shift registers instead of an array of specified size and '0' as its element, and keep inserting the derieved values.
Even if this loads your memory, The best soulution would be to write to file ( using file I/O's) the derieved values.
keep appending new values from each iteration to the same file
This way you will not have to depend on the virtual memory of your VI.
later, just read this file and display as an array.
01-13-2006 04:18 AM
Hi
The basic idea (initialize array and later replace single elements) is ok. The question is to what size they are initialized.
Benio did you debug the vi? When das the error occur? What size do these array have?
01-13-2006 04:18 AM
Hi
The basic idea (initialize array and later replace single elements) is ok. The question is to what size they are initialized.
Benio did you debug the vi? When das the error occur? What size do these array have? Could
01-13-2006 04:18 AM
Hi
The basic idea (initialize array and later replace single elements) is ok. The question is to what size they are initialized.
Benio did you debug the vi? When das the error occur? What size do these array have? Could you
01-13-2006 04:19 AM
Hi
The basic idea (initialize array and later replace single elements) is ok. The question is to what size they are initialized.
Benio did you debug the vi? When das the error occur? What size do these array have? Could you post
01-13-2006 04:19 AM
Hi
The basic idea (initialize array and later replace single elements) is ok. The question is to what size they are initialized.
Benio did you debug the vi? When das the error occur? What size do these array have? Could you post pictures
01-13-2006 04:19 AM
Hi
The basic idea (initialize array and later replace single elements) is ok. The question is to what size they are initialized.
Benio did you debug the vi? When das the error occur? What size do these array have? Could you post pictures from
01-13-2006 04:19 AM
Hi
The basic idea (initialize array and later replace single elements) is ok. The question is to what size they are initialized.
Benio did you debug the vi? When das the error occur? What size do these array have? Could you post pictures from the
01-13-2006 04:19 AM
Hi
The basic idea (initialize array and later replace single elements) is ok. The question is to what size they are initialized.
Benio did you debug the vi? When das the error occur? What size do these array have? Could you post pictures from the other cases as well or maybe post the vi itself?
Thomas