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.

AWR1642: mmWave studio使用lua脚本配置报错

Part Number: AWR1642

mmWave studio使用lua脚本配置报错未将对象引用设置到对象的实例。使用的是官方的Automation.lua脚本,请问是什么原因造成的。

  • 请问mmwave stuido版本是多少?如果不用lua脚本,手动操作能采集到数据么?

  • mmwave_studio_02_01_01_00的,这个脚本我用windows powershell命令行运行Lua脚本可以实现配置,如果单独在软件中运行脚本就会出现未将对象引用设置到对象的实例。

  • 然后,我在用matlab实现与mmwave studio实现通信,最终也显示的是

    [10:04:03] Script: "dofile("E:test.lua")"
    [10:04:03] Exception message is:
    [10:04:03] 未将对象引用设置到对象的实例。

  • 请问其他lua如DataCaptureDemo_xWR.lua能运行吗?

  • 你好,也是一样的报错。请问是缺少啥配置吗?

  • 使用MATLAB,Init_RSTD_Connection.m里面的测试字符串“Running script from MATLAB”是被接收到的,但是加载外部的lua就会显示未将对象引用设置到对象的实例。

  • 请问matlab是否安装mmwave studio user guide里的版本?
    Install 32-bit Matlab Runtime Engine (Version 8.5.1): It is used to run the PostProcessing utility within mmWaveStudio. in.mathworks.com/.../R2015 aSP1/installers/win32/MCR_R2015aSP1_win32_installer.exe

    另外,在运行DataCaptureDemo.lua前,需要点击set 和 connect,连接以后,才能完成自动化配置。

  • 你好!Matlab Runtime Engine (Version 8.5.1)我已下载安装,且mmwave studio显示已下载,并且成功打开。但是我的matalb的版本不是2015a,是2020b,请问是否会是这个的原因?

  • 你好,刚试了一下运行DataCaptureDemo.lua前,点击set 和 connect,连接以后,可以完成自动化配置。但是Automation.lua就不可以,报错

  • Automation.lua有做什么改动么?

  • 谢谢,已解决了,是自己操作原因

  • 感谢告知!方便分享一下具体怎么解决的么?