Does anybody know, how to assign GUI variables for "varSetList[0]=&Var", "varSetBtnList[0]=&Var" and "varSetSldrList[0]" in FlashingLed project?
Regards
Ed
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.
Edmon,
I assume you are trying to edit the source code found in:
C:/TI_F28xxx_SysSW/
so that the software could connect up to the General Purpose GUI, correct?
If I am correct above, the attachment should assist you.
0804.QSG-GeneralPurposeGUI.pdf
Thank you,
Brett
Brett
Thanks for reply, I looked at GeneralPurposeGUI.pdf and what puzzled me was, why the framework didn't declare Var1, Var2, Var3 and Var4 in he framework. So I declared those variable and don't get compile error. However the LED2 Should blink since I have communication with GUI, and I can change the rate of blink in LED3 with GUI slider "Gui_LEDPrd". I don't get variables from Target changed, when I change labels name in "Set variables on Target" in General Gui.
Thank you
Edmon
Edmon,
I am not sure I fully understand your question. Does changing the first slider (Gui_LEDPrd) change the blink speed of the LED on the controlCARD?
The variables link up to the GUI via the firmware. The upper left-most textbox in "Get Variables from Target" will connect up to varGetList[0]. Any variable connected up to varGetList[0] in firmware should be sent across to the GUI and updated regularly. The label just makes things more readable and does not affect the functionality. The second textbox in "Get Variables from Target" will connect up to varGetList[1] and so on.
Thank you,
Brett