Issue with Configuring Plant Model from ECU TEST tool

조회 수: 5 (최근 30일)
Dhivya
Dhivya 2024년 5월 13일
댓글: Dhivya 2024년 5월 15일
Im currentyl working on setting up an ECU TEST project for my remote Test bench. I face the following error while trying to conenct to the test bench model port,
Could anyone help me resolve this issue?
Thank you,
Best Regards,
Dhivya

답변 (1개)

Guilherme Costa Nascimento
Guilherme Costa Nascimento 2024년 5월 14일
Hi Dhivya,
This could be happening because the Simulink Test Support Package for ASAM XIL is picking up the wrong version of MATLAB in the case where you have multiple versions installed.
Please execute these two commands in the MATLAB Command Window of the version you are using:
comserver('register','User','current');
enableservice('AutomationServer', true);
This should ensure that the correct version is registered with the Support Package.
  댓글 수: 1
Dhivya
Dhivya 2024년 5월 15일
Hi Costa,
Thank you for the Solution !
The issue is resolved currently. Thank you again.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by