-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't clear Force torque sensor error code 18 on software #126
Comments
Hi @amonreal0, could you remember how this S18 error occurred? Was it caused by a severe collision to the FT sensor? We have a software level of overload protection (Controller error code C53), which is recoverable from software. However if the collision force is too heavy, and surpassed the hardware protection level directly, then you have to power off to clear this error (S** error). Our suggestion is to control the force and torque applied within the sensor overload capacity. |
Hi @penglongxiang. There wasn't exactly a collision. We lifted an object that generated too much rotational force on RX. Even though the force torque sensor was not enabled we were not able to connect to it anymore after that. Is there no way to lift heavier objects while the force torque sensor is installed (but turned off)? |
If constantly overloaded, the FT sensor may have chance to be permanently damaged. It is not relevant to whether it is enabled or not. The C53 error can be cleared simply by setting state to 0. You may check the data validity with our demo code 8005, comment out the ft_sensor_set_zero() part if you do not want to. If S18 error keeps showing up or no valid & varying data can be read, you can contact [email protected] and quote this page to further diagnose the issue. |
We are unable to communicate with the force torque sensor after getting error 18 even after trying to clear the error. The error is shown as follows:
Trying to clean the error does not help
Even after tying to clear the error in those ways we still get nothing from trying to read the sensor data
returns
Turning the control box off and on works but is there any way to clear this error in software?
The text was updated successfully, but these errors were encountered: