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:GUI Composer (计时事件)

Guru**** 2020320 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/581418/ccs-gui-composer-timing-events

工具/软件:Code Composer Studio

你好,

我正在寻找一种在GUI编辑器中实施单稳态按钮的方法。 到目前为止,我尝试通过编写ValueButton/Value/Pre处理函数来执行此操作,但问题是我只将值传递给绑定变量一次(当函数返回时),并且无法传递一次,等待,然后再执行一次。 是否有明显缺失的东西? 其他一些小工具(不是ValueButton)。 或者GUI Composer根本不支持计时事件?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好,Aleksander:

    如果您尝试写入目标上的变量,则可以尝试使用DSS脚本,并在按下时让按钮执行脚本。 例如,请参阅 processors.wiki.ti.com/.../DSS_Scripts

    Patrick