Results 1 to 2 of 2

Thread: Gantt like chart for control system

  1. #1
    Join Date
    Nov 2011
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Smile Gantt like chart for control system

    Hi All;
    I'm looking at making a timing sequence app that makes a chart, like a Gantt chart. For an example look at;
    http://www.teetersproducts.com/image...%20Service.pdf
    page 113 lower right corner.
    The second part of the project binds the active bars to DIO ports and has a qtimer drive the chart to do outputs.

    I have a pretty good idea on how to do the second part, it's already working from a text file. The text file format is;
    105,1,0 // @ 1.05 seconds turn channel 1 off
    106,2,1 // @ 1.06 seconds turn channel 2 on

    Now I want to do a GUI to do the file creation and editing. Any ideas?
    in the future I want to add analog output abase on a curve, but baby steps first.

    The output is done using the comedi driver library.
    Thanks
    Pat

  2. #2
    Join Date
    Jul 2010
    Posts
    72
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded Qt Jambi
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Gantt like chart for control system

    Hi,

    I work on similar task:

    I need to build waveform viewer – like GUI in Qt, that is similar to Modelsim vsim with certain regions rectangles if different colors and length, time scale, marker lines on time scale with zooming in / out.

    Have anybody worked with such waveform viewer GUI. Can anybody advice link to source code, open source project in Qt with above features ?

    I have only QML profiler GUI source codes similar. I need more examples in Qt.

    This is a good idea to use QGraphicsView framework and to represent the waveforms as QGraphicsPolygonItem or custom items, there should be zoomable time scale and markers, the elements ( rectangles ) on the plot should be expandable. Not sure that QWT contains such kind of plot, does it ?

    Have anybody met ( experienced ) such open source project where this type of GUI implemented ?

    I am interested in previous experiences / open source or com. projects when such waveforms were created using Qt v. 4.2 + Graphics View framework.
    Similar illustrations of the interface that I am looking for are among:

    Attachment 8460


    Tnx in advance. Hp to hear...

Similar Threads

  1. Gantt charts with QWT ?
    By thejester in forum Qwt
    Replies: 19
    Last Post: 5th May 2011, 07:52
  2. Mouse Interactive Gantt Chart in Qt
    By iuha in forum Qt Programming
    Replies: 1
    Last Post: 7th April 2011, 09:00
  3. Replies: 8
    Last Post: 21st March 2011, 12:40
  4. Replies: 0
    Last Post: 16th December 2009, 09:45
  5. need some good chart control
    By yunpeng880 in forum Qt Programming
    Replies: 2
    Last Post: 12th March 2009, 04:29

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.