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.

IWR1642: Error running lab13 when tm_play.exe is in PC Replay

Part Number: IWR1642

Hello,

I'm trying to use the Gtrack Tuning tool that have in the lab13 but was unable to made it run in PC Replay mode.

I followed the tutorial in the: http://dev.ti.com/tirex/content/mmwave_industrial_toolbox_2_4_0/labs/lab0013_traffic_monitoring_16xx/docs/gtrack_tuning_tm.html

I'm getting this message:

Thank you.

  • Former Member
    0 Former Member
    Hello,

    Please confirm the following:
    1) The industrial toolbox is installed at c:\ti and the trackModule.m file can be located at: C:\ti\mmwave_industrial_toolbox_3_4_0\labs\lab0013_traffic_monitoring_16xx\src\mss\gtrack\test\win\matlab\src
    2) You are following the instructions specified in step 6.
    "Gtrack parameters: these parameters are prepopulated from the values in the .cfg file selected in step 3. However, they can be modified and the new values will be applied to implement the group tracker.
    NOTE: the Other mandatory parameters are not specified by the .cfg file (or cli commands). Here they must be entered in by the user.
    Values the can be used for the sample_fhist files are [-5, 0, 4] for [Initial Radial Velocity, Max Accel X, Max Accel Y]"

    If the Other mandatory parameters are not specified the PC replay will not work.

    Amanda
  • Hi Amanda,

    Thanks for the awnser.

    1) Yes, the file is on the right local with the others files:

    2) I did put the Other mandatory parameters as the guide said.

    Just to clarified, I'm using the Industrial tool box 3.4 with the matlab runtime 2017a (9.2). I don't have the matlab on my pc.

    I have tried on others PCs and get the same message.

    Thanks.

  • Former Member
    0 Former Member in reply to Kevin Guimaraes
    Hello,

    Are you using the sample fhist files? Does the target replay mode work correctly?

    Amanda
  • Hi,

    Yes, I'm using the sample fhist file and the chirp config (chirp_configs/mmw_tm_demo_ph2.cfg). The target replay works fine.

  • Former Member
    0 Former Member in reply to Kevin Guimaraes
    That is unusual then to see issues with the PC replay. Can you try installing a trial version of Matlab or reinstalling the 9.2a runtime?
  • I just tryed to reinstall the matlab runtime, and tryed in another PC and got the same results.

    I'll try the trial version of Matlab.

    Thanks
  • Hi Amanda,

    I try to install the matlab but got the same message trying to run the tm_play.exe.

    I was able to run inside the Matlab running the tm_play.m

    Do you have anything else to do to try running the tm_play.exe?

    Thank you.

  • Former Member
    0 Former Member in reply to Kevin Guimaraes
    Hello Kevin,

    I've replicated the issue that you are seeing. There must've been some update that is preventing the compiled version from working as previously tested. This will need to be resolved in a future update. For now, the only work around is if you need to compile your own .exe to remove the addpath command and instead package the src files with the executable.

    Amanda
  • Ok Amanda,

    Thank you!