I'm wondering what I can do to fix my problems... I will be reading data from a sensor and plotting the x/y points in realtime... I am using QWT to do this and it works fine on my development computer. The board I am developing for is the TS4700, and when I run my software on this board the performance is bad for the graph. It seems that any animation overloads the CPU? I'm not sure if this is a coding issue or something else... As long as the animation isnt visible (looking at a different tab or something) everything seems to work fine, if I show the animation, it loads up the CPU and I lose control of my mouse. If I set a timer to stop the plotting after X seconds I will regain control when it stops...
It seems just any animation kills the CPU - any ideas?
Bookmarks