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.
Hi all,
I am using the CCS 5.5.0.00077 with TMS320F28335 Experimental kit.
I am using one of the example project from ContolSUITE for ADC module. I want to export all the variable values from the
watch window. I tried right click in the watch window and select export and generate a txt file. But when I open the txt
file it has just the variable name and no values. The txt file is actaully a xml file as it start with <?xml version="1.0"
encoding="UTF-8"?> and has the variable names in a tree structure but has no values.
Thank you for your help.
Best Regards,
Pankaj Kadam
Hi Pankaj,
The export to file feature in the expressions view would just save the variable name. This is so that you can easily import the file to re-add the names of the variables instead of manually entering them again. It is not meant to be used to save a snapshot of the variable values.
If you want the value also, you can copy and paste the contents to a text file.
Thanks
ki
Hi Ki,
I have an array of 100 values and tried copy and paste but it copies only the first three rows. As a result I used the export option in expression window.
Is there another method I can use to get all the values to plot a graph. I tried using the in-build graph option in CCS but it doesn't display a graph for float values.
Thank You.
Regards,
Pankaj
Pankaj Kadam said:I have an array of 100 values and tried copy and paste but it copies only the first three rows
Ah right. There is a known bug filed for this (48013). It is resolved in CCSv6