LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Performance of tree control

I have more than 3000 data. Each data will act as a parent data for another 500 data. Each 500 data will have 10 child data. As soon in the attachment.

There is no problem in inserting the data in the tree. But software takes around 20-25 min to display the data in tree. Please suggest me some solution to increase the performance of tree indicator.

0 Kudos
Message 1 of 4
(3,069 Views)

I assume that the time to wait only occurs if you change the amount of items in the tree.

If this is true, you should definetly defer the panel updates until all changes are done. You have to use VI Server to defer the updates.

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 4
(3,058 Views)

it would defenetly take a lomg timw to introdcue 3000 data (that too with multiple parents and child)...

 

Why dont you replace the Tree with some other controls...so that you do not end up with waiting for 20~25 minutes

 

 

Guru

CLA

Regards
Guru (CLA)
0 Kudos
Message 3 of 4
(3,043 Views)

Ya that's what i am planning to do that.

 

Anyway Thanks a lot to all.

Message Edited by Ranji on 11-16-2009 08:44 PM
0 Kudos
Message 4 of 4
(3,014 Views)