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.

IWR6843AOPEVM: Enhancing Log Readability: Parsing Device Logs with gui_parser.py in Industrial_Viisualizer

Part Number: IWR6843AOPEVM

Hello Ti,

To access the readable logs from the device, execute the Python file "gui_parser.py" in Industrial_Visualiser. Upon running this file, a log file is generated; however, its content is currently unreadable. We need to find a way to parse and display the device logs in a readable format.

Thanks & Regards

  • Hello, 

    Sorry for the delayed response here. The log saves the data in it's raw format as it is received from the device. You will need to parse the data to make it readable. This parsing is of course already done in the Industrial Visualizer so you can modify the code so that the data is logged after the parsing happens instead of before. Alternatively, you can take a look at the parsing examples at <MMWAVE_SDK3_INSTALL_DIR>\packages\ti\demo\parser_scripts. These scripts are intended to take a log of the uart data and parse it into a readable format saving the results to a CSV file. You can also use this as a starting point and modify it to suit your needs. 

    Best Regards,

    Josh