LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Reference - Enhance Tree Update Time

Solved!
Go to solution

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!

---
+++ In God we believe, in Trance we Trust +++
[Hungary]
0 Kudos
Message 1 of 2
(2,195 Views)
Solution
Accepted by topic author D60

My Problem is solved!

 

Defer Panel Update! I like it 🙂

---
+++ In God we believe, in Trance we Trust +++
[Hungary]
0 Kudos
Message 2 of 2
(2,167 Views)