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: 320F28377D
Tool/software: Code Composer Studio
Dear community
I would like to ask you what is the procedure to save the configuration of the visualizations of the variables and graphics when debugging an application. To then use it in another occasion.
Thanks and regards
Juan
Hi Ki
What I would like to learn is how to save the window settings "expressions" and graphics.
I see in examples in the C2000WARE folders that contain the files: AddWatchWindowVars.js and xxxx.graphProp, which, save the configurations of varialbes and graphics. How are they created and managed? Are there any application notes on these topics?
Thank you!
Juan
Juan Manuel Trepat said:What I would like to learn is how to save the window settings "expressions" and graphics.
For the Expressions view, right-click in the view and select the "Export" option in the context menu:
For the Graph properties, use the "Export" button:
Juan Manuel Trepat said:I see in examples in the C2000WARE folders that contain the files: AddWatchWindowVars.js and xxxx.graphProp, which, save the configurations of varialbes and graphics. How are they created and managed?
Add WatchWindowVars.js uses Scripting Console commands to add variables to the Expressions view.
xxxx.graphProp is generated by the Export option mentioned above for the graph properties
Thanks
ki