01-03-2011 08:50 AM
Hi Experts!
I have a big problem, and I don't know how to solve it.
I have a huge tree, Nodes count about 40-50.
I have an array of object, every object is a node in the tree. I would like to update the tree status with the objects, but it takes so much time.
I had an idea, please take a look at the attached image.
Splitting the obj. array with smaller pieces, Every for loop can run parallel (?), and in the Run Time Update vi contains the update procedure of the tree.
Every Run Time Update VI operates on Tree Reference and subarray of parameters. Why this method run time is the same, when i dont split the whole array?
Could you suggest me any solution to enhance the tree refresh time?
Thans in advance!
Solved! Go to Solution.
01-04-2011 01:28 AM
My Problem is solved!
Defer Panel Update! I like it 🙂