Full — Rexroth Ppcr221 Fault Codes ((top))
Based on your request, I have designed a comprehensive technical reference feature for the Bosch Rexroth PPC-R 22.1 Controller. This feature is structured to help maintenance personnel and engineers quickly identify, diagnose, and resolve system faults.
Typical Fault Code Examples (illustrative)
Note: Exact numeric codes and text vary by firmware/version — consult the device manual for authoritative meanings.
- E01 / F1 — Supply voltage outside limits
- E02 / F2 — Internal hardware error
- E10 / F10 — Pressure sensor fault (open/short/out-of-range)
- E20 / F20 — Valve coil fault
- E30 / F30 — Communication timeout / bus error
- E40 / F40 — Overtemperature
- E50 / F50 — Parameter checksum / configuration error
2. The Messaging Structure
The PPC-R22.1 communicates via the SERVOSCAN or Rexroth VCP software interface. The fault codes are typically displayed in a standardized format:
Error Code: E-xxxx or F-xxxx followed by a timestamp and a brief textual description. rexroth ppcr221 fault codes full
Key Diagnostic Categories:
- System Errors: Power supply issues, CPU overload, or internal memory failures.
- Communication Errors: Loss of Profibus/Profinet connection or CANopen bus faults.
- Drive/Axis Errors: Feedback sensor loss, motor overheating, or hydraulic pressure faults.
1. The Severity Levels
The controller distinguishes between two primary states, which dictates how the code is logged and displayed: Based on your request, I have designed a
- Errors (Class 1): These are critical faults that cause an immediate halt of the relevant axis or the entire machine logic. They require an explicit "Fault Reset" (ACK) to clear.
- Warnings (Class 2): These indicate anomalies (e.g., slight position deviation or temperature warnings) that do not immediately stop operation but alert the operator to a potential future failure.
Quick Reference Checklist
- Power: check voltage, fuses, connectors
- Sensors: verify signals/resistance
- Valves: coil resistance, clean fluid, inspect spool movement
- Comm: wiring, termination, addresses
- Config: reload params, re-calibrate
- Environment: temperature, ventilation
If you want, I can:
- Provide the exact fault code table for PPCR221 (firmware-specific) — requires the module’s firmware version or manual PDF.
- Draft a printable troubleshooting flowchart.
Would you like the firmware-specific fault code table? E01 / F1 — Supply voltage outside limits
4. What to do if you have NO Documentation
If you have a machine with a PPCR221 and no source code:
- Read out the PLC: In IndraWorks, use Online → Login → File → Upload (if not protected). This gives you the compiled code. You cannot see the original logic, but you can see the global variable list (Symbol configuration). The fault codes are often named variables like
ERR_WATER_PUMP with value 203.
- Check the "PLC Info": In the online menu, select PLC Info. It shows the last 10 system stop causes (e.g., "Stack overflow", "Div by zero"). This is pure gold.
- For fieldbus faults: Use a bus monitor (e.g., Wireshark for PROFINET, or a PROFIBUS diagnostic tool like Procentec ProfiTrace) because the PPCR221 diagnostic buffer is limited.