器件型号:320F28377D
工具/软件:Code Composer Studio
尊敬的社区
我想问您在调试应用程序时保存变量和图形可视化配置的过程是什么。 然后在其他场合使用它。
谢谢、此致
胡安
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.
器件型号:320F28377D
工具/软件:Code Composer Studio
尊敬的社区
我想问您在调试应用程序时保存变量和图形可视化配置的过程是什么。 然后在其他场合使用它。
谢谢、此致
胡安
[引用 user="Juan Manuel Trepat"]我想了解的是如何保存窗口设置"Expressions"和图形。[/quot]
对于表达式视图、右键单击视图、然后在上下文菜单中选择"Export"选项:
对于 Graph 属性、请使用"Export"按钮:
[引用 user="Juan Manuel Trepat"]我在 C2000WARE 文件夹中看到的示例中包含以下文件:AddWatchWindowVars.js 和 xxxx.graphProp、用于保存变量和图形的配置。 如何创建和管理它们?[/报价]
Add WatchWindowVars.js 使用 Scripting Console 命令将变量添加到 Expressions 视图中。
xxxx.graphProp 由上面提到的用于图形属性的 Export 选项生成
谢谢
Ki