10-25-2007 03:02 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
10-25-2007 08:04 AM
10-25-2007 08:51 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
10-26-2007 08:16 PM
10-26-2007 08:34 PM
Have a look at the various links on the following page:
http://digital.ni.com/public.nsf/allkb/AC9AD7E5FD3769C086256B41007685FA
10-29-2007 08:18 AM
Hi Mug-bearer,
Ditto to all of the above.
Another factor that comes into play is LabVIEW wants contiguous blocks of memory for its buffers. If the memory is fragmented, attempts to allocate a buffer will fail.
So a bunch of smaller buffers are more likely to work while a single monster buffer may fail even thought the total available memory looks like there is enough.
Ben
10-30-2007 08:03 AM
10-30-2007 08:17 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
10-30-2007 11:01 AM
Dunno of this tidbit will help, but maybe...
One trick I once used under RT to avoid de-allocating and re-allocating involved the use of "Reshape Array" instead of using "Initialize Array." See this old thread for details.
-Kevin P.
10-30-2007 11:07 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus