Other Parts Discussed in Thread: , AWRL6432BOOST
I am testing with the IWRL6432BOOST module.
I am testing with the provided Industrial Visualizer GUI.
It was confirmed that the GUI operates normally with the mmWave_Industrial_Visualizer.exe file.
However, when running the Python files in the Industrial_Visualizer folder, the GUI does not work.
When running the Python files in the Industrial_Visualizer folder, various error messages occurred in the program, but the cause could not be found.
I want to modify it through the python source and into the GUI I want.
When I started the GUI with the exe file and the Python file, I found some differences in the debugging log.
The Python file is,
[Python is 64 bit
Python version: sys.version_info(major=3, minor=11, micro=5, releaselevel='final', serial=0)]
The mmWave_Industrial_Visualizer.exe file is,
[Python is 32 bit
Python version: sys.version_info(major=3, minor=7, micro=0, releaselevel='final', serial=0)]
There was a default value difference.
I would like to modify the GUI to measure using IWRL6432.
To do that, you need a GUI Python source that operates normally.
I've attached a few images of the error, I hope they help you see them.
thank you.