Skip to content
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

CNC 1610 engraver stops half way through #354

Open
dswest1 opened this issue Apr 4, 2020 · 8 comments
Open

CNC 1610 engraver stops half way through #354

dswest1 opened this issue Apr 4, 2020 · 8 comments

Comments

@dswest1
Copy link

dswest1 commented Apr 4, 2020

I'm new to this, so be gentle. I have a CNC 1610 that starts going through the program, but stops randomly before it's finished. The spindle increases speed when it stops moving and I can not get the spindle to stop with the program, Candle. The only way I get it to stop is to turn off the cnc machine. Is this a software issue or is the machine junk ?

@ondras12345
Copy link

ondras12345 commented Apr 4, 2020

Hi, this may be a hardware issue. See #342

Does Candle show any error messages? Check the console. Does the machine still respond to commands with ok?

Please post your GRBL settings (type $$ to the console).

@dswest1
Copy link
Author

dswest1 commented Apr 5, 2020

Hi,
No error messages show, but the g-code scrolling down the bottom stops when the machine does. There is no way to stop the machine through the program. I have to switch the machine off to stop it.
Settings below

$$ < $0=10
$1=25
$2=0
$3=6
$4=0
$5=0
$6=0
$10=1
$11=1.000
$12=0.002
$13=1
$20=0
$21=1
$22=1
$23=7
$24=25.000
$25=500.000
$26=250
$27=2.000
$30=1000
$31=0
$32=0
$100=500.000
$101=500.000
$102=500.000
$110=8000.000
$111=8000.000
$112=500.000
$120=500.000
$121=500.000
$122=10.000
$130=500.000
$131=500.000
$132=200.000
ok

@ondras12345
Copy link

ondras12345 commented Apr 5, 2020

Ok, this seems to be a hardware issue. The machine stops communicating with your computer.

Try wiring a 'Reset/Abort' switch to your controller board (https://github.com/gnea/grbl/wiki/Connecting-Grbl and gnea/grbl#123 (comment)) to see if it is a GRBL issue or a communications issue.

In case the machine stops after you press the button in the error state, the GRBL firmware is OK and you should focus on the communications hardware. Read the link from my first post.

@svenhb
Copy link

svenhb commented Apr 5, 2020

If you use Arduino, you may exceed the 30 kHz step frequency: grbl/grbl#41
And grbl/grbl#1332
$100=500; $110=8000 - results to 66.6 kHz
I had similar problems with bare boards on desk to check my grbl-sender...
Suddenly Status message showed <Run|WPos:3.011,4.536,2.412|Bf:51,128|FS:0,0>
Bf:51,128 is not possible...

@dswest1
Copy link
Author

dswest1 commented Apr 7, 2020

So I need to change the settings to change the frequency then ? Or do I try a usb cable with a ferite block on both ends ?

@svenhb
Copy link

svenhb commented Apr 7, 2020

Yes, try $110, $111 = 3500 mm/min to stay below the 30 kHz...
The 30 kHz limit is a problem of the controller, not of the USB cable.

@ondras12345
Copy link

ondras12345 commented Apr 7, 2020

Yes, try $110, $111 = 3500 mm/min to stay below the 30 kHz...
It's a problem of the controller, not of the USB cable.

It could be a cable problem, the CH340 ICs are very intolerant to interference. I didn't know about the 30 kHz limit, though.

Try to change the settings first. If it doesn't help, focus on the electronics.

@dswest1
Copy link
Author

dswest1 commented Apr 7, 2020

Well.....thank you both for your help. Changing that setting has solved that issue. Now I just have to sort out why it's smaller than the dimensions I setup in the file. If that makes sense....... cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants