. .

Thread: Limit Switches

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. Robin, complete as your answer was I think a tad more explanation might be needed. Here's my interpretation...

    Zero Point & Transition
    This is using a switch to tell the CNC computer that the tool is at some known XYZ co-ordinate in space e.g. 0,0,0. The problem with using switches is that the transition point where the switch changes from open to closed depends on mechanical pressures and so suffers from issues similar to backlash. Approching the transition point from the same direction at the same speed aids accuracy and repeatability.

    Hysteresis describes the variation in switching point of a device (electronic or mechanical) between transitions in one direction versus another. A typical example is an electronic switch might be that it comes on at say 3 volts but doesnt go off until the voltage drops below say 0.7 volts. Another example is a magnetic reed switch which switches on when the magnet is say 0.1" away but doesnt switch off until it is moved 0.3" away.

    Opto Slot
    The use of a light beam to indicate a transition by detecting light coming through a slot (or not). Capable of a very high accuracy, using laser light, down to a thou or better.

    Logic Gates
    Electronic switches that always work on the binary on/off principle where binary 1 = ON = say 3volts and binary 0 = OFF = 0.7volts, the point being that the actual voltage is immaterial, anything over 2v is ON, anything under 1v is OFF and the system is not allowed to remain in the in-between state. Logic gates are the underlying building blocks of computers, implementing boolean algebra between 2 or more logic signals e.g. the 2 input 'AND' gate implements the equivalent of the truth table:
    Input 1 AND Input 2 IS Output
    OFF AND OFF IS OFF
    ON AND OFF IS OFF
    OFF AND ON IS OFF
    ON AND ON IS ON

    while a 2 input 'OR' gate implements
    Input 1 OR Input 2 IS Output
    OFF OR OFF IS OFF
    ON OR OFF IS ON
    OFF OR ON IS ON
    ON OR ON IS ON

    A third gate, the NOT gate implements the invert function on one input:
    NOT Input1 is Output
    NOT OFF IS ON
    NOT ON IS OFF

    From these three fundamental building blocks any computing function can be implemented (actually only the NOT gate and one of the other 2 is needed - can you see how?). Indeed a modern PC is no more than hundreds of millions of these devices wired together.

    A logic gate can be implemented in any suitable technology (including mechanically - think of a double in-line clutch - both must be engaged for drive = AND gate) but all modern systems are based on low-power CMOS technology or its variants.


    Hope this helps...
    Last edited by irving2008; 26-06-2008 at 05:41 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. EMC2 home/limit switches... only acting as limit?
    By vputz in forum LinuxCNC (EMC)
    Replies: 4
    Last Post: 15-10-2014, 09:51 AM
  2. Limit Switches
    By Leadhead in forum General Electronics
    Replies: 1
    Last Post: 16-10-2013, 10:41 AM
  3. Limit switches and Mach3
    By cropwell in forum Artsoft Mach (3 & 4)
    Replies: 1
    Last Post: 06-03-2013, 10:51 AM
  4. Limit Switches with LED's
    By manofgresley in forum General Electronics
    Replies: 30
    Last Post: 02-01-2013, 03:08 PM
  5. Uniport and limit switches.
    By D-man in forum General Electronics
    Replies: 14
    Last Post: 13-02-2012, 11:37 PM

Tags for this Thread

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
  •