Hello Guest it is April 18, 2024, 05:19:36 AM

Author Topic: EStop won't work  (Read 5837 times)

0 Members and 1 Guest are viewing this topic.

Offline oskie

*
  •  29 29
    • View Profile
EStop won't work
« on: October 07, 2009, 08:22:54 PM »
I have wired a estop button to pin 10 and then to ground, when I close the circuit I am not getting it into estop.  Please help

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: EStop won't work
« Reply #1 on: October 07, 2009, 09:27:03 PM »
Have you set up your estop in config, ports and pins, inputs? Have you checked your wireing and switch?

Brett
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: EStop won't work
« Reply #2 on: October 08, 2009, 02:20:28 AM »
Also best to wire as a normally closed circuit when doing limits or E-Stop, reason being is if you have it normally open and a wire breaks you will not know until you need to use it and it doesn't work. If you have it as a normally closed and a wire breaks then you know right away.
Hood

Offline Jeff_Birt

*
  •  1,107 1,107
    • View Profile
    • Soigeneris
Re: EStop won't work
« Reply #3 on: October 08, 2009, 09:31:35 AM »
Also remember that the E-Stop input into Mach is to just let it know that an E-Stop occurred, you should not depend on Mach to stop the machine during an E-Stop.
Happy machining , Jeff Birt
 
Re: EStop won't work
« Reply #4 on: October 08, 2009, 10:27:10 AM »
Also remember that the E-Stop input into Mach is to just let it know that an E-Stop occurred, you should not depend on Mach to stop the machine during an E-Stop.

If that's true, what DO you depend on to stop the machine?
Bill (the Cat) Shubert

Offline Jeff_Birt

*
  •  1,107 1,107
    • View Profile
    • Soigeneris
Re: EStop won't work
« Reply #5 on: October 08, 2009, 10:32:42 AM »
That is true! The other parts of an E-Stop system depend entirely on your machine, drive, etc. Generally speaking an E-Stop condition will remove power to the drives (by switching off the AC to the power supply) and may also switch in braking resistors (for servos) and/or axis brakes.
Happy machining , Jeff Birt
 

Offline oskie

*
  •  29 29
    • View Profile
Re: EStop won't work
« Reply #6 on: October 08, 2009, 11:07:07 AM »
Thanks for the reply,  I guess I had it hooked up properly, must be a bad pin 10, moved to pin 12 an now it works.  Thanks
Re: EStop won't work
« Reply #7 on: October 08, 2009, 06:20:52 PM »
Hi Oskie,

yes, my forespeakers are right: The emergency stop should work in a way that does not need the Software or even the Computer.   ;D

But remember: the parallel port is using TTL logic, so you have to provide a defined logic state to the pin, i.e. either 0 Volts or 5 Volts.

If you just connect a switch to the input pin and to ground pin, you can generate 0 Volt (switch closed) but with the switch open you generate an undefined state... there is only noise coming to the input pin, but no 5 Volts.

A simple solution would be a switch (connected to the ground), together with a pull-up resistor (connected to 5 Volt). (Computer ground, not the one from the drive power supply...) And only do this when you're sure what you are doing... especially the good old parallel port is very easy to damage.   >:D

See also:  
http://en.wikipedia.org/wiki/Digital_signal


(hope you don't call me a teacher  ;) )

Konrad
« Last Edit: October 08, 2009, 08:17:12 PM by Konrad K »

Offline oskie

*
  •  29 29
    • View Profile
Re: EStop won't work
« Reply #8 on: October 08, 2009, 08:10:29 PM »
I have a lot to learn, I was relying on Mach3 to do the estop.  I will redesign with a proper estop.  Thanks