Hi, I'm currently trying to implement error monitoring that shows current robot errors in my UI.
I can get all the errors with _robot.Ftp.GetAllErrorsList() and further filter to only get those since the last reset.
However, there are also errors that reset automatically - they disappear on the TP but remain as IsReset = false when GetAllErrorsList() is called again.
This way, my UI still shows errors that aren't active anymore.
I'm not sure if that's a bug in GetAllErrorsList(), or if there's any way to get the current error status from the robot?
Hi, I'm currently trying to implement error monitoring that shows current robot errors in my UI.
I can get all the errors with _robot.Ftp.GetAllErrorsList() and further filter to only get those since the last reset.
However, there are also errors that reset automatically - they disappear on the TP but remain as IsReset = false when GetAllErrorsList() is called again.
This way, my UI still shows errors that aren't active anymore.
I'm not sure if that's a bug in GetAllErrorsList(), or if there's any way to get the current error status from the robot?