[Solved]RealTime graphics
-
wrote on 24 Jan 2012, 11:53 last edited by
HI
In my application I need to plot some graphs and I'm using qwt plot to show this data in a linear way..But now I Want to show the Data in the plot just in frames of 20 secs and be able to scroll back to the old graph with the old values.
Is it possible(Yes I think so), but how will I do this.
Any ideas are welcome
Sorry for my bad English
// -
wrote on 24 Jan 2012, 12:29 last edited by
What do you mean by frames of 20 secs?
X - axis should define 20 seconds, and you want to scroll?
I don't know QWT, but why shouldn't it work?
In worst case, you store the values and reset the values in the plot. -
wrote on 24 Jan 2012, 12:33 last edited by
It doesn't got the "scrollers" but I wonder what would happen if I uses the qt Scrollbars and put the qwt plot inside it.
As I do it for now i clears the value vectors every minute after 2 minutes.No good solution.
-
wrote on 25 Jan 2012, 06:43 last edited by
Yes i have looked at the examples but I don't see any thing like this and I'm not the first to need something like this I think.
any tips??
3/5