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.
Tool/software:
I've seen a few other posts on this, but none of those solutions have worked. I've downloaded the 32 bit matlab runtime engine, but still getting the following error. I'm connecting a IWR6843AOPEVM to a DCA1000 in order to get raw ADC data. I've re-installed mmwave and CCS, anything else I could try? I see the DCA1000 com ports and the IWR ones so that seems to be working. Thank you for any help.
GM: Constructor
GM: Fri Oct 11 23:35:50 2024
RSTD.Transmit("/Settings")
[23:35:51]
[23:35:51] ### Running Startup script: "C:\ti\mmwave_studio_02_01_01_00\mmWaveStudio\Scripts\Startup.lua" ###
[23:35:51] RSTD.SetAndTransmit ("/Settings/Scripter/Display DateTime" , "1")
[23:35:51] RSTD.SetAndTransmit ("/Settings/Scripter/DateTime Format" , "HH:mm:ss")
[23:35:51] Scripter ignored: Attempt to UnBuild() again or before Build.
[23:35:51] RSTD.SetVar ("/Settings/Clients/Client 0/Dll" , "C:\\ti\\mmwave_studio_02_01_01_00\\mmWaveStudio\\Clients\\\\LabClient.dll")
[23:35:51] RSTD.SetVar ("/Settings/Clients/Client 0/Use" , "TRUE")
[23:35:51] RSTD.SetVar ("/Settings/Clients/Client 1/Use" , "FALSE")
[23:35:51] RSTD.SetVar ("/Settings/Clients/Client 2/Use" , "FALSE")
[23:35:51] RSTD.SetVar ("/Settings/Clients/Client 3/Use" , "FALSE")
[23:35:51] RSTD.SetVar ("/Settings/Clients/Client 4/Use" , "FALSE")
[23:35:51] RSTD.SetVar ("/Settings/AL Client/AL Dll" , "C:\\ti\\mmwave_studio_02_01_01_00\\mmWaveStudio\\RunTime\\SAL.dll")
[23:35:51] RSTD.SetVar ("/Settings/Clients/Client 0/GuiDll" , "")
[23:35:51] RSTD.SetVar ("/Settings/AutoUpdate/Enabled" , "TRUE")
[23:35:51] RSTD.SetVar ("/Settings/AutoUpdate/Interval" , "1")
[23:35:51] RSTD.SetVar ("/Settings/Monitors/UpdateDisplay" , "TRUE")
[23:35:51] RSTD.SetVar ("/Settings/Monitors/OneClickStart" , "TRUE")
[23:35:51] RSTD.SetVar ("/Settings/Automation/Automation Mode" , "false")
[23:35:51] RSTD.Transmit("/")
[23:35:51] RSTD.SaveSettings(): Settings saved to "C:\Users\nitini\AppData\Roaming\RSTD\config.xml"
[23:35:52] RSTD.Build()
[23:35:52] RSTD.SaveSettings(): Settings saved to "C:\Users\nitini\AppData\Roaming\RSTD\config.xml"
[23:35:52] RSTD.Transmit("/")
[23:35:52] RSTD.AL_Build()
[23:35:52] RSTD.AL_LoadXml()
[23:35:52] RSTD.Transmit("/")
[23:35:52] RSTD.AL_Init()
[23:35:52] RSTD.Clients_Build()
[23:35:52] GM: Init
[23:35:52] GM: Loaded 'C:\ti\mmwave_studio_02_01_01_00\mmWaveStudio\Clients\\LabClient.dll'
[23:35:52] GM: 1 Guest (s) init
[23:35:52] GM: 1 Module(s) init
[23:35:52] GM: 2 Tab (s) init
[23:35:52] RSTD.Client_LoadXml()
[23:35:53] [RadarAPI]: ar1.selectRadarMode(0)
[23:35:53] [RadarAPI]: Status: Passed
[23:35:53] Matlab Runtime Engine is not installed
[23:35:53] [RadarAPI]: Starting Matlab Engine..
[23:35:53] [RadarAPI]: Error: The type initializer for 'MatlabPostProcGui.MatlabPostProcGUIClass' threw an exception.
[23:35:53] Trace:
[23:35:53] at MatlabPostProcGui.MatlabPostProcGUIClass..ctor()
[23:35:53] at AR1xController.frmAR1Main.InitMatlabPostProcEngine(String PostProcesspath)
[23:35:53] [RadarAPI]: Error: Error occured in Matlab Initialization
[23:35:53] [RadarAPI]: Matlab Engine couldn't be Started..
[23:35:55] [RadarAPI]: ar1.selectCascadeMode(0)
[23:35:55] [RadarAPI]: Status: Passed
[23:35:55] [RadarAPI]: ar1.LoadSettings('C:\Users\nitini\AppData\Roaming\RSTD\ar1gui.ini')
[23:35:55] [RadarAPI]: Error: Object reference not set to an instance of an object.
[23:35:55] Trace:
[23:35:55] at AR1xController.ScriptOps.getMatlabPostProcVersion()
[23:35:55]
[23:35:55] &&&&&&&&&&&&&&&&&&&&
[23:35:55] ***Script FAILED!***
[23:35:55] &&&&&&&&&&&&&&&&&&&&
[23:35:55] Exception message is:
[23:35:55] Unable to load DLL 'mclmcrrt8_5_1.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Solved this for myself - Turns out I had the 2020 version of Matlab also installed on the machine. After uninstalling that and installing the 2015 runtime, this error has resolved.