> 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 >
You probably want to use the task manager or other Windows tools to see just how much memory is being used. My guess is that you get the message when the process hits 2G of virtual memory, and that is the limit imposed by the OS. Keep in mind that when you are manipulating large arrays that copies can be made, and to display them copies must be made. These can be minimized to a point, but at some point the convenience of dealing with a simple arrays takes too much memory and you need to operate in blocks or on decimated data. There are some pretty good articles on dealing with large arrays on the NI web site. Greg McKaskle
