Within GUI Composer, are there any means of synchronizing the update of widgets (i.e. ScatterPlot) depending on the execution of the DSP program?
In other words, the array of data for the ScatterPlot should not be read by GUI Composer while the DSP is writting to that same array of data.
I have an example of an X-Y plot where I can see that GUI Composer sometimes reads the two coordinates of an X-Y point after the DSP has updated the X-coordinate but not yet the corresponding Y-coordinate of that same point. So the integrity of points in the ScatterPlot is lost from time to time.
My platform is the C5510.
Many thanks for helping,
Roland