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/TMS320F28335: Custom data processing in GUI Composer

Part Number: TMS320F28335


Tool/software: Code Composer Studio

Hi ,

I am creating GUI based application where I need to compute one target variable array values based on few input parameters.

I am trying to use java script file and tried editing below function.

function gc.databind.registry.bind(targetBinding, modelBinding, [getter], [setter]);

The question is how I can write a script where modelBinding is not a single parameter.

What is the widget that I can use to input list of parameters(modelBinding variable) and then calculate targetBinding variable.

Are there any examples available for custom data processing using Java Script.

Please help with the doubt.

Thanks,

Namita

  • Namita,

    For an introduction to custom data processing, please refer to this documentation and the example video linked from that page.

    Also several GUI Composer examples are available in the Gallery. You can narrow down the list by typing keywords in the Search box. Have a look at the TestArrayBindings example, perhaps that may help point you in the right direction.