Unable to find an unused TCP/IP port to connect to the rapid accelerator target for model
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a simulink model having a From File Block. When I try to run it in Rapid Accelerator Mode it returns the error: Unable to find an unused TCP/IP port to connect to the rapid accelerator target for model?
Why do I get this error please?
답변 (2개)
Kaustubha Govind
2012년 2월 7일
It appears that firewall protection on your machine can cause this type of error. Try turning it off to see if the error goes away. Also, what do you get by executing this:
>> [a b]=system('slprj\raccel\mymodel\mymodel.exe')
Where mymodel is the name of your model.
댓글 수: 0
Sebastian
2017년 12월 12일
Other users have reported that this error message seems to appear due to permissions they had on a certain network drive. So as an additional troubleshooting step you can use a folder on your local harddrive as Current Folder for MATLAB and try again to run your model in Rapid Accelerator mode.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Vehicle Network Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!