How to get an failure list for rapid code?

Dear Community,

I can verify my code with CTRL+SHIFT+S, the number of errors is displayed in the output window. with SHIFT+F5 I start Flexpendant, one error message is displayed, other errors are not shown. Is there another way to get all error messages displayed at once? Debugging takes a long time with that method.

Thanks

Tobias

Why don’t you write your program and debug it first in Robotstudio ? Much easier …

Hello Shahaboid,

I am talking about Robotstudio Offline. I didnA’t find a list with error descriptions there containing more than one error.

Regards

Tobias

Good then we are talking about the same Development Environment. I just now removed 2 semicolons from my program and got 2 errors in the output window.

Dear Shahab,

your are right with the semicolon error messages. But for a typical coding process, it is totaly incomplete. One example: I delete all speeddata and I delete one Input signal declaration. The system will show only an error because of the signal declaration. The speeddata errors are only shown if I fix the signal problem before pressing CTRL+SHIFT+S. ThatA’s horrible if you donA’t have a perfect model available (and no system backup at hand). Consequently, I canA’t search for bugs without having a perfect model. That causes me dozens of extra hours. I am just coding some mathematical subprocs and donA’t want to spend time with setting up models for every machine.

Regards

Tobias

Currently, the output message only prints one error at the time.

Hello Henrik,

thank you for clarifying this.

Regards

Tobias