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