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/AWR1443BOOST: GUI Composer 2 issues

Part Number: AWR1443BOOST
Other Parts Discussed in Thread: AWR1443

Tool/software: Code Composer Studio

Hi,

I'm trying to modify the mmWave demo visualiser GUI so that the doppler range and scatterplot are on top of one another and take up only half a screen. However, every time i delete a plot from the GUI, the GUI no longer runs with my AWR1443 device. It no longer responds to the "Send Config to mmWave device" command.

Any help would be appreciated.

  • Hello,
    Using Chrome browser, run your GCv2 dashboard and press 'F12' to open the console. Provide the errors that you see in the console

    Thanks
    ki
  • Hi,

    I get several errors and some of them are:

    /workspaceserver/gc/default/mmWave_Demo_Visualizer/dev.ti.com/.../license.txt Failed to load resource: the server responded with a status of 404 (Not Found)


    /workspaceserver/gc/default/mmWave_Demo_Visualizer/dev.ti.com/.../package.json Failed to load resource: the server responded with a status of 404 (Not Found)

    /workspaceserver/gc/default/mmWave_Demo_Visualizer/template.json Failed to load resource: the server responded with a status of 404 (Not Found)

    I think my main issue is that GUI composer doesn't give me the freedom to delete plots at will since when i load the GUI app on my pc, it doesn't send config file to the radar. Also when i try and increase the size of the plots, they stay the same size when i run the GUI.

    Thanks

  • HI Saad,

    In the chrome debugger console, you can filter to show errors with the drop down option. I am guessing when you delete a plot, the widget is no longer exist in your design and one of the javascript file is referencing the widget. In my case I delete the X-Y Scatter Plot from the design and I get an error in the mmWave.js file line 1265.

    You can ignore the lincense.txt and package.json errors.

    Regards,
    Patrick