Simulink Blank Diagnostic Viewer

82 次查看(过去 30 天)
Hi, I'm using Simulink (verions 2014a) for an assignment, who already purpose me a Simulink script (in version 2011a). After some modifications, I'm trying to launch it, but there are some errors. When I wanted to check the errors via the diagnostic viewer, I have a blank window li ke that :
How can I solve this bug ?
Thanks in advance. Thomas

回答(18 个)

James Marriott
James Marriott 2020-7-28
Dont think Mathworks will ever fix this issue and its annoying as hell!

Kerry Schutz
Kerry Schutz 2014-12-18
Hi Thomas,
I am hitting a similar problem in R2014b on Windows7. I am researching the issue now. When I find an answer I will post back to this forum. Hopefully the fix will be the same for Mac and Windows.
Kerry
  2 个评论
Kerry Schutz
Kerry Schutz 2015-3-22
Apparently this is a bug in R2014b that spans both Windows and Mac. The only known work-around (not a fix) is to restart MATLAB. It does not occur frequently in my experience after heavy usage of Simulink but it is still annoying when it does occur. If you do find a consistent set of reproduction steps that force this behavior to occur, please let support@mathworks.com know and they can likely propose a fix after performing a proper diagnosis.
Bryan Wasileski
Bryan Wasileski 2015-5-1
I have 15a and it's doing the same thing. The bug still exists. I restarted MATLAB and it did not fix it.

请先登录,再进行评论。


WILLIAM LEMEILLEUR
WILLIAM LEMEILLEUR 2015-1-29
Hello guys,
I'm like you thomas:
Have you found a fix for this issue? Do you know if it's possible to go back as it was done in old matlab, with the debug messages into the command window instead of the "Diagnostic viewer" if this component does not work correctly ?
Thanks by advance,
william

Thomas
Thomas 2015-1-31
I didn't find any way to solve it, it was solved by himself ! Don't ask me how is it possible...I just remove and install again Matlab.
You can try to do this, but I cannot guaranty you a positive result, sorry !
Thanks a lot for your answers !
Thomas
PS admin : need I to close this post/question, or leave it like this and wait for better answers for the next guys ?

Carlo Avizzano
Carlo Avizzano 2015-4-16
Apparently the same thing happens on my machine after I have a DHCP renew, and in combination with this message on the command line (cometD server?)
INFO [bayeux.server.ServerSession] Emergency sweeping session 2jjj0hls7pxwgwcndqv4pdzyl - last connect 30007 ms ago
Maybe simulink uses a server logger to capture these messages?
BTW, is there any way to completely disable the Diagnostic viewer and getting back to the previous diagnostic style?

Khalid
Khalid 2016-9-30
Hi guys!!
I was using Matlab 2015a but now I'm using Matlab 2016a and I'm facing the same problem so I would like to ask if anyone know how to solve this problem.
Looking forward for you attantion and thanks in advance.

J.W. Harris
J.W. Harris 2018-1-16
2016a definitely has this problem STILL and re-starting does not help. The viewer only works once in a great while for me. This command will allow one to update the model and see the output in the console: set_param(bdroot, 'SimulationCommand', 'update')
JW

Bhavanithya Thiraviaraja
I have 2017a. The problem still exists. It got resolved after restarting it. Mathworks probably should look into this issue.

Sascha Rimet
Sascha Rimet 2018-7-11
编辑:Sascha Rimet 2018-7-11
I have the same problem. I am using 2017b. The diagnostic viewer is permanently blank and neither reinstalling Matlab nor restarting it solves the issue. The error appeared after the latest windows update. Without the diagnostic viewer, simulink is basically unusable...
It's honestly embarrassing that this error is now existing for 4 years without a fix
  1 个评论
Nithya Padmanaban
Nithya Padmanaban 2018-10-31
Hello Sascha, Our support records show that this issue was related to an incompatible NVIDIA graphics card driver version, and switching OpenGL to 'software' helped resolve the issue. If the incorrect behavior still exists. Please do let us know.

请先登录,再进行评论。


Nithya Padmanaban
Nithya Padmanaban 2018-10-31
Thank you for your feedbacks.We recommend to update your release to R2018b for an enhanced usability of diagnostic viewer. If the problem still persist, please contact us with sample model and reproduction steps at support@mathworks.com.

Ziniu Lu
Ziniu Lu 2018-11-9
I am using R2018a. Still, the same question!
  2 个评论
Nithya Padmanaban
Nithya Padmanaban 2018-11-12
Hi Ziniu, Thanks for the feedback. Could you help us with attaching a sample model and the reproduction steps please? Feel free to contact us on support@mathworks.com to support you further.
Best Regards Nithya
Ziniu Lu
Ziniu Lu 2018-11-12
编辑:Ziniu Lu 2018-11-12
I'm using MATLAB 2018a on Win8.1 System. it works again now but I don't know why.
  • 1. I restarted my Computer -> didn't work
  • 2. I added '127.0.0.1 localhost' in the file 'hosts.txt' --> didn't work
  • 3. restarted MATLAB2018a for three times --> worked again

请先登录,再进行评论。


Jordan Smith
Jordan Smith 2019-9-28
Same issue with R2019a

Laith Mohammed
Laith Mohammed 2019-12-29
Dear Friends,
I had the same problem with matlab 2015b
The simulink shows black content of files that I have worked on before.
I did the following started the Matlab two times and the first one did not open the file while he second one did open it.
So, this is the solution that worked with me openning two matlab's windows and then closing the one that does not open.
Regards to everybody.

Mikayla Bridges
Mikayla Bridges 2020-1-31
Same issue with 2019a, but Laith's recomendation worked, open a second while the first malfunctioning one is still up and then the diagnostic will no longer be blank. You can then close the first window.

Louis THOMAS
Louis THOMAS 2020-3-23
Same issue with R2019b. I tried to switch from Hardware to software on OpenGL but still does not work. Thanks in advance if you know how to fix this
  3 个评论
Anand V
Anand V 2020-6-3
I had the same issue in R2018a.Running slmsgviewer.DeleteInstance() in Command window and running the simulation. It works. Thanks Augusto
Ali Saj
Ali Saj 2021-9-19
I have R2018b and i run what Augusto said. It works !
Thank You Augusto.
  • note that you should change modelname to the name you saved your simulink
slmsgviewer.DeleteInstance()
sim('modelname')

请先登录,再进行评论。


Codrut Alexandru Dan
Hi,
Bug seems to be still there in 2019b, restarting MATLAB fixed it here.
For me, the issue appeared when I tried to open the link to the issue block by using middle mouse button (reflex for open in new tab...)
Another option is simulating model from script using 'sim' so the errors are thrown in the command line.
Regards,
Codrut

Aiden
Aiden 2023-5-10
Working on 2022b, trying to open diagnostic viewer and I don't even get a blank box, it just doesn't open at all. There's no indication of it loading when I click on it?
Aiden
  2 个评论
Ali Saj
Ali Saj 2023-5-10
have you tried the below code in command window?
slmsgviewer.DeleteInstance()
Then try to run the simulation from command window by using:
sim('modelname')
(the modelname shall be changed to the name of simulink project)

请先登录,再进行评论。


Antonio Lira Verduzco
Same for me, very little information online and nothing has work out. R2023a

类别

Help CenterFile Exchange 中查找有关 Configure and View Diagnostics 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by