RobotStudio event

What is "System Identity Fault"?

Options

I got an error on FlexPendant when my program called a system file, which was encoded.

The error was shown as:

Event Message 80001

System identity Fault.

 

I am wondering what it means.

 

 

Comments

  • RussD
    Options

    80001 is the catch-all error number that is set when the RAPID instruction ErrWrite gets called, and then "System Identity Fault" is probably the header parameter that is specified by the call. It is something unique to the encoded module you are executing, whomever supplied the module to you will have to tell you how to handle it.

    Russell Drown