Krr Posted August 2, 2022 Report Posted August 2, 2022 (edited) 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 Edited August 3, 2022 by Krr Quote
kckku Posted August 2, 2022 Report Posted August 2, 2022 You can program a button on the HMI to show the 'Troubleshooter'. 1 Quote
Krr Posted August 3, 2022 Author Report Posted August 3, 2022 This is not an option because for HMI i use EasyBuilder Pro. Quote
Krr Posted August 4, 2022 Author Report Posted August 4, 2022 (edited) 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 August 4, 2022 by Krr Quote
BE Posted August 4, 2022 Report Posted August 4, 2022 (edited) 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 August 4, 2022 by BE Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.