Sign in to follow this  
Followers 0
Krr

PLC error log...how to access it

5 posts in this topic

Hi everyone!

I wondering if there is a way to access all those errors and the error codes from my lather program.

The goal is to show them on the HMI screen!

Thank You in advance!

The PLC is OMRON NX1P2

 

ErrorList.jpg

Edited by Krr

Share this post


Link to post
Share on other sites

You can program a button on the HMI to show the 'Troubleshooter'.

 

2022-08-02_16-21-31.jpg

1 person likes this

Share this post


Link to post
Share on other sites

This is not an option because for HMI i use EasyBuilder Pro.

Share this post


Link to post
Share on other sites

This is what i found to read those errors. I can read only the codes not the description but it is advance:

i use GetECError(For EtherCat errors), GetPLCError(PLC errors), GetMCError(Motion Control Errors) and GetEIPError(EtherNet errors). Now i need to get the description some how of those codes...

Edited by Krr

Share this post


Link to post
Share on other sites

The only catch with using those, is they only show the highest level error. So if you have multiple EtherCAT errors, the function only gives the code for the highest level one, not all of them (same for the other categories). Don't know if this will be a problem for you or not. Last time I used them, I didn't need the actual codes, I just wanted a BOOL turned on.

As for the descriptions, check the F1 help for the functions, there is usually a note down the bottom of the help that tell you what Omron manuals have the individual code details.

Edited by BE

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0