LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I improve the speed of inserting rows and colums into a table in CVI ?

I want to insert too many rows and colums (maybe maxium 655360 rows)into a table and it take too many time,how can i improve it?
thanks!
0 Kudos
Message 1 of 2
(2,826 Views)
Hello

Use the SetTableCellRangeVals() function instead of setting individual elements at a time. You can see a example of this under the ..\CVI\samples\userint\gridview.cws example

Hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,826 Views)