Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

speed up the big table

Dear Sir

Please refer to the attachment ai.vi file.

The table of the program is more big and the loop running with taking very very long time and low speed. It is obviously different with the situation of small table. Though we realize big table took more time to run than small table.

Please help us to solve this problem and speed up the big table.

Best regards,

Cheryl Yen

I. C. M. INC.
5Fl.-4, No.91, Dashuen 1st Rd., Tzuoying District, Kaohsiung 813
Taiwan
Tel: 886-7-5577691 Fax: 886-7-5575965 E-mail: icm@icm.com.tw
0 Kudos
Message 1 of 2
(2,524 Views)
This is strictly because of the size of your table. Your VI refreshes the table every time you write a new value to it. Because user interface actions require a lot of resources, this slows down your program immensely. If you hide the control, you will see it run extremely fast. So unfortunately, there's not a whole lot you can do to speed it up if you want to keep the table that big.
J.R. Allen
0 Kudos
Message 2 of 2
(2,524 Views)