This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:blox:connect-stepper-motors [2024/08/06 14:23] admin |
docs:blox:connect-stepper-motors [2024/08/15 12:52] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== 2.5 Connecting BLOX to Stepper Motors ===== | + | ====== 2.5 Connecting BLOX to Stepper Motors |
OpenBuilds BLOX provides support for 2x Bipolar Stepper Motors, with software-controlled current setting and fault monitoring. | OpenBuilds BLOX provides support for 2x Bipolar Stepper Motors, with software-controlled current setting and fault monitoring. | ||
Line 7: | Line 7: | ||
* Motor Inductance: 1-2mH ideally, higher will limit max speed | * Motor Inductance: 1-2mH ideally, higher will limit max speed | ||
+ | ---- | ||
- | ==== 2.5.1 Wiring ==== | + | ===== 2.5.1 Wiring |
> Note: The color codes shown below only apply to OpenBuilds Motors. Refer to [[docs: | > Note: The color codes shown below only apply to OpenBuilds Motors. Refer to [[docs: | ||
Line 23: | Line 24: | ||
| {{: | | {{: | ||
- | ==== 2.5.2 Configuration ==== | + | ---- |
- | === 2.5.2.1 grblHAL/ | + | ==== 2.5.2 Stepper Driver FAULT modes ==== |
+ | Faults that trigger FAULT MODE: | ||
+ | * Overcurrent (Adjust current down a little) | ||
+ | * Overtemperature (Adjust current down a little, improve cooling) | ||
+ | * Short circuit (Check wiring, Check motor) | ||
+ | * Low Input voltage (Check Power Supply) | ||
- | Make sure to set grblHAL settings (CONTROL > Grbl Settings Tab) | + | If you encounter a Driver Fault: |
+ | * Turn off power | ||
+ | * Resolve the issue | ||
+ | * Give the drivers a few minutes | ||
+ | * Turn power back on | ||
+ | * Note: The FAULT will persist until both cleared, and power has been turned off and on, to protect the stepper drivers | ||
- | * **$140=xx** X-Axis Motor Current (Set appropriate current for stepper motors in use) | + | ---- |
- | * **$141=xx** Y-Axis Motor Current (Set appropriate current for stepper motors in use) | + | |
- | * **$4=0** ;Step direction invert = disabled (Required) | + | |
- | * **$1=255** Step idle delay = set to always enabled (Recommended, | + |