. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by Neale View Post
    Not entirely sure why not as we trust it to move each axis correctly.
    We assume it will and we hope it does and that is usually the case but the E-Stop is there purely because we should be aware that the worst can happen and the way to make sure everything is guaranteed stop if we want it to is to have the best failsafe we can devise, and that is not the systems which will have failed in the worst case scenario.
    Last edited by magicniner; 21-08-2016 at 10:37 PM.
    You think that's too expensive? You're not a Model Engineer are you? :D

  2. #2
    On the actual function of enable pins, a useful way to use them is to position work on the machine, jog the tool to your desired reference point, hit the disable switch and jog the controller to the matching position on the path display without moving the steppers. You could manually position the machine while the steppers are off if it has handwheels,

    - Nick
    You think that's too expensive? You're not a Model Engineer are you? :D

  3. #3
    There is a big difference between PAUSE and emergency STOP. If everything goes to hell in a handbasket I usually retreat to the safety of the mains socket and kill the power there. This does preclude braking the spindle at the VFD but it is comforting to know everything will soon come to a halt without removing any more fingers.
    Pause OTOH implies a restart so it is purely a software driven thing which involves looking in to the G code future and creating a plan to get everything back up to speed. A well written pause is a joy to behold and well worth playing with

  4. #4
    Pause OTOH implies a restart so it is purely a software driven thing which involves looking in to the G code future and creating a plan to get everything back up to speed.
    Why should a pause require a restart as you should just be able to do a resume with no problems. A pause is generally a controlled stop as apposed to an emergency stop which always requires a rehome etc.
    ..Clive
    The more you know, The better you know, How little you know

  5. #5
    Quote Originally Posted by Clive S View Post
    Why should a pause require a restart as you should just be able to do a resume with no problems. A pause is generally a controlled stop as apposed to an emergency stop which always requires a rehome etc.
    Sorry I should have said UNPAUSE. I award stepper motors a speed at which I can start or stop them without losing steps. Once beyond that speed pausing and unpausing become interesting. It's tricky keeping everyone in synch. I have written it twice, once in Z80 assembler and once in C.
    Last edited by Robin Hewitt; 22-08-2016 at 10:53 AM. Reason: missing gerund

  6. #6
    Quote Originally Posted by Robin Hewitt View Post
    Sorry I should have said UNPAUSE. I award stepper motors a speed at which I can start or stop them without losing steps. Once beyond that speed pausing and unpausing become interesting. It's tricky keeping everyone in synch. I have written it twice, once in Z80 assembler and once in C.
    I had forgotten that you write your own control code and don't use Mach or Linuxcnc
    ..Clive
    The more you know, The better you know, How little you know

  7. #7
    Quote Originally Posted by Clive S View Post
    I had forgotten that you write your own control code and don't use Mach or Linuxcnc
    That was unexpected. I thought the only person who listened to me was my wife, one word out of place and her jaw starts to flap.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to wire the enable pin on a stepper drive?
    By cncJim in forum General Electronics
    Replies: 8
    Last Post: 01-01-2016, 05:10 PM
  2. How do I wire a stepper driver to a stepper motor?
    By swood1 in forum Stepper & Servo Motors
    Replies: 7
    Last Post: 21-09-2014, 05:40 PM
  3. Replies: 1
    Last Post: 16-03-2014, 07:29 PM
  4. best stepper driver???????
    By Ross77 in forum Motor Drivers & Controllers
    Replies: 37
    Last Post: 21-04-2013, 05:05 PM
  5. Boxford 125TCL Stepper Specs required.!!
    By JAZZCNC in forum Boxford Lathes
    Replies: 7
    Last Post: 01-02-2013, 01:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •