Error in Scenario Server: WorldRunTimeLogging logging has not been enabled
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Tyson
el 26 de Sept. de 2024
Editada: Simon Silge
el 31 de Jul. de 2025
rrSim = rrApp.createSimulation
rrSim.set("Logging","on")
rrSim.set("SimulationCommand","Start")
rrLog = rrSim.get("SimulationLog");
I ran the above lines of code, trying to get the log of Roadrunner simulation. However, after enabling logging through rrSim and waiting for the simulation to complete, I can't run rrSim.get("SimulationLog"), due to this error:
Error using Simulink.ScenarioSimulationMcos/get
Error in Scenario Server: WorldRuntimeLogging logging has not been enabled.
Error in Simulink.ScenarioSimulation/get
Any help is appreciated
0 comentarios
Respuesta aceptada
Simon Silge
el 5 de Nov. de 2024
It looks like this problem has been fixed in Update 1 for RoadRunner. Please reinstall R2024b from our website to receive the newest version.
4 comentarios
Simon Silge
el 31 de Jul. de 2025
Hi @Somtochukwu I have just tested it on my side and don't have the problem. Let me see if I can get someone to help you with this.
Simon Silge
el 31 de Jul. de 2025
Editada: Simon Silge
el 31 de Jul. de 2025
Hi, both me and my colleague where not able to reproduce this. Could you please provide some more more infomation on which steps exactly you are taking and the version number of MATLAB you are using (type ver into the command window) and send that all to the tech support ? They should be able to support you in this.
Más respuestas (1)
Saurabh
el 30 de Sept. de 2024
Upon attempting to reproduce the issue on my end, I encountered a similar problem. I explored several options to determine if a workaround was available, and I successfully identified one.
- Run the simulation from CmdRoadRunnerAPI using ".\CmdRoadRunnerApi.exe --serverAddress localhost:<port> "SimulateScenario(pacing.value='1' enable_runtime_log='true')".
- Execute set(rrSim,"Logging","On") from MATLAB.
- Fetch the log from MATLAB using simLog = get(rrSim, "SimulationLog");
I hope this was helpful.
6 comentarios
Simon Silge
el 5 de Nov. de 2024
@Tyson Nguyen yes that is correct. There is no other way to install an update for a certain release that I know of.
Ver también
Categorías
Más información sobre Programmatic Scene and Scenario Management 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!