-
-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6x CNC Controller died #1428
Comments
Ouch. Based on all the lights being on, my initial suspicion is that the shift register chips died. |
Yeah, I was pretty bummed. |
The parts are cheap, but the handling fee makes it a bit crazy. |
If you have a logic analyzer you could first do a test to see if they are getting an I2S signal. If not, the problem could be elsewhere. The way to check with a LA is to tack wires onto the i2s gpios and look for clocks and data. |
If you have only a scope, you can look at them individually. bck/gpio.22 should have a fast clock in the 32 Mhz range. ws/gpio.17 is slower, in the 1 MHz range. data/gpio.21 has a waveform that depends on what is being sent to the chips, with a minimum pulse width of one full cycle of bck. |
If you are using a recent version of FluidNC, you can control the clock rate with min_pulse_us in the i2s section. |
I can authorize Elecrow to replace it if needed. |
Wiki Search Terms
N/A
Controller Board
6x_CNC_Controller V1.2
Machine Description
3-axis gantry mill
Switches: X- X+ Y- Y+ Z+ (limits), door (e-stop), macro_1.
Outputs: 3x Servo57C/D, 2x coolant (to Arduino)
Input Circuits
Limits are all NC, door and macro are NO. All wired directly to 6x_CNC
Configuration file
Startup Messages
User Interface Software
UGS
What happened?
Controller seems to be dead. It is no longer causing axes to step, but can still be programmed, communicated-with, etc. (i.e. it doesn't know it's not stepping.)
Installation and configuration began last night. Last night and today controller was showing these LEDs:
Motor 2 (Y) never had Enable LED on and the axis was locked when not moving, but was moving correctly.
Shortly after it was showing this and axes weren't working:
Only axes 1+2+3 are configured, but axes 3+4+5 have illumination. I tried re-uploading the config and rebooting, but no joy.
It then became this:
Tried full erase, install-fs, install-wifi, but no change.
Before I had to run out, I tried moving X-axis to motor output #4 (see different I2SO assignments) but still no movement. It's dead. :(
GCode File
No response
Other Information
Side note: I wish this controller was available with modular ('disconnectable') connectors.
The text was updated successfully, but these errors were encountered: