Skip to content

Get active errors #11

@eliasprohaszka

Description

@eliasprohaszka

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions