11-01-2007 05:42 PM
11-02-2007 01:12 AM
Hi,
For starters, you seem to have a lot of on the fly Array creations / manipulations which would invoke the RT memory manager making the system very undeterministic. I suggest to preallocate some memory and use the replace Array elements or the new 'In place element structure' if using LV RT 8.5
Rather than having the auto index feature ON in the while loop, why not use the above principle ,use a smart buffer principle and store after every x elements n another low priority task concurrently. See Smart buffer example within the example finder.
Regards,
Ashm01
11-06-2007 01:10 PM
ashm01, thanks for your reply. I got some questions. what does 'on the fly Array creations / manipulations' mean? and by 'preallocate some memory', do you suggest to build the array before the while loop begins? Thanks.
machman
11-07-2007 10:15 PM