Results 1 to 2 of 2

Thread: Point by point plotting in real time

  1. #1
    Join Date
    Nov 2009
    Posts
    6
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question Point by point plotting in real time

    Hi

    I am trying to use qwt5 with qt4 on my acer one with ubuntu 9.10 being the OS to plot real time graphs.

    I am knew to qwt and to qt as well actually.
    However I have been going through the examples and trying to understand what is happening.

    Correct me if I'm wrong but I think I have understood that in qwt plotting takes place by first an array being filled with the data being plotted for both the x and y values as in:
    double *xData, yData;

    Now I am working with a data acquisition card that uses usb to connect to my notebook.
    Through the card I am trying to control a motor.

    Now I want my program to take in data every x milliseconds and then calculate what the necessary output must be in order to ensure that the motor is running at the set point.

    Back to Qt/qwt:

    I need to be able to get my plots to show each data as it is being read from the card instead of having to fill in an array and then plot the whole thing at once.

    I do hope that my question is clear enough for you to be able to help me.
    Last edited by Zuks; 3rd December 2009 at 10:19.

  2. The following user says thank you to Zuks for this useful post:


  3. #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: Point by point plotting in real time

    The realtime example shows how a curve can be painted incrementally. In SVN trunk you find a new example called oscilloscope, what might be closer to your application.

    But note, that incremental painting is a platform depending operation, that does work fine on X11, o.k on Windows but not at all on other environments like the Mac.

    Uwe

  4. The following user says thank you to Uwe for this useful post:

    baoxuefei771 (9th July 2010)

Similar Threads

  1. Replies: 6
    Last Post: 21st September 2009, 10:55
  2. how to paint scene point by point
    By elessaar in forum Qt Programming
    Replies: 8
    Last Post: 4th September 2008, 20:00
  3. Check a point inside or outside a road?
    By kstking in forum Qt Programming
    Replies: 1
    Last Post: 15th October 2007, 18:48
  4. Moving the (0.0) point on the scene
    By maverick_pol in forum Qt Programming
    Replies: 1
    Last Post: 6th September 2007, 15:34
  5. Problem in converting QString to QChar array?
    By KaKa in forum Qt Programming
    Replies: 2
    Last Post: 19th March 2007, 00:38

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.