Simulink Blank Diagnostic Viewer
67 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuestas (18)
James Marriott
el 28 de Jul. de 2020
Dont think Mathworks will ever fix this issue and its annoying as hell!
0 comentarios
Kerry Schutz
el 18 de Dic. de 2014
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 comentarios
Kerry Schutz
el 22 de Mzo. de 2015
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
el 1 de Mayo de 2015
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
el 29 de En. de 2015
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
0 comentarios
Carlo Avizzano
el 16 de Abr. de 2015
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?
0 comentarios
Khalid
el 30 de Sept. de 2016
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.
0 comentarios
J.W. Harris
el 16 de En. de 2018
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
0 comentarios
Bhavanithya Thiraviaraja
el 11 de Abr. de 2018
I have 2017a. The problem still exists. It got resolved after restarting it. Mathworks probably should look into this issue.
0 comentarios
Sascha Rimet
el 11 de Jul. de 2018
Editada: Sascha Rimet
el 11 de Jul. de 2018
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 comentario
Nithya Padmanaban
el 31 de Oct. de 2018
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
el 31 de Oct. de 2018
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.
0 comentarios
Ziniu Lu
el 9 de Nov. de 2018
I am using R2018a. Still, the same question!
2 comentarios
Nithya Padmanaban
el 12 de Nov. de 2018
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
el 12 de Nov. de 2018
Editada: Ziniu Lu
el 12 de Nov. de 2018
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
Laith Mohammed
el 29 de Dic. de 2019
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.
1 comentario
Mikayla Bridges
el 31 de En. de 2020
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.
0 comentarios
Louis THOMAS
el 23 de Mzo. de 2020
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 comentarios
Anand V
el 3 de Jun. de 2020
I had the same issue in R2018a.Running slmsgviewer.DeleteInstance() in Command window and running the simulation. It works. Thanks Augusto
Ali Saj
el 19 de Sept. de 2021
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
el 2 de Sept. de 2021
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
0 comentarios
Aiden
el 10 de Mayo de 2023
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 comentarios
Ali Saj
el 10 de Mayo de 2023
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
el 22 de Sept. de 2023
Same for me, very little information online and nothing has work out. R2023a
0 comentarios
Ver también
Categorías
Más información sobre Configure and View Diagnostics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!