[ Log In ]
[ Register ]

Question #: 6857

Question: How do you suggest threading using your breakout board?

Current Solution

We need clarification on what you mean by threading: a parallel computer process, creating threads on a screw on a turning center, or threading a hole using a tap controlled by a CNC machine. If it's the latter two, you would rely on the stepping motors and dead reckoning (open loop system). Stepping motors will move exactly as instructed and have exact stop and positional accuracy so the threads would be constructed as intended; therefore, no need for encoders and feedback (closed loop system)

Additional Information:
What he is asking perhaps is that how would he be able to do rigid tapping without encoder input? Alternatively, he may need a servo drive for the spindle. Which board supports rotary encoder input? I am looking for boards myself.

Additional Information:
What he is asking perhaps is that how would he be able to do rigid tapping without encoder input? Alternatively, he may need a servo drive for the spindle. Which board supports rotary encoder input? I am looking for boards myself.

Additional Information:
What he is asking perhaps is that how would he be able to do rigid tapping without encoder input? Alternatively, he may need a servo drive for the spindle. Which board supports rotary encoder input? I am looking for boards myself.

Respond:

Other Possible Solutions to this Question

  • HOW DO I WIRE FROM THE BREAKOUT BOARD TO DRIVER?

    CP+ to COM
    CP- to STEP
    CP+ to CW+ (small jumper wire)
    CW- to DIR

    Additional Information:
    If the driver does not have CP or CW labels, the CP is Step and the CW is Direction or DIR. If you connect the 5v to CP+ (or Step+) and CW+ (or DIR+) and the pin to CP- (or Step-) and another pin to CW- (or DIR-), then in software, the configuration for the step on that axis must be active low. Otherwise, if you connect the GND to CP- (or Step-) and CW- (or DIR-) and the pin to CP+ (or Step+) and another pin to CW+ (or DIR+), then in software, the configuration for the step on that axis must be active high.

    Additional Information:
    If you have a driver that is labeled pul, dir and ena: Pul+ is the Step+ and Pul- is the Step-. Pul is short for pulse. A pulse will create a step. Don't worry about the enable terminals.

    On the x-axis, pin #2 can go to pul- and pin #3 can go to dir-. The 5v will go to pul+ and dir+. The configuration for each axis for step will be active low and toggle active low for the dir on each axis to make it go in the direction desired.

    Additional Information:


    Additional Information:


    Additional Information:


    Additional Information:

    Click the link to add information to this solution:
    HOW DO I WIRE FROM THE BREAKOUT BOARD TO DRIVER?

  • MY COMPUTER DOES NOT HAVE A PARALLEL PORT. HOW DO I INTERFACE WITH THE BREAKOUT BOARD?

    If your computer does not have a parallel port, all you will need is a low cost PCI parallel adapter card (these can be found on amazon for $15-$20). If you plan on using a laptop (not recommended) you can try to find a PCMCIA parallel adapter, but many people have frequent issues with this setup. A more expensive solution would be to purchase a USB smooth stepper board. Unfortunately, we do not supply any of these adapters and cannot attest to their reliability.

    Additional Information:
    ur gay

    Additional Information:

    Click the link to add information to this solution:
    MY COMPUTER DOES NOT HAVE A PARALLEL PORT. HOW DO I INTERFACE WITH THE BREAKOUT BOARD?

  • DO YOU TYPICALLY PUT SPOILER BOARD ON TOP, IF SO HOW ATTACH IT?

    Yes, this is a must. You can attach the spoil board on the machine with screws, or you can setup a clamping system. We just screw it down.

    Click the link to add information to this solution:
    DO YOU TYPICALLY PUT SPOILER BOARD ON TOP, IF SO HOW ATTACH IT?

  • WILL THE USB BREAKOUT BOARD WORK WITH MACH3?

    Sure, the USB interface has a place for 4 axes of limit switches.

    Each axis can have two limit switches: one for the ++ (positive) end and one for the -- (negative) end. The positive end would be the limit switch at the end of the machine that, say the machine has a 4'x8' area, reaches a bit after the 8 foot mark. The negative end would be the limit switch behind the 0 foot location behind the origin. If the origin is in the middle, the negative would be at a little more than the -4 foot end and the positive would be at a bit more than the +4 foot end. Note that you can have more than one switch on each pin where the NC is connected in serial fashion and the NO is connected in parallel fashion (this can be seen on the diagram in the multiple limits switch section). The software configurations for the limits switches are under File -> Settings -> Limit.

    A typical limit switch has three connections on it. These connections consist of COM (common), NC (normally closed) and NO (normally open). The COM would generally go to GND and the NC or the NO would go to the pin. If the NC is used, then the the switch is constantly connected until the switch is pushed (engaged) then the connection from the pin to gnd is broken (open). Use the settings in software to set whether in NC or NO configuration.

    Let me know if this information was helpful (or not) by adding information to this question. Thanks.

    User response:
    Thank you very much for this helpful information. I'm still a little fuzzy on how the 6 limit switches physically connect to each other and to the USB breakout board. You've stated one switch (home) goes to positive and another switch (limit) goes to negative. Are all the GND prongs from all 6 switches connected to each other and going to GND on the breakout board, or no? And the NC prongs, how exactly are they connected to each other? And to the board? There has to be a diagram somewhere shows this visually, no? I don't know how to wire the switches in series or in parallel. I have already physically installed all the switches on the machine and ran the wires to where the board is. Now I just need to know where to plug these wires into the board. Also, taking into consideration that I'm using the Planet CNC software, the only settings I have pertaining to limit switches is "Enable/Disable" for each axis, and the actual limit for each axis. Nothing about NC or NO. Is that only in Mach3?
    Thank you.

    buildyourcnc response:
    On the USB interface, the COM on the switch connects to GND and the NC or NO connects to the input pin (i.e. x++, y--, etc.)

    Limit switch configuration is rather difficult to understand, especially with series and parallel. You can think of series as a single wire going from GND to the axis letter input terminal (i.e. X++ or X--). If the wire is broken, then the circuit is open (or the switch is engaged in a normally closed scenario). Normally closed is like an actual wire, and when engaged, the switch "opens" (breaks the wire). This is why we recommend in some systems that you can put many switches in series on a single pin. When one of the switches is engaged (breaking the connection) then the entire circuit of switches is broken and the machine stops.

    In a parallel scenario, the state of the circuit is always broken until the one of the switches is engaged and the circuit is then closed or connected. The topology looks like a ladder. All the switches connect to both sides of the ladder and the switches are like the runs of the ladder (the horizontal bars that the feet are placed while climbing). Imagine all of the switches broken in this scenario (normally open). It would be like the ladder could be split in two, but if one of the ladder runs (switches) is closed by engaging it, then that run would connect both sides of the ladder and the two sides of the ladder would have a connection.

    There is a diagram on the USB page of the various limit switch configurations. If you need more information (visual and/or otherwise), please let us know and we will immediately add that information to benefit everyone.

    Click the link to add information to this solution:
    WILL THE USB BREAKOUT BOARD WORK WITH MACH3?

  • WHATISTHE DIFFERENCE WTIH THE PARALLEL BREAKOUT BOARD AND USB BOARD?

    The parallel is the most versatile breakout board we have and will work with most of the software out there, but many computers are not equipped with parallel connectors anymore. Parallel adapter cards are available if you don't have a parallel connection on your computer.

    The USB interface must be used only with the planet-cnc software, which is great software, but you are still limited to only that software application. This is actually the least expensive option unless you use linux and go with the above option.

    Click the link to add information to this solution:
    WHATISTHE DIFFERENCE WTIH THE PARALLEL BREAKOUT BOARD AND USB BOARD?

  • WHAT'S THE DIFFERENCE BETWEEN PARALLEL BREAKOUT BOARD AND USB ITERFACE?

    The parallel (printer cable) port is uses the computer as its main source of pulse trains to operate the motor driver directly. Parallel ports are a direct connection from the processor commonly referred to as GPIO pins (General Purpose I/O pins) and provides a convenient and powerful way to interface with the computer. The parallel breakout board is included in those kits only to condition those signals for use with the drivers.

    The USB serves at the actual controller, sending the pulse trains, but the computer sends simple human readable instructions to the USB controller to tell the controller how to send pulses.

    The non-technical differences that may serve as the most important information to you is that the parallel configurations allow for a wider variety of industry standard software that can be used to control the cnc machine. The USB that we offer requires the operator to use a software called Planet-CNC software which is a very well made and feature full cnc control software.

    Additional Information:


    Additional Information:


    Additional Information:
    USB Motion controller breakout board work with planet cnc software?

    Click the link to add information to this solution:
    WHAT'S THE DIFFERENCE BETWEEN PARALLEL BREAKOUT BOARD AND USB ITERFACE?

  • WHAT CAUSES RINGING IN YOUR EAR AND HOW CAN YOU STOP IT?

    Tinnitus . Learn to love it. No really you should see a doctor. Make sure. White noise will help you sleep when it gets loud.

    Additional Information:
    I learned, too late, that if a sudden loud event causes tinnitus, see an audiologist IMMEDIATELY. They can do something about it if addressed within a day or so.

    Wear hearing protection...always. Loud noises trigger my tinnitus, and headphones and ear plugs (when out & about or at the movies, subway, etc) help tremendously. Mine are rated 33dB.

    Click the link to add information to this solution:
    WHAT CAUSES RINGING IN YOUR EAR AND HOW CAN YOU STOP IT?

  • HOW DO I WIRE THE 4TH AXIS THAT YOU SELL. I HAVE MACH3 SOFTWARE. NO INSTRUCTIONS ON YOUR SITE

    The motor that is attached to the 4th axis is wired as follows:

    The motor should have red, green yellow and blue wires coming form the motor. The red and green are paired as one coil and the yellow and blue is paired as the other coil. You can wire the motor to a 3.0 amp driver with red to A+, green to A-, Yellow to B+ and Blue to B-

    Click the link to add information to this solution:
    HOW DO I WIRE THE 4TH AXIS THAT YOU SELL. I HAVE MACH3 SOFTWARE. NO INSTRUCTIONS ON YOUR SITE

  • DO YOU GUYS SELL THE POTENTIOMETER FOR YOUR LASER SYSTEM BY ITSELF

    Yes, it is found in laser components section

    Click the link to add information to this solution:
    DO YOU GUYS SELL THE POTENTIOMETER FOR YOUR LASER SYSTEM BY ITSELF

  • HOW BAD IS THE SMOKE AND EXHAUST USING BLACKTOOTH?

    I'll be honest, it can be pretty awful at times. You'll want a dedicated exhaust line. Cut a new hole, make a dedicated line. Also, invest in a charcoal air filter, it will help. Trust me. They can also be done DIY very inexpensively. Buy a "Universal Pre-filter" and simply wrap it around a screen and have air push down through the screen wrapped in the charcoal laden felt. $20 + fan + screen. Away you go =)

    Click the link to add information to this solution:
    HOW BAD IS THE SMOKE AND EXHAUST USING BLACKTOOTH?

  • I HAVE A 2000 WK 11–3 Z LIMIT SWITCHES GOING TO C10R10 BREAKOUT BOARD . CAN ALSO USE THEM AS MY HOME POSITION WELL. NEED THE WIRING CONFIGURATION

    No, you should not have received two parallel breakout boards in your CNC kit. You can return the extra item using standard shipping with COD. Our apologies for the confusion and the inconvenience.

    I will answer the other question as another FAQ. Please check the Customer Service page to see the answer to that question.

    If you have difficulty finding the answer, here is a link:
    https://www.buildyourcnc.com/FAQ/13636

    Click the link to add information to this solution:
    I HAVE A 2000 WK 11–3 Z LIMIT SWITCHES GOING TO C10R10 BREAKOUT BOARD . CAN ALSO USE THEM AS MY HOME POSITION WELL. NEED THE WIRING CONFIGURATION

  • HOW DO YOU HOOK UP THE SPINDLE TO INVERTER?

    U - Pin1
    V - Pin2
    W - Pin3
    Pin4 Dead

    Additional Information:
    My home made cnc is a big problem with my NC connection. When in start my spindle it will be gone wrong. It will be limith switch problem anytime. Need help thanks.

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:

    Click the link to add information to this solution:
    HOW DO YOU HOOK UP THE SPINDLE TO INVERTER?

  • HOW DO YOU SETUP THE SPINDLE INVERTER VFD?

    Change PD001 Source of Run Commands to '1'
    Change PD005 Max operating frequency to 400hz
    Change PD004 base frequency to 400hz
    Change PD003 Main frequency to 400hz
    Change PD006 Intermediate frequency to 2.5
    Change PD008 max voltage to 220v
    Change PD009 Intermediate voltage to 15v
    Change PD010 Min voltage to 8
    Change PD011 frequency lower limit to >100hz (120hz to start)
    Change PD142 7 Amps
    Change PD143 2
    Change PD144 3000

    Note: PD001 had to be changed back to 0 to allow for keypad control.
    Note2: I had to reverse U and V to get the spindle to go forward in FWD. (reverse any two wires, u&v or w&v for example)

    Additional Information:

    Click the link to add information to this solution:
    HOW DO YOU SETUP THE SPINDLE INVERTER VFD?

  • HOW DO YOU HOOK UP THE VFD TO SPINDLE?

    U - Pin1
    V - Pin2
    W - Pin3
    Pin4 Dead

    Additional Information:
    My home made cnc is a big problem with my NC connection. When in start my spindle it will be gone wrong. It will be limith switch problem anytime. Need help thanks.

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:

    Click the link to add information to this solution:
    HOW DO YOU HOOK UP THE VFD TO SPINDLE?

  • HOW DO YOU CONNECT THE INVERTER TO AC?

    Input to VFD:
    240V Active - R
    240V Neutral - S
    Ground - E

    Additional Information:

    Click the link to add information to this solution:
    HOW DO YOU CONNECT THE INVERTER TO AC?

  • HOW DO YOU SETUP THE SPINDLE INVERTER?

    Change PD001 Source of Run Commands to '1'
    Change PD005 Max operating frequency to 400hz
    Change PD004 base frequency to 400hz
    Change PD003 Main frequency to 400hz
    Change PD006 Intermediate frequency to 2.5
    Change PD008 max voltage to 220v
    Change PD009 Intermediate voltage to 15v
    Change PD010 Min voltage to 8
    Change PD011 frequency lower limit to >100hz (120hz to start)
    Change PD142 7 Amps
    Change PD143 2
    Change PD144 3000

    Note: PD001 had to be changed back to 0 to allow for keypad control.
    Note2: I had to reverse U and V to get the spindle to go forward in FWD. (reverse any two wires, u&v or w&v for example)

    Additional Information:

    Click the link to add information to this solution:
    HOW DO YOU SETUP THE SPINDLE INVERTER?

  • I AM USING A XYLOTEX 3 AXIS BOARD AND WANT TO ADD ANOTHER MOTOR SLAVED THE X-AXIS. WILL DRIVE CW230 WORK?

    If the pins from the terminal block on the side of the board are outputs, or at least 2 of them are outputs, then you can connect our modular driver to the board (example: cw230). If they are all inputs, then you would not be able to connect an external driver.

    Click the link to add information to this solution:
    I AM USING A XYLOTEX 3 AXIS BOARD AND WANT TO ADD ANOTHER MOTOR SLAVED THE X-AXIS. WILL DRIVE CW230 WORK?

  • I HAVE YOUR MACH3 USB BOB, DO YOU GUYS SELL A TORCH CONTROL RELAY CAN WIRE UP TO TURN MY PLASMA ON AND OFF HOW WOULD WIFE THAT TOO THIS BOB?

    We do have a relay board that words like a standard relay.

    Here is the URL of the relay board that we offer:

    https://www.buildyourcnc.com/item/electronicsAndMotors-breakout-Relays-relay-board-250V-12A-5V

    Click the link to add information to this solution:
    I HAVE YOUR MACH3 USB BOB, DO YOU GUYS SELL A TORCH CONTROL RELAY CAN WIRE UP TO TURN MY PLASMA ON AND OFF HOW WOULD WIFE THAT TOO THIS BOB?

  • I SEE ARTCAM MODULES ON YOUR SITE, CAN STILL GET THEM THROUGH YOU?

    Yes you can. We well the ArtCAM software and modules.

    Click the link to add information to this solution:
    I SEE ARTCAM MODULES ON YOUR SITE, CAN STILL GET THEM THROUGH YOU?

Get Help with:
This Product
Orders
Tech Support
Sales
This Product
Order Query
Tech Support
Sales
Not logged in. Log In Register
Track Order(s)
View Order(s)
I Want to Schecule a One-On-One Paid Tech Support Session
Book an Appointment Pertaining to a BuildYourCNC Product (Free)
Ask a Quesion Below (Free):
Book an Appointment Pertaining Other Equipment ($60/half hour)
Book an Immedite Appointment Pertaining Other Equipment ($120/half hour)
Ask a Quesion Below (Free):
Waiting for response... I may not answer immediately, but I was notified on my cellular phone so my response is forthcoming. If I don't respond immediately, you can always go to the [My Account] page to see all of our chats at any time.