Results 1 to 3 of 3

Thread: QWT realtime plot with scroll bar

  1. #1
    Join Date
    Aug 2013
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QWT realtime plot with scroll bar

    HI,

    I am working on project that uses QWt for plotting oscilloscope type plot realtime. It also has horizontal scroll bar facility. Is there any way to store past data so that plot can work fast with given parameters.

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,311
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QWT realtime plot with scroll bar

    The points you show to the plot doesn't need to be the same as those you store somewhere,

    Uwe

  3. #3
    Join Date
    Aug 2013
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QWT realtime plot with scroll bar

    Yes I am planning to plot 1000 data per second from 20,000 data per second I will get. Also, which is good storage method(text file, database, or any sugession) in this situation and faster in terms of storing and retriving back(for scrolling)?

    My application has record and stop buttons. when user click on record button it will plot and store those data. And when user click on stop, it will retrive all past data and user can scroll back to see whole plot.

    Everything working right now and I am storing data in memory. Its working fine but it's memory consumption increase lot with time.

Similar Threads

  1. qwt plot to scroll data text file
    By vanduongbk in forum Qwt
    Replies: 0
    Last Post: 1st November 2013, 04:18
  2. Replies: 0
    Last Post: 13th February 2013, 15:25
  3. QWT Realtime Plot zoom
    By Gavin Harper in forum Qwt
    Replies: 2
    Last Post: 13th September 2010, 08:04
  4. QDial disabling key scroll and mouse wheel scroll
    By ldg20 in forum Qt Programming
    Replies: 2
    Last Post: 2nd June 2010, 23:05
  5. Replies: 6
    Last Post: 14th April 2006, 05:39

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.