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.

CCS: Save workspace in CCS 8.3

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

  • Hello Juan,
    Which particular view(s)? Support for what you seek is limited and varies per view. For example, your can export the variable names in the Expressions view to a text file that can be imported in the future. But none of the actual properties of the view will be saved. You can export the graph properties of a standard CCS graph in a similar way. You can also save the data displayed in a graph to a csv file - but you cannot import it back into the graph at a later time.

    Thanks
    ki
  • 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

  • Espectacular!!!!

    Gracias Ki!