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: main.cfg of powerSUITE Project (Vienna Rectifier)

Other Parts Discussed in Thread: CONTROLSUITE, POWERSUITE

Tool/software: Code Composer Studio

Dear Support Team,

we are trying to evaluate Vienna Rectifier based design based on www.ti.com/tool/TIDM-1000. We solved some issues yet, but the GUI will not load.

Let me sum up, what I did until now:

The PC is running Windows 7 64bit in German
.NET Framework 4.7 was already installed
installed Code Composter Studio 7.3.0.00019
fixed some proxy issues
installed GUI Composer Runtime 6.1.0.2 from the CCS App Center
installed controlSUITE 3.4.7 including powerSUITE 1.7.0.00
run F28377D Project from he TI Resource Explorer classic
main.cfg PowerSuite window stays blank

Code Composer Studio gave warnings, so i installed compiler 6.4.6 and XDCtools 3.31.00.24
-> no effect

according to https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/600473:
- open with XGCONF -> no effect
- switched powerSUITE versions -> only 1.7.0.00 worked to run
- same results with different projects
- GUI Composer Test App is running
- chrome debugging gives error as follows:

Installing suggested updates an Eclipse GMF Framework didn't change the result

  • No Name said:
    The PC is running Windows 7 64bit in German

    We have heard of this type of issue with PowerSuite when using language setting other than English. Please see this related post

    Please set the default language as English and let us know if it resolves the issue.

  • AartiG said:
    Please set the default language as English and let us know if it resolves the issue.

    There is another workaround other than changing the language setting. 

    Go to the directory \ccsv7\eclipse\plugins\davinci.gc_1_5_1.0.0.201612021400\WebContent\gc\dijit\resources\nls within the CCS install directory.
    Edit the file CheckedMultiSelect.js and set all entries in it to false (essentially disabling multi language support for that one widget).

    Let us know if this helps resolve the issue. 

                 

  • Changeing the Windows Language did kill the system.
    Everything is running fine now, but I'm not sure, if setting the System language to English or the plain istallation did solve the problem.