Part Number: TMS320F28335
Dear,
I would use GUI Composer to plot FFT results through Scalar graphComponent palette but I don' found how display directly array.
Could you help me?
Regards
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.
Part Number: TMS320F28335
Dear,
I would use GUI Composer to plot FFT results through Scalar graphComponent palette but I don' found how display directly array.
Could you help me?
Regards
Hello,
I assume you are using GCv2. Are you looking to just specify an array and have all the array values plotted at once? I believe you will have to feed in each value one at a time.
Thanks
ki
Hello,
Yes I use GCv2, my array contains values that it necessary to plot all at one time, these values are computed in processor (FFT results).
Regards
Yes I use GCv2, my array contains values that it necessary to plot all at one time
This may not be supported. I will need to confirm with engineering and let you know.
A scalar graph does not support plotting an array of values at once. Line graphs and plots do support this however.
Hello,
Could you tell me how write series_0_values parameter in data description field?
My data is defined as float data1[50]
is-it &data1 or data1[0] or data1?
Regards