Simulink Blank Diagnostic Viewer
67 次查看(过去 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
2020-7-28
Dont think Mathworks will ever fix this issue and its annoying as hell!
0 个评论
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
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
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
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
0 个评论
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?
0 个评论
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.
0 个评论
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
0 个评论
Bhavanithya Thiraviaraja
2018-4-11
I have 2017a. The problem still exists. It got resolved after restarting it. Mathworks probably should look into this issue.
0 个评论
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
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
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.
0 个评论
Ziniu Lu
2018-11-9
I am using R2018a. Still, the same question!
2 个评论
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
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
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.
0 个评论
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
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
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
2021-9-2
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 个评论
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
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
2023-9-22
Same for me, very little information online and nothing has work out. R2023a
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Configure and View Diagnostics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!