This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28379D: How to plot ADC data in GUI Composer V3

Part Number: TMS320F28379D


Hello, 

I want to plot on a graph datas coming from AdcaResults;

I can print scatter data on top, using the following "gist" code:

<gc-widget-container id="page_data_bottom_container" horizontal layout elevation="1">

<gc-widget-plot id="gc_widget_plot1">
<gc-widget-plot-data-points-2d id="line1" implicit-x></gc-widget-plot-data-points-2d>
</gc-widget-plot>
<gc-model-streaming id="Gui_ValueAdcaResults"></gc-model-streaming>

But I cannot plot the data.

Can anybody help.

Thank you in advance.