PRC / Sunrise error

Started by z5113452, August 31, 2020, 06:48:23 AM

Previous topic - Next topic

z5113452

Hey everyone,

Has anyone had this error before ? It can't seem to read the xml file correctly. I don't think it is the tool name or the base as normally the error shows that.

Any help would be greatly appreciated.

Johannes @ Robots in Architecture

Good Morning,

Take a look at line 369 of Core_Run and see what is going on there, maybe set a breakpoint shortly before and then step through the code. It's hard to troubleshoot from afar as I don't know your code and how the library may have been modified (i.e. if your line 369 is the same as my line 369). In any case, some element that shouldn't be null is null.

Best,
Johannes

z5113452

Hi Johannas,

Thanks for you response, the section of code is about motionBatch - would this be something to do with missing information coming out of PRC?  The line is highlighted in image attached.


Johannes @ Robots in Architecture

Can you set a breakpoint and check which item is null? It might be the robot, tool list of commands or the individual command.

Thanks!
Johannes