How to display real-time data in graphics using SIGL or Embedded Ch Professional?
Your C or C++ program may need two threads. One for incoming data, and other for plotting. When you have a set of data, one thread uses SIGL to plot and convert the data to be diaplayed inside your GUI. When you have new or updated data set, you use SIGL to replot and display the updated plot inside the same window of your GUI. You can download the demo code at http://www.softintegration.com/products/sdk/embedch/realtimeplotexample/ For general plotting from GUI, you can find the examples from the link below.
Your C or C++ program may need two threads. One for incoming data, and other for plotting. When you have a set of data, one thread uses SIGL to plot and convert the data to be displayed inside your GUI. When you have new or updated data set, you use SIGL to replot and display the updated plot inside the same window of your GUI. You can download the demo code at http://www.softintegration.com/products/sdk/embedch/realtimeplotexample/ For general plotting from GUI, you can find the examples from the link below.