Biesse Rover Manual Nc 500 |verified| · Top-Rated
The Biesse NC 500 is a numerical control system primarily integrated into Biesse CNC machining centers like the Rover 20. It serves as a bridge between entry-level manual operation and advanced automation, offering a Windows-based PC interface for precision woodworking. Key Technical Specifications
The NC 500 system is defined by its hybrid graphical and parametric programming environment:
Interface: Features a 15-inch color monitor and a Windows operating system.
Connectivity: Includes a standard network card and optional barcode control for streamlined workflow.
File Compatibility: Supports standard CAD software and allows the import of .dxf and .cid files. Biesse Rover Manual Nc 500
Programming: Offers parametric programming and graphical setup support. Review Analysis: Strengths & Weaknesses
Expert and user feedback highlight the NC 500 as a reliable but specialized tool: Pros
High Precision: Capable of creating highly accurate and intricate woodworking designs.
Versatility: Effectively handles a wide range of materials and cutting operations, from standard furniture to signs. The Biesse NC 500 is a numerical control
Cost-Effectiveness: Provides a balance of sophisticated functionality and affordability for small to mid-sized workshops.
Longevity: Known for robust construction and long-term reliability when maintained properly. Cons Biesse Rover 20 Manual Nc 500
I couldn’t find a specific article or document titled “Biesse Rover Manual Nc 500” in my knowledge base or real-time search results. However, I can guide you on how to obtain the official manual and provide a summary of what such an article would typically cover for this CNC machine.
Chapter 6: Preventive Maintenance Checklist (From the Biesse Manual)
To keep the Rover and NC 500 running for 20+ years, follow this monthly checklist derived from the official manual: Navigate to DIAGNOSTICS → OUTPUTS
Step 4: Tool Change Manual Override
To manually unclamp a stuck tool from the HSK or ISO 30 taper:
- Navigate to
DIAGNOSTICS→OUTPUTS. - Force
Q12(Tool clamp/unclamp solenoid) to ON. - Use a plastic mallet to gently tap the tool holder. Never use steel tools on the spindle.
4. Operational Workflow (The "Manual" Experience)
Here is a typical job:
- Design & CAM: Draw part in bSolid, assign tools (e.g., T1=6mm endmill, T2=drill).
- Post Process: Generate the
.xpior.bxsfile. - Load Panel: Place panel on vacuum table, activate zones, press vacuum button.
- Set Zero: Use the manual edge finder or touch plate (optional) to set X,Y zero and Z zero.
- Load Tool 1: Manually insert tool 1 into spindle. Tighten.
- Run First Operation: Press start. Machine cuts.
- Stop & Change Tool: Machine finishes T1 ops, moves to tool change position, stops. You manually swap to Tool 2. Press "Restart".
- Repeat for T3, T4, etc.
- Unload finished panel. Repeat.
Cycle time impact: A job with 5 tool changes will have 3-5 minutes of operator waiting time on top of cutting time. On an ATC machine, that's 10 seconds.
5. Pros & Cons Summary
Basic Program Structure
% (Program start)
N10 G71 (Metric measurement)
N20 G90 (Absolute positioning)
N30 G54 (Work offset 1)
N40 T1 (Call tool 1)
N50 M06 (Execute tool change)
N60 G01 X100 Y50 F5000 (Linear feed move)
N70 G02 X150 Y50 I25 J0 (Clockwise arc)
N80 M30 (Program end and rewind)
2.3 Loading and Executing a Program
- Press "Edit/Programs" on the NC 500 screen.
- Navigate to the
C:\B_PROGdirectory (standard path in the manual). - Use the "Load" softkey to transfer a file from USB (if equipped) or DNC.
- Select your part program (e.g.,
KITCHEN_DOOR.PGM). - Press "Auto" mode, then "Cycle Start" .
- The manual warns: Always run a graphics simulation at 100% speed without material first (Dry Run).
Commonly Used G-Codes in the NC 500
| Code | Function | Example |
| :--- | :--- | :--- |
| G0 | Rapid positioning | G0 X1000 Y500 |
| G1 | Linear interpolation (Feed) | G1 X200 F8000 |
| G2/G3 | Circular interpolation (CW/CCW) | G2 X100 Y100 I50 J0 |
| G53 | Machine coordinate system | G53 Z0 (Lift spindle to top) |
| M3 | Spindle on (CW) with speed | M3 S18000 |
| M5 | Spindle stop | M5 |
| M6 | Tool change | M6 T2 (Change to tool 2) |
| M7 | Vacuum table on | M7 |
| M9 | Auxiliaries off (Vacuum/shroud) | M9 |
Part 5: Troubleshooting Common Alarms (Error Code List)
When the Biesse Rover stops, the NC 500 displays an error code. Here is a translation of the most frequent codes from the Biesse Rover Manual Nc 500.
| Error Code | Meaning | Likely Fix |
| :--- | :--- | :--- |
| AL 101 | X-axis drive fault | Check X-axis motor cable. Check for mechanical obstruction on the rack. |
| AL 205 | Spindle not at temperature | Wait for warm-up cycle to finish (Usually 5 mins). Bypass only if emergency. |
| AL 307 | Air pressure low | Verify shop air is >6 bar. Check air dryer. Manual override: [AUX] + [SKIP]. |
| AL 413 | Tool holder not clamped | Clean the spindle nose. Check for broken drawbar springs. Re-run tool change macro. |
| AL 520 | Emergency stop active | Check physical E-stop buttons. Also check limit switches on X/Y/Z overtravel. |
| AL 602 | Oil lubrication pressure fault | Refill oil tank. Check the distributor block for clogs. |
| AL 899 | NC 500 software watchdog | Hard reboot (Turn off main switch for 60 seconds). If persistent, reinstall NC software. |
