TinyG end stop switches/limits?

Home Forums TinyG TinyG Support TinyG end stop switches/limits?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11692
    MonkeyManGuy
    Member

    How can we safely implement end stop switches? Im afraid if I simply install something that disconnects a motor from the TinyG abruplty it could cause damage.

    Here is the machine I’ve made: https://youtu.be/rM4lD4Jzh-s

    I could easily make light sensors that could see when the gantry has gone too far, but would disconnecting the motor cause harm?

    Also how can we trigger the TinyG to stop where it is in the line of code? That could allow me to correct the problem and then continue without loosing count of progress.

    #11695
    cmcgrath5035
    Moderator

    Review Limits

    Placing a disconnect switch in series with stepper winding leads would not be a good long term idea. It would de-energize the motor, but tinyG would have no idea it was disconnected and would continue to run whatever Gcode job was running at the time.

    Installing the limit switches per the Wiki would logically de-energize the motors.

    Stopping or pausing a running Gcode job is non trivial and is typically handled by the CAM layer (machine controller) software. Chilipeppr and CNC.js are typical CAM environments for tinyG, but there are others.
    Review this link Gcode

    • This reply was modified 4 years, 9 months ago by cmcgrath5035.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.