wbzhong Posted November 15, 2023 Share Posted November 15, 2023 The CK3M reports the Sys.RtIntErrorCtr error on startup. This error cannot be cleared with $$$***. The software manual doesn't discuss the possible cause for this error. Please advice on how to clear it, and what are the possible reasons? Thanks! Quote Link to comment Share on other sites More sharing options...
leandro.martins Posted November 15, 2023 Share Posted November 15, 2023 It might be related with the issue described in: My suggestion would be: try to query Sys.RtIntErrorCtr to check its value, then set it to 0, and check it again. If possible repeat the same steps without using the IDE (ssh'ing the controller, and opening a gpascii connection) If the error is not recurrent, then it is possible to include in the PLC that runs after a power-on/reset, setting it to 0. Quote Link to comment Share on other sites More sharing options...
wbzhong Posted November 17, 2023 Author Share Posted November 17, 2023 On 11/15/2023 at 2:24 PM, leandro.martins said: It might be related with the issue described in: My suggestion would be: try to query Sys.RtIntErrorCtr to check its value, then set it to 0, and check it again. If possible repeat the same steps without using the IDE (ssh'ing the controller, and opening a gpascii connection) If the error is not recurrent, then it is possible to include in the PLC that runs after a power-on/reset, setting it to 0. Thanks for the reply. We set Sys.RtIntErrorCtr to 0, and then reboot the system, the error can be cleared. I am not sure if this is due to the EtherCAT clock configurations. Quote Link to comment Share on other sites More sharing options...
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.