CCS/IWR6843ISK-ODS: mmwave studio LUA shell RSTD.NetStart issue Part Number: IWR6843ISK-ODS Tool/software: Code Composer Studio Hi When I try to use RSTD.NetStart instruction in LUA shell. It returns a message as following: I also modify the mmWaveStudio.exe.config line 5 from name="RTTT.Properties.Settings to name="RSTD.Properties.Settings, but the error still exists. How should I do for this issue? Ernie Hello, Can you please try the latest version of Studio 2.1? I have tested it and RSTD.NetStart() is called in the Startup script automatically. You do not need to enter it in the LUA shell. In the output window you can see: RstdNet: Port 2777: Listening.. as the response after launch mmWave Studio. Amanda Hi But the version of Radar board is ES1.0. The Studio 1.0 seems that only support ES2.0? Ernie Ernie, I was able to use v 2.0 with modification to the .config file. As specified in this thread: /.../2627526 I've attached the file I used.6747.mmWaveStudio.exe.config Can you replace it and see if it works for you. You should see the RstdNet: Port 2777: Listening.. response in the output panel after giving the command in the Lua Shell. Please provide the message shown in the output panel if you are still not able to get it to work. AManda Hi Amanda I have replaced the mmWaveStudio configure file on my PC. However, the mmWave Studio can't be used after replacing the configure file. The attachment is my configure file. The difference between our configure is from line 71. 0121.mmWaveStudio.exe.config Ernie Hello Ernie, Can you try uninstall and then reinstall mmWave Studio and then replacing the file or making the changes as I have in my attached file? Make sure you manually delete the RSTD folder as a whole present in the C:\Users\\AppData\Roaming location before you reinstall. Amanda Hi I try to uninstall and then reinstall mmWave Studio and then replacing the file or making the changes as you mention above, and I also try the issue as follows: /support/sensors/f/1023/t/671275?tisearch=e2e-quicksearch&keymatch=awr1243boost:%20Radar%20studio%20automation But the error still exists, the return is the same as >RSTD.NetStart ans=Lua511.LuaCSFunction Does it mean the function has a problem? or the port 2777 has been used so I can't use it? Ernie You need to be invoking it as a function RSTD.NetStart(); you're using only RSTD.NetStart