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

Carriage stop/emergency switch? #268

Open
javaduke opened this issue Aug 7, 2023 · 8 comments
Open

Carriage stop/emergency switch? #268

javaduke opened this issue Aug 7, 2023 · 8 comments

Comments

@javaduke
Copy link

javaduke commented Aug 7, 2023

I'm thinking about making a custom carriage stop with a switch that will cut the servo power off when engaged by the carriage.
This can essentially be a poor man's thread/cut to shoulder feature - I would simply set a carriage stop at the predefined location and then the cutter would stop at this location even though the power feed or lead screw is still engaged.

Wondering if anyone can think of any possible downsides of this approach? And what would be the best place in the circuits to include this switch? I can simply cut the power line to the servo and insert the switch there, or is there a better place?

@kwackers
Copy link

kwackers commented Aug 8, 2023

The problem with that is you'll lose sync between the carriage position and the spindle since the carriage will stop but the spindle wont...

Have a look at the thread to shoulder code I added - it's cheaper than a switch... ;)
https://github.com/kwackers/electronic-leadscrew

@Chucksbp
Copy link

Chucksbp commented Aug 8, 2023

I made a carrige stop and an emergency stop on my lathe, not for threading but fot safty and turning to a rough shoulder. It works very well for that purpose. all you need to do is interupt the enable circuit with a normaly closed switch. works well. I have a micro switch built into a clamp that can slide along the way then the carrige trigers the micro switch.
20220322_133911

@javaduke
Copy link
Author

That's more or less what I have in mind, emergency switch + turning/boring to shoulder, my only question is where would be a good place for a switch on this diagram

Would it be the red PUL wire? Or somewhere in the power supply line (i.e. cutting the power to the motor?

@tomvikse
Copy link

.. what if you cut the encoder signal?

@Chucksbp
Copy link

As I mentioned I cut the enable wire going to the servo, this stops the motor quickly. It will stop every time within .002 of the shoulder. I ran my micro switch and an emergency stop in series. makes for an easy stop. Im not sure about the encoder although i would think if you cut the 5 volt signal wire to the encoder it would also stop the servo.

@javaduke
Copy link
Author

Which one is the enable wire on that diagram? I see PUL, DIR and ALM, which one I should cut?

@tomvikse
Copy link

The servo in the picture dont have enable signal.. so you cant use that..

@Chucksbp
Copy link

Direction wire wont do it so try the pull wire, just disconnect it at the els board and see what happens. If it doesnt stop it try the red + wire that should stop the servo.

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

4 participants