CNC shield V3 là board mở rộng của Arduino UNO R3 dùng để điều khiển các máy CNC mini. Board có 4 khay dùng để cắm các mô đun điều khiển động cơ bước A4988, khi đó board có thể điều khiển3 trục X, Y, Z và thêm một trục thứ 4 tùy chọn trên các máy CNC mini.
Đặc điểm nổi bật:
- Tương thích GRBL (mã nguồn mở chạy trên Arduino UNO R3 để điều khiển CNC mini)
- Hỗ trợ lên tới 4 trục (trục X, Y, Z và một trục thứ tư tùy chọn)
- Hỗ trợ tới 2 Endstop (cảm biến đầu cuối) cho mỗi trục
- Tính năng điều khiển spindle
- Tính năng điều khiển dung dịch làm mát khi máy hoạt động
- Sử dụng các mô đun điều khiển động cơ bước, giúp tiết kiệm chi phí khi thay thế, nâng cấp
- Thiết lập độ phân giải bước động cơ bằng jump đơn giản
- Thiết kế nhỏ gọn, các đầu nối tiêu chuẩn thông dụng
- Điện áp nguồn cấp đa dạng từ 12V tới 36V
Hướng dẫn sử dụng
To make sure all parts function as they should, we need to go through a pre-flight checklist.
Pre-flight Checklist
Tips and info
Jumpers are used to configure the 4th Axis, Micro stepping and endstop configuration.
The next few sections explains how its done.
Using two jumpers the 4th axis can be configured to clone the X or Y or Z axis. It can also run as an individual axis by using Digital Pin 12 for Stepping signal and Digital Pin 13 as direction signal. (GRBL only supports 3 axis’s at the moment)
Clone X-Axis to the 4th stepper driver(Marked as A)
Clone Y-Axis to the 4th stepper driver(Marked as A)
Clone Z-Axis to the 4th stepper driver(Marked as A)
Use D12 and D13 to drive the 4th stepper driver(Marked as A)
By default GRBL is configured to trigger an alert if an end-stop goes low(Gets grounded). On the forums this has been much debated and some people requested to have active High end-stops. The jumpers in the picture provides the option to do both. (To run with default setting on GRBL the jumper need to be connected like the left shield in the image below)(This Jumper was only introduced in Version 3.02)
End-stop switches are standard “always open” switches. An End-stop gets activated when the end-stop pin connects to ground(When setup with default GRBL settings).
Each axis has 3 jumpers that can be set to configure the micro stepping for the axis.
In the tables below High indicates that a Jumper is insert and Low indicates that no jumper is inserted.
Pololu A4988 Stepper Driver configuration:
MS0 | MS1 | MS2 | Microstep Resolution |
---|---|---|---|
Low | Low | Low | Full step |
High | Low | Low | Half step |
Low | High | Low | Quarter step |
High | High | Low | Eighth step |
High | High | High |