Connectivity problem to target machine

7 Ansichten (letzte 30 Tage)
Mats
Mats am 9 Mär. 2022
Kommentiert: Mats am 10 Mär. 2022
I am able to connect to my Speedgoat target machine after target reeboot. But after running it for 10 min or more, connection is lost. I am using Matlab R2019b and Simulink Real-Time Version 6.11 (R2019b).
Here is the response from slrttest (after target has been running for a while).
### 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': Error using slrttest (line 160)
TargetPC1: Port is not open

Akzeptierte Antwort

Dimitri MANKOV
Dimitri MANKOV am 10 Mär. 2022
Hi Mats,
Could you make sure that no other host PC or MATLAB release is trying to connect to the target? Are you using a direct connection, or do your target and host PC communicate via a LAN?
Best,
Dimitri
  3 Kommentare
Dimitri MANKOV
Dimitri MANKOV am 10 Mär. 2022
Could you try running the following commands when this happens? Do you get your connection back?
tg = slrt;
tg.ping('reset')
Mats
Mats am 10 Mär. 2022
Hi Dimitri,
Ping reset brings my connection back. Thank you very much!
BR, Mats
>> tg = slrt
Target: TargetPC1
Connected = No
>> tg.ping('reset')
ans =
'success'
>> tg=slrt
Target: TargetPC1
Connected = Yes
Application = pi_test_endurance
Mode = Real-Time Single-Tasking
Status = running
CPUOverload = none
ExecTime = 80368.0000

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by