Here is the situation:
I have to process files which contains records.
These records contain data of the waveform datatype.
I need to append the record to eachother, using a (while)loop, appending the Y values only as the rest of the attributes and values are the same.
The problem:
If i try to process large files like say 670Mb the appending works for a while but stops at some point with the remark "Not enough memory to complete operation"
The icon is flashing where i append the Y array starts blinking (the append array icon form tha array tool pallet).
Files with a size up to 200Mb do not generate this error, i do not have any files with a size in between.
I also tried to reserve space up front based on the number of records.
I used the 'intialise array' for this but it also failed with the same remark
Question:
- Is there a limit in the amount of data that can be but into wavevorm data type instance
- Is there a limit in the append function
- Am i getting stuck on limitations on memory in Labview or windows
I use a P4 machine with 1Gb of physical RAM
Armánd Scholtes | Certified LabVIEW Developer