Issue with Configuring Plant Model from ECU TEST tool
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1693186/image.png)
Could anyone help me resolve this issue?
Thank you,
Best Regards,
Dhivya
0 Commenti
Risposte (1)
Guilherme Costa Nascimento
il 14 Mag 2024
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.
Vedere anche
Categorie
Scopri di più su Verification, Validation, and Test in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!