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 (timing events)



Tool/software: Code Composer Studio

Good day,

I am looking for a way to implement monostable button in GUI Composer. So far I tried to do it by writing ValueButton/value/pre processing function, but the problem is that I pass value to the bound variable only once (when function returns) and there is no way to pass it once, wait, and then do it again. Is there something obvious I am missing? Some other widget (not ValueButton). Or are timing events not supported by GUI Composer at all?