Error using slmsgviewer.startConnectorIfNotRunning (line 455)
10 views (last 30 days)
Show older comments
Hi, I'm using simulink with an elementary model (a constant and a scope block); when I run it, I read in the command window:
Error using slmsgviewer.startConnectorIfNotRunning (line 455)
Unable to start Matlab connector from Simulink Message Viewer
Error in slmsgviewer (line 58)
Error in slmsgviewer/PersistentInstance (line 297)
Error in slmsgviewer.processRecord (line 397)
If I open the scope, I see the constant value, but this error is very annoying; why this? thanks
1 Comment
Michael
on 15 Aug 2014
I'm getting the exact same message, running a more complicated model. It still runs, but I'd like to know why the error messages come up. Did you ever work out the problem?
Answers (3)
Ehsan na
on 14 Nov 2014
I just experienced similar problem with Simulink. The simulation would run, but it would generate many errors in the command window regarding the slmsgviewer.
In my case the problem was the system firewall, which was blocking Matlab.
Once I granted Matlab internet access, the problem was resolved.
Hope it helps.
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!