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
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
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!