simulink real-time xpctest Test4 falied

>> xpctest
### Simulink Real-Time Test Suite
### Host-Target interface is: TcpIp
### Test 1, Ping target computer 'TargetPC1' using system ping: ... OK
### Test 2, Ping target computer 'TargetPC1' using SLRTPINGTARGET: ... OK
### Test 3, Software reboot the target computer 'TargetPC1': .... OK
### Test 4, Build and download a Simulink Real-Time application using model slrttestmdl to target computer 'TargetPC1': ...
FAILED: Error(s) encountered while building "slrttestmdl"

Answers (2)

Dimitri MANKOV
Dimitri MANKOV on 3 Jan 2022
Edited: Dimitri MANKOV on 3 Jan 2022
This test failure indicates that the Simulink model could not be built. It can be due to a number of reasons, like a missing compiler or license, or a host-target communication issue. I suggest opening any Simulink Real-Time test model (like "xpcosc", for example):
open_system(fullfile(matlabroot,'toolbox','rtw','targets','xpc','xpcdemos','xpcosc'));
... and building it manually to get more details about the failure from the Diagnostics Viewer.
浩 王
浩 王 on 17 Dec 2022
I meet the same pronlem. Did you solve it?

2 Comments

yes yes,i can ,i am liuhao
Can you help me? thanks

Sign in to comment.

Products

Release

R2016b

Asked:

on 24 Dec 2021

Commented:

on 25 Feb 2024

Community Treasure Hunt

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

Start Hunting!