Now, we have installed mmWave Studio on five different computers and -- lo and behold -- none of them works.
Nevertheless, all installations show different diseases:
All have in common that the FDTI connection works fine, drivers are installed and that any other connection (RS232 on all available ports and SPI) fails.
At the same point no device is identified (indicating always 0).
In contrast to the four USB devices in the user's guide we have only two, USB Converter A and USB Converter B.
The installation we believe is closest to become operational has the following output:
....
--preambles omitted
.....
[17:27:32] Matlab Runtime Engine is installed
[17:27:32] [RadarAPI]: Starting Matlab Engine..
[17:27:35] [RadarAPI]: Matlab Engine Started!
[17:27:37] [RadarAPI]: ar1.selectCascadeMode(0)
[17:27:37] [RadarAPI]: Status: Passed
[17:27:37] [RadarAPI]: ar1.LoadSettings('C:\Users\45521\AppData\Roaming\RSTD\ar1gui.ini')
--- here the first fishy thing happens! "Index out of matrix borders" (in Danish :-) ). Which index is out of borders and where can I find it in ar1gui?
[17:27:37] [RadarAPI]: Error: Indekset lå uden for matrixens grænser.
[17:27:37] Trace:
[17:27:37] ved AR1xController.ScriptOps.getMatlabPostProcVersion()
[17:27:37] TESTING = false
[17:27:37] RstdNet: Port 2777: Listening..
[17:27:37]
[17:27:37] ***Script completed successfully.***
[17:27:52] [RadarAPI]: Opening Gpio Control Port()
--next fishy thing when pressing "Reset"
[17:27:52] Status: Failed to open/close GpioControl, Error Type: PROTOCOL ERROR
[17:27:53] [RadarAPI]: Opening Board Control Port()
[17:27:53] [RadarAPI]: Status: Failed to open/close BoardControl, Error value: -1
[17:27:54] [RadarAPI]: ar1.FullReset()
[17:27:54] [RadarAPI]: Status: Failed To give full reset, Error Value: -7
[17:27:54] [RadarAPI]: ar1.SOPControl(2)
[17:27:54] [RadarAPI]: Status: Passed
--more fishes on trials to connect to RS232 on COM5, COM4 and COM3
[17:28:00] [RadarAPI]: ar1.Connect(5,921600,1000)
[17:28:02] [RadarAPI]: Error: Connection failed: Calling_ConnectTarget returned 3
[17:28:02] [RadarAPI]: ar1.Calling_IsConnected()
[17:28:02] [RadarAPI]: ar1.SaveSettings('C:\Users\45521\AppData\Roaming\RSTD\ar1gui.ini')
[17:28:04] [RadarAPI]: ar1.Connect(4,921600,1000)
[17:28:07] [RadarAPI]: Error: Connection failed: Calling_ConnectTarget returned 3
[17:28:07] [RadarAPI]: ar1.Calling_IsConnected()
[17:28:07] [RadarAPI]: ar1.SaveSettings('C:\Users\45521\AppData\Roaming\RSTD\ar1gui.ini')
[17:28:07] [RadarAPI]: ar1.Connect(3,921600,1000)
[17:28:08] [RadarAPI]: Error: Serial Port Init(): Forkert parameter.
[17:28:08] [RadarAPI]: Error: Connection failed: Calling_ConnectTarget returned 1
[17:28:08] [RadarAPI]: ar1.Calling_IsConnected()
[17:28:08] [RadarAPI]: ar1.SaveSettings('C:\Users\45521\AppData\Roaming\RSTD\ar1gui.ini')
We have tracked down ar1gui.ini to check what is changed without success.
The folder "C:\Users\45521\AppData\Roaming" exists as well as the ini file (even though it is masked by Windows as "dennePC">"Brugere" and "AppData" is invisible).
Why is no device found?