Currently, I'm developing program with Visual Studio 2005 with NI8.0. I should draw graph with at least 10 plots at the same time by using graph control which ni provides.
I'm sending data evey 100msec to each plot for 10 minutes. The plots should keep all data which I provide. The application program like this should be running 3 at the same time.
But I faced one problem. It is that CPU Usage is getting higher over 30 percent right after my application start drawing the graph.
Then exception is generated and my application is died.
I have same code program with visual basic 6.0. I tested it on same condition, but the problem is not occurred.
Have you ever seen this problem before ?
in additionally, my pc capability is :
CPU: Core2duo T7300
RAM : 2G
Please let me know how to solve this problem ?