[ Log In ]
[ Register ]

Question #: 11152

Question: i wanna chains the X with the Y assis how can i do this

Current Solution

Are you asking if you can change the X and Y axes? Please clarify.

Additional Information:
Yes i wanna chains the x with the y axes can i make this with the software ?????

Respond:

Other Possible Solutions to this Question

  • How fast can I cut 1/4" wood with the 40 watt CO2 laser?

    CO2 laser will not cut wood material fast at all. This is just the nature of the laser energy. The wood is a very low absorbent of the laser energy and you will need to run probably around 10 ipm to cut through the wood. CNC is much more efficient for cutting and laser as more efficient at marking or slowly cutting if you need the small kerf. You will also need a relatively high output air source to cut efficiently. The air will blow away the char (carbon) on the wood. The black char will absorb most of the laser energy not allowing the wood to be cut well. We use a compressor for the air source, but you can use a commercial hydroponic air pump instead.

    Click the link to add information to this solution:
    How fast can I cut 1/4" wood with the 40 watt CO2 laser?

  • I want to fix the tramming issue, how can I measure this

    You can measure the tramming angle by putting a long L shaped rod that will fit into the spindle's collet and affix a piece that will tough the table to the other end of the rod. Rotate the rod to determine how far out you are. The longer the rod, the more accurate the measurement will be.

    Click the link to add information to this solution:
    I want to fix the tramming issue, how can I measure this

  • [772] Can I add 3 fans and a bigger radiator to this with the 12vdc power supply

    Adding more fans will require more power from the power supply. Each fan should have the amps that the fan draws. Add the total amps from the three fans and add one amp for the pump and you will have the total power requirement. The 12V 2amp power supply that accompanies the spindle cooling kit will probably be insufficient for the additional two fans.

    Click the link to add information to this solution:
    [772] Can I add 3 fans and a bigger radiator to this with the 12vdc power supply

  • The mach3 USB card requires 24V, how do I supply this?

    If you are using a spindle with a VFD, there is a 24 volt power supply that will provide the correct power for the V+ and V- on the Mach3 USB. The 12V option is only if you are using the limit switches on that side of the board, but if you are using it to control spindle speed and for the outputs, it's best to use a 24V power supply, or the 24V output on the VFD.

    Additional Information:
    Closed loop

    Additional Information:
    Can i use 12v in the 24v input

    Click the link to add information to this solution:
    The mach3 USB card requires 24V, how do I supply this?

  • How do I interface to a laser with the Pokey57

    We have a video that shows the connection and implementation of a CO2 laser on the youtube channel here:

    &t=17s

    That video should show how I'm connecing the Pokeys57CNC to the laser tube power supply TL/TH terminal. I also show how to configure Mach3 to trigger the laser on and off using the M7 and M9 codes.

    Let me know if this helps.

    Click the link to add information to this solution:
    How do I interface to a laser with the Pokey57

  • HOW LATE IN THE SEASON CAN I VACCINATE MY PATIENTS WITH INFLUENZA VACCINE?

    Peak influenza activity does not generally occur until February. Providers are encouraged to continue vaccinating patients throughout the influenza season, including into the spring months (e.g., through May), as long as they have vaccine in the refrigerator and unvaccinated patients in their office.

    Because influenza occurs in many areas of the world during April through September, vaccine should be given to travelers who missed vaccination in the preceding fall and winter. Another late season use of vaccine is for children younger than age 9 years who were vaccinated for the first time in the current vaccination season but failed to get their second dose. For each of these situations, vaccine can be given through the month of June since injectable influenza vaccine customarily has a June 30 expiration date.

    Click the link to add information to this solution:
    HOW LATE IN THE SEASON CAN I VACCINATE MY PATIENTS WITH INFLUENZA VACCINE?

  • How do I program the 2.2kw VFD to jog with a Digital Input

    It is possible to connect and configure the spindle VFD to the mach3 via an RS485 communication and protocol.

    The first thing you will need is the dynamic link library to pair with mach3 called the Huanyang VFD Mach3 PlugIn. You can find this file at the mach3 support forum here: http://www.machsupport.com/forum/index.php/topic,14182.0.html

    You will also need to download the Microsoft .net 3.5 framework and install it: https://www.microsoft.com/en-us/download/details.aspx?id=21

    Follow the pdf that comes with the library file, but here is a synopsis of what you need to do (I also added a lot more information that may be useful during this process as the manual does not cover the main connections that need to be done):

    You will need to program your VFD so that it knows how to communicate with mach3 and the computer (go into the programming mode of the VFD and change these parameters):
    - PD001 - value 2 - Enables with communication aspect of the VFD
    - PD002 - value 2 - Enables frequency control from the communcations port
    - PD163 - value 1 - VFD address
    - PD164 - value 1 - Baud rate of 9600 (speed of the communication)
    - PD165 - value 3 - 8N1 RTU - 8 bits (that's the size of the word that gets communicated), N (No parity or no error checking) and 1 (1 stop bit)

    Copy the dll file to the PlugIns folder of mach3.

    Connect the RX and TX lines to your computer. There are a couple ways you can do this, but the recommended way would be to use an FTDI USB device which converts a USB to a serial com port. The device will have Rx and Tx connectors to connect to the VFD terminals with the same labels. This method is recommended since serial ports are not as common in computers these days.

    Next, you will need to configure mach3 to use the plugin library. Start mach3 and click on Menu -> config ->Config Plugins. Enable the new plugin by clicking on the red cross on the left column next to the plug in. Restart mach3 after doing this.

    No you need to configure mach3 to use the HuanyangVFD plugin. Go to the ports & pins configuration and select the spindle setup tab. Make sure that the Disable Spindle Relays checkbox is unchecked. We don't want mach3 to output a signal for a relay since the spindle will start up and turn off within the VFD and not from an external relay.

    Next, go to the HuanyangVFD settings by clicking on Menu -> plugin control -> HuanyangVFD. Set the parameters to the same settings you put into the VFD programming. The com port will be shown as new hardward when you plug in the USB FTDI device. A little bubble will be displayed at the bottom right where it will notify you that a new device is being installed (be patient while windows assigns a com port). Alternatively, you can use the windows device manager to see which port was set for the new USB FTDI device). You may need to restart mach3 several times until you get the correct information displayed in the PD001 and PD002 fields. When the com port is correct and the other parameters, like baud and VFD address is the same as you entered in the programming, then the PD001 and PD002 will show the number 2, otherwise, a 99 will appear which means that communication was not successful.

    You can now control the on/off and RPM of the spindle using the RS485 communication between mach3 and the VFD.



    Additional Information:
    This looks easy enough, however, the VFD that came with my spindle is made by Huajiang, not a Huanyang. The parameter codes are different and do not line up with the ones offered in this response.

    Click the link to add information to this solution:
    How do I program the 2.2kw VFD to jog with a Digital Input

  • [575] How do I get the USB Driver to work with Mach3 Version 1.84

    What problems are you experiencing?

    Additional Information:
    Are you able to install a newer version of Mach3? If you are worried that your configuration will be lost, you can save the configuration by copying all of the XML files from the Mach folder. The XML files contain all of the settings that you applied in Mach3. Just in case the XML files are not compatible with the new version, make sure not to erase the current Mach3 that you have on the machine.

    Click the link to add information to this solution:
    [575] How do I get the USB Driver to work with Mach3 Version 1.84

  • Whereb can I find directions on how to install the Mach3 USB board with Mach 4 software? I do not have a parallell port.

    You can find instructions for the Mach3 USB here:
    https://www.buildyourcnc.com/item/electronicsAndMotors-electronic-component-breakout-Mach3-USB-Board

    You will probably need to use the Mach3 USB board with Mach3. We have not tested the Mach3 usb card with Mach4.

    Click the link to add information to this solution:
    Whereb can I find directions on how to install the Mach3 USB board with Mach 4 software? I do not have a parallell port.

  • can I purchase the 2' x 4' laser with an 80 watt tube?

    We offer a 4'x8' laser system that uses an 80 watt laser tube.
    Vertical Laser XL 4'x8'

    Our blackTooth 24"x20" laser uses a 40 watt laser tube due to the internal size constraints and that the laser tube is mounted on the gantry for ease of aligning and maintaining better power at the cutting end.
    blackTooth 24"x20" Laser

    Click the link to add information to this solution:
    can I purchase the 2' x 4' laser with an 80 watt tube?

  • [575] Hi, Can I use this board with a closed loop stepper?

    Yes, this CNC controller can be used with closed-loop stepper drivers and motors. The loop for control and feedback is between the driver and the motor. The closed-loop driver receives step and direction signals, which this controller will output which furnishes the driver with the necessary signals to move the motor. Additionally, the closed-loop driver can output a fault signal to this controller through the controller's input terminals in case the motor should encounter a situation that prevents the motor from moving so the CNC can shut down.

    Click the link to add information to this solution:
    [575] Hi, Can I use this board with a closed loop stepper?

  • I have purchased the Mach3 licence from you, How soon can I expect the email with the licence?

    As long as Mach3 orders are received during business hours they are generally emailed that same day.

    Click the link to add information to this solution:
    I have purchased the Mach3 licence from you, How soon can I expect the email with the licence?

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

    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 MACHINE?

  • I JUST BOUGHT THE 3 AXIS W/HEAVY GANTRY, WILL MACH 4 RUN WELL WITH THIS, AND HOW LARGE CAN GO CUT AREA

    Yes Mach3 is a great program. Our 3 axis is 6'X12'X3'using all BYCNC components (incl. redsprout)

    Click the link to add information to this solution:
    I JUST BOUGHT THE 3 AXIS W/HEAVY GANTRY, WILL MACH 4 RUN WELL WITH THIS, AND HOW LARGE CAN GO CUT AREA

  • HOW DO I DETERMINE THE AMOUNT OF SCREW WEIGTH THAT MY MOTOR CAN HANDLE

    There are two main questions that we can answer with respect to motor torque and the mechanical advantage of lead screws, 1) What torque motor do you need to lift a particular weight, or 2) What maximum weight will my motor torque be able to lift.

    This formula uses Newtons (N) as it's final unit. Use this with the included radius (R) to determine the torque. Newtons can easily be converted to lbs or ounces using online conversions.

    Effort = Sf + (Load/(2 x pi x (R/p) x Se))

    where:
    p = pitch of the screw
    Se = screw efficiency = Standard lead screw will be between 20% (.2) and 40% (.4)
    Sf = static force. This is the force that is needed to start the movement. The number may be eliminated, but it is good to use a number in the 5 N to 20 N range.
    Load = the expected load that the effort will need to carry (i.e., the router and the included axis assembly that the motor will need to lift)
    R = radius of the lead screw


    This formula is based on the "law of the machine"

    The final effort amount with its unit of newtons and R will be the torque. For example, if the effort comes to 100 N (newtons) and the R is .5 inches, then you can assume that the effort is 50 N-in since it would take twice the effort to turn form the one inch mark from the center of the shaft.

    Example:

    Load = 90 N (20.2 lbs)
    R = 1 inch since that is the length from the center of the shaft that the motor is rated
    p = 1 inch / 13 = .08 inches

    Effort = 5 N + (90 N / (2 x 3.14 x (1 / .08) x .2))
    Effort = 5 N + (90 N / (6.28 x 12.5 x .2))
    Effort = 5 N + (90 N / (15.7))
    Effort = 5 N + (5.73 N)
    Effort = 10.7 N = 2.4 lbs = 38.4 oz-in

    I am putting the oz-in on the end because the formula considers the distance from the center of the shaft to be one inch.

    Therefore, a 425 oz-in motor would be able to lift a 20.2 lb Router with its accompanying assembly. If the assembly and router is heavier, plug in the numbers and determine the effort required.

    With a bit of algebra, the formula can be rewritten to find the load:

    Load = (Effort - Sf) x (2 x pi x (R/p) x Se)

    Another formula that does not consider friction at all:

    Effort = (Load x p) / (2 x pi x R)

    Lets see if we get similar results:

    Effort = (20 lb x .08 inches) / (2 x 3.14 x 1)
    Effort = 1.6 / 6.28 = .255 lbs = 4.08 oz-in

    The results from both formulas appear to be very small because a 13 TPI screw will have enormous mechanical advantage.

    It is evident that the first formula that does consider friction that we are loosely estimating is far more conservative than the second formula. Either way, even the most conservative formula shows that the 425 oz-in motor will handle very large weights. If you are using a lead screw with only two turns per inch, .5 inch pitch, you can determine the requirements with the first formula.

    Example for a 10 TPI 5 start (2 turns per inch) lead screw:

    Load = 90 N (20.2 lbs)
    R = 1 inch since that is the length from the center of the shaft that the motor is rated
    p = 1 inch / 2 = .5 inches

    Effort = 5 N + (90 N / (2 x 3.14 x (1 / .5) x .2))
    Effort = 5 N + (90 N / (6.28 x 2 x .2))
    Effort = 5 N + (90 N / (2.512))
    Effort = 5 N + (35.83 N)
    Effort = 40.828 N = 9.18 lbs = 146.88 oz-in

    Customer Response:
    thank you so much

    Additional Information:


    Additional Information:


    Additional Information:
    how do i calculate torque of stepper motor if lead screw coupled to motor shaft and load applied by lead screw on plate is 100 kg by vertically

    Additional Information:
    Pls


    Additional Information:
    1m 16mmdiameter ball screws calculations


    Additional Information:
    What is the max load that 2 NEMA 17 stepper motors (spaced 2 feet apart, both will be pushing up on the same gantry) can lift while using a rod with the following specifications T8 OD 8mm Pitch 2mm Lead 4mm for each motor.

    Additional Information:


    Additional Information:
    1

    Click the link to add information to this solution:
    HOW DO I DETERMINE THE AMOUNT OF SCREW WEIGTH THAT MY MOTOR CAN HANDLE

  • 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?

  • Can I use the driver's I have with the Pokey57

    Since the Pokey57CNC outputs standard pulse and direction signals, you can use any stepper driver. So, you do not need to use the Postep driver to operate your stepper motors.

    The Pokey57CNC control board is extremely feature rich and can be use to control very complex light or heavy CNC systems. Since most CNC system use high current drivers, the Pokey57CNC can be used with these systems.

    Click the link to add information to this solution:
    Can I use the driver's I have with the Pokey57

  • Hi ! Can I use the redFly System with a Raspberry Pi ?

    Yes, since the Raspberry Pi has the ability to communicate using its GPIO (General Purpose Input/Output) pins, software loaded on the Raspberry Pi can be connected directly to stepping (stepper) motor drivers. The redFly can be retrofitted to replace the breakout board so the Raspberry Pi can live within the redFly case.

    Since the Raspberry Pi can communicate using other methods (i.e. USART), the Raspberry Pi can be alternatively connected to another board that interprets the serial communication into g-code. This scenario would be use if the GPIO pins are inaccessible, or used for other functions.

    Click the link to add information to this solution:
    Hi ! Can I use the redFly System with a Raspberry Pi ?

  • Can I cousult with you on the cnc package I'm interested in?

    Consulting our sales dept, or employee, For a specific package that you might want to inquire about, please email customerservice@buildyourcnc.com for further assistance.

    Click the link to add information to this solution:
    Can I cousult with you on the cnc package I'm interested in?

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.