Spaces:
Runtime error
Runtime error
Create documentation_store.json
Browse files- documentation_store.json +12 -0
documentation_store.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"E-458": {
|
| 3 |
+
"title": "Servo Thermal Overload",
|
| 4 |
+
"description": "Triggered when servo motor temperature exceeds safe operational threshold. Possible causes include mechanical binding, overcurrent, or cooling system degradation.",
|
| 5 |
+
"source": "ABB IRB Series Technical Manual (Public Documentation)"
|
| 6 |
+
},
|
| 7 |
+
"E-302": {
|
| 8 |
+
"title": "Encoder Signal Loss",
|
| 9 |
+
"description": "Indicates loss of feedback signal from motor encoder. May result from cable damage, electromagnetic interference, or hardware failure.",
|
| 10 |
+
"source": "ABB Robotics Maintenance Guide (Public Extract)"
|
| 11 |
+
}
|
| 12 |
+
}
|