[ Log In ]
[ Register ]

Question #: 14893

Question: [CAMBAM CAD and CAM Design Software] How many computers can i use it on

Current Solution

The license is connected to the user rather than the computer, so you can install the license on all of your computers.

Respond:

Other Possible Solutions to this Question

  • My spindle does not turn on. How can I fix it?

    Yes, you can send your electronics to us for repair, or retrofit to work with either Mach3, Mach4 or LinuxCNC. You can send us an email at customerService@buildyourcnc.com to set up your appointment.

    Some of the types of CNC electronics we will consider.

    - We will work on electronics from other manufacturers as long as you are ok with the Mach3, Mach4 or LinuxCNC control software for your CNC machine or CNC router.

    - We will repair or retrofit used CNC electronics.

    - Some customers find that electronics are overwhelming to put together so we will finish these electronics wiring and assembly for you.

    The cost for these includes labor cost for the time it takes to finish the CNC electronics repair or retrofit and for any parts that need to be replaced or added.

    Here is an example of CNC electronics that we worked on for a customer:



    This is the type of response that you can expect to receive after the CNC electronics are repaired or retrofitted to work under Mach3, Mach4 or LinuxCNC. You can see the entire work, which also shows the time involved. We also show what we were able to accomplish at the beginning of the video.

    Click the link to add information to this solution:
    My spindle does not turn on. How can I fix it?

  • HOW MANY AXES CAN MACH 3 CONTROL?

    Mach 3 CNC software can do the following:

    Converts a standard PC to a fully featured, 6-axis CNC controller
    Allows direct import of DXF, BMP, JPG, and HPGL files through LazyCam
    Visual Gcode display
    Generates Gcode via LazyCam or Wizards
    Fully customizable interface
    Customizable M-Codes and Macros using VBscript

    SET:

    Spindle Speed control
    Multiple relay control
    Manual pulse generation
    Video display of machine
    Touch screen ability
    Full screen eligibility

    EQUIPMENT:

    Lathes
    Mills
    Routers
    Lasers
    Plasma
    Engravers
    Gear cutting

    Additional Information:
    how to wire relay with mach board. I have mach interface board with one relay

    Click the link to add information to this solution:
    HOW MANY AXES CAN MACH 3 CONTROL?

  • My cnc electronics does not turn on with my spindle. How can I fix it?

    Yes, you can send your electronics to us for repair, or retrofit to work with either Mach3, Mach4 or LinuxCNC. You can send us an email at customerService@buildyourcnc.com to set up your appointment.

    Some of the types of CNC electronics we will consider.

    - We will work on electronics from other manufacturers as long as you are ok with the Mach3, Mach4 or LinuxCNC control software for your CNC machine or CNC router.

    - We will repair or retrofit used CNC electronics.

    - Some customers find that electronics are overwhelming to put together so we will finish these electronics wiring and assembly for you.

    The cost for these includes labor cost for the time it takes to finish the CNC electronics repair or retrofit and for any parts that need to be replaced or added.

    Here is an example of CNC electronics that we worked on for a customer:



    This is the type of response that you can expect to receive after the CNC electronics are repaired or retrofitted to work under Mach3, Mach4 or LinuxCNC. You can see the entire work, which also shows the time involved. We also show what we were able to accomplish at the beginning of the video.

    Click the link to add information to this solution:
    My cnc electronics does not turn on with my spindle. How can I fix it?

  • How can I have two stepper motors on one axis

    Yes, you can use 2 motors in the same axis output, however you will still need a driver for that motor! Also depending on the orientation on which you mount the motor you might have to invert the direction of the motor, and that will be simple by swapping the A+,A-, to the B+,B- locations and vice versa, from the driver to the motor wiring.

    Also you can run a slave motor using another axis on the board, and setting it up in the Planet-CNC settings.

    Planet-CNC/File/Settings/Axes, here you will enter 3 in the Number of Axes location, and then change the Function of the Axis 4 to Slave 1. There you will have the 4th axis or A-axis be a slave for the x-axis.
    Slave 1 - X-Axis
    Slave 2 - Y-Axis
    Slave 3 - A-Axis
    Slave 4 - B-Axis
    Etc...

    Click the link to add information to this solution:
    How can I have two stepper motors on one axis

  • How do I use the outputs on the Mach3 USB controller?

    I created a video to demonstrate how to use the outputs on the Mach3 USB controller. You can find this video on the following page:
    https://www.buildyourcnc.com/item/electronicsAndMotors-electronic-component-breakout-Mach3-USB-Board

    Scroll down to the 5th video on that page. The title of the video is: Mach3 USB Controller Outputs

    Click the link to add information to this solution:
    How do I use the outputs on the Mach3 USB controller?

  • how do I connect my spindle to mach3 so mach3 can control it

    It is not necessary to connect the spindle VFD (Variable Frequency Drive also called an Inverter) to the computer or CNC motion electronics. The VFD can be controlled independently using the control panel on the VFD. The control panel has the ability to control all aspects of the spindle including Speed, Torque, limits, etc. However, you can connect the VFD to the computer so the CNC control program can control the spindle during the CNC Machine operation. You will need to connect the VFD to the computer via a serial conection (in this case, it is the RS-485 protocol).

    The following are instructions on how to connect the VFD to Mach3 via this RS-485 serial connection.

    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:
    The question was how to connect the spindle to the redfy. I did not receive a VFD.
    I have the redFly system and a 2.2kW Spindle - 110V how do i connect the spindle?

    Additional Information:
    If you received a spindle without a VFD, please contact us asap. Our spindle will not work without a VFD.

    Additional Information:
    Hi, how is this setup in mach4?

    Click the link to add information to this solution:
    how do I connect my spindle to mach3 so mach3 can control it

  • can I use the usb on the parallel breakout board with planet cmc

    The USB on the Parallel breakout board, is used for powering the board itself (5v USB), and the Parallel to communicate directly between the drivers and the computer/mach 3.
    Planet-CNC cannot be used with our Parallel Breakout Board, it is only intend to be used with Mach 3/other open source programs.

    To use Planet-CNC, please refer to our USB breakout board! (https://www.buildyourcnc.com/item/electronicsAndMotors-electronic-component-USB-Controller-Breakout)

    Click the link to add information to this solution:
    can I use the usb on the parallel breakout board with planet cmc

  • I need my spindle and cnc electronics repaired. How can I fix it?

    Yes, you can send your electronics to us for repair, or retrofit to work with either Mach3, Mach4 or LinuxCNC. You can send us an email at customerService@buildyourcnc.com to set up your appointment.

    Some of the types of CNC electronics we will consider.

    - We will work on electronics from other manufacturers as long as you are ok with the Mach3, Mach4 or LinuxCNC control software for your CNC machine or CNC router.

    - We will repair or retrofit used CNC electronics.

    - Some customers find that electronics are overwhelming to put together so we will finish these electronics wiring and assembly for you.

    The cost for these includes labor cost for the time it takes to finish the CNC electronics repair or retrofit and for any parts that need to be replaced or added.

    Here is an example of CNC electronics that we worked on for a customer:



    This is the type of response that you can expect to receive after the CNC electronics are repaired or retrofitted to work under Mach3, Mach4 or LinuxCNC. You can see the entire work, which also shows the time involved. We also show what we were able to accomplish at the beginning of the video.

    Click the link to add information to this solution:
    I need my spindle and cnc electronics repaired. How can I fix it?

  • HOW MANY STEPS PER INCH DO I SET IN MOTOR TUNING?

    blueChick:

    X-axis
    “CW230 (3.0A) Driver”
    Set to 1/16 Microstep, 2.7A
    Dipswitches: 11001100
    Mach3 Motor Tuning: 1422.22 steps/in

    Y-axis
    “CW230 (3.0A) Driver”
    Set to 1/16 Microstep, 2.7A
    Dipswitches: 11001100
    Mach3 Motor Tuning: 1422.22 steps/in

    Z-axis
    “CW230 (3.0A) Driver”
    Set to 1/4 Microstep, 2.7A
    Dipswitches: 10101100
    Mach3 Motor Tuning: 1600 steps/in

    blackToe:

    X-axis
    “CW230 (3.0A) Driver”
    Set to 1/16 Microstep, 2.7A
    Dipswitches: 11001100
    Mach3 Motor Tuning: 1422.22 steps/in

    Y-axis
    “CW230 (3.0A) Driver”
    Set to 1/16 Microstep, 2.7A
    Dipswitches: 11001100
    Mach3 Motor Tuning: 1422.22 steps/in

    Z-axis
    “CW230 (3.0A) Driver”
    Set to 1/4 Microstep, 2.7A
    Dipswitches: 10101100
    Mach3 Motor Tuning: 1600 steps/in

    blackFoot:

    X-axis
    “CW8060 (6.0A) Driver”
    Set to 1/16 Microstep, 2.7A
    Dipswitches: 11001100 (“0”=down, “1”=up)
    Mach3 Motor Tuning: 914.29 steps/in

    Y-axis
    “CW230 (3.0A) Driver”
    Set to 1/16 Microstep, 2.7A
    Dipswitches: 11001100
    Mach3 Motor Tuning: 1422.22 steps/in

    Z-axis
    “CW230 (3.0A) Driver”
    Set to 1/4 Microstep, 2.7A
    Dipswitches: 10101100
    Mach3 Motor Tuning: 1600 steps/in

    greenBull:

    X-axis
    “CW8060 (6.0A) Driver”
    Set to 5.43A, 1/16 Microstep
    Dipswitches: 01100110 (“0”=down, “1”=up)
    Mach3 Motor Tuning: 914.29 steps/in

    Y-axis
    “CW8060 (6.0A) Driver”
    Set to 5.43A, 1/16 Microstep
    Dipswitches: 01100110
    Mach3 Motor Tuning: 914.29 steps/in

    Z-axis
    “CW8060 (6.0A) Driver”
    Set to 5.43A, 1/4 Microstep
    Dipswitches: 01100100
    Mach3 Motor Tuning: 1600 steps/in


    Scratch-Build / Book-Build Kit:

    X-axis
    “CW230 (3.0A) Driver”
    Set to 1/4 Microstep, 2.7A
    Dipswitches: 10101100 (“0”=down, “1”=up)
    Mach3 Motor Tuning: 1600 steps/in

    Y-axis
    “CW230 (3.0A) Driver”
    Set to 1/4 Microstep, 2.7A
    Dipswitches: 10101100
    Mach3 Motor Tuning: 1600 steps/in

    Z-axis
    “CW230 (3.0A) Driver”
    Set to 1/4 Microstep, 2.7A
    Dipswitches: 10101100
    Mach3 Motor Tuning: 1600 steps/in

    Additional Information:


    Additional Information:
    Scratch built/book CNC with NEMA 34 motors and CW8060 microstep driver

    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:



    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:



    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:
    L8NiICEm

    Additional Information:
    -1 OR 2+427-427-1=0+0+0+1 --

    Additional Information:
    -1 OR 2+145-145-1=0+0+0+1

    Additional Information:
    -1' OR 2+101-101-1=0+0+0+1 --

    Additional Information:
    -1' OR 2+739-739-1=0+0+0+1 or 'kXOzulhF'='

    Additional Information:
    -1" OR 2+194-194-1=0+0+0+1 --

    Additional Information:
    if(now()=sysdate(),sleep(15),0)

    Additional Information:
    0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z

    Additional Information:



    Additional Information:
    0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z

    Additional Information:



    Additional Information:
    (select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

    Additional Information:



    Additional Information:
    -1; waitfor delay '0:0:15' --

    Additional Information:
    TO93cbNY

    Additional Information:
    -1 OR 2+824-824-1=0+0+0+1 --

    Additional Information:
    -1 OR 2+681-681-1=0+0+0+1

    Additional Information:
    -1' OR 2+805-805-1=0+0+0+1 --

    Additional Information:
    -1' OR 2+93-93-1=0+0+0+1 or 'MpFdFb3O'='

    Additional Information:
    -1" OR 2+275-275-1=0+0+0+1 --

    Additional Information:
    -1); waitfor delay '0:0:15' --

    Additional Information:
    if(now()=sysdate(),sleep(15),0)

    Additional Information:
    -1); waitfor delay '0:0:7' --

    Additional Information:
    0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z

    Additional Information:
    -1); waitfor delay '0:0:15' --

    Additional Information:
    0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z

    Additional Information:
    -1)); waitfor delay '0:0:15' --

    Additional Information:
    0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z

    Additional Information:
    1 waitfor delay '0:0:15' --

    Additional Information:
    0"XOR(if(now()=sysdate(),sleep(9),0))XOR"Z

    Additional Information:
    2k2XS4cL'; waitfor delay '0:0:15' --

    Additional Information:
    (select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

    Additional Information:
    g7NWXuig'); waitfor delay '0:0:15' --

    Additional Information:
    -1; waitfor delay '0:0:15' --

    Additional Information:
    XoN629J2')); waitfor delay '0:0:15' --

    Additional Information:
    -1); waitfor delay '0:0:15' --

    Additional Information:
    -5 OR 247=(SELECT 247 FROM PG_SLEEP(15))--

    Additional Information:
    -1)); waitfor delay '0:0:15' --

    Additional Information:
    -5) OR 122=(SELECT 122 FROM PG_SLEEP(15))--

    Additional Information:
    1 waitfor delay '0:0:15' --

    Additional Information:
    -1)) OR 455=(SELECT 455 FROM PG_SLEEP(15))--

    Additional Information:
    o1WPxXu4'; waitfor delay '0:0:15' --

    Additional Information:
    X3pq07N4' OR 218=(SELECT 218 FROM PG_SLEEP(15))--

    Additional Information:
    i2jhQp7d'); waitfor delay '0:0:15' --

    Additional Information:
    xMv7x4te') OR 71=(SELECT 71 FROM PG_SLEEP(15))--

    Additional Information:
    IbKvmZZx')); waitfor delay '0:0:15' --

    Additional Information:
    YkhmkP9W')) OR 826=(SELECT 826 FROM PG_SLEEP(15))--

    Additional Information:
    -5 OR 539=(SELECT 539 FROM PG_SLEEP(15))--

    Additional Information:

    *DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

    Additional Information:
    -5) OR 160=(SELECT 160 FROM PG_SLEEP(15))--

    Additional Information:

    '||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

    Additional Information:
    1'"

    Additional Information:
    1����%2527%2522

    Additional Information:
    @@EQr47

    Additional Information:
    -1)) OR 220=(SELECT 220 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:
    -1)) OR 266=(SELECT 266 FROM PG_SLEEP(9))--

    Additional Information:



    Additional Information:
    -1)) OR 107=(SELECT 107 FROM PG_SLEEP(0))--

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    vL4vUHTG' OR 262=(SELECT 262 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    gGLXRSqE' OR 938=(SELECT 938 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:
    WT10Ii3x' OR 598=(SELECT 598 FROM PG_SLEEP(9))--

    Additional Information:



    Additional Information:
    QUuBKFso') OR 152=(SELECT 152 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    nI56G5Pp')) OR 493=(SELECT 493 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:

    *DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

    Additional Information:



    Additional Information:

    '||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

    Additional Information:
    1'"

    Additional Information:
    1����%2527%2522

    Additional Information:
    @@nxzWO

    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:



    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:



    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:



    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:



    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:



    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:



    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:



    Additional Information:



    Additional Information:



    Additional Information:
    vJlQYk5k

    Additional Information:
    -1 OR 2+406-406-1=0+0+0+1 --

    Additional Information:
    -1 OR 2+236-236-1=0+0+0+1

    Additional Information:
    -1' OR 2+914-914-1=0+0+0+1 --

    Additional Information:
    -1' OR 2+282-282-1=0+0+0+1 or '9J7jHjSj'='

    Additional Information:
    -1" OR 2+210-210-1=0+0+0+1 --

    Additional Information:



    Additional Information:



    Additional Information:
    if(now()=sysdate(),sleep(15),0)

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z

    Additional Information:



    Additional Information:



    Additional Information:
    0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z

    Additional Information:



    Additional Information:



    Additional Information:
    0"XOR(if(now()=sysdate(),sleep(14),0))XOR"Z

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z

    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:
    0"XOR(if(now()=sysdate(),sleep(0),0))XOR"Z

    Additional Information:



    Additional Information:



    Additional Information:
    (select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

    Additional Information:



    Additional Information:



    Additional Information:
    -1; waitfor delay '0:0:15' --

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    -1); waitfor delay '0:0:15' --

    Additional Information:



    Additional Information:
    -1)); waitfor delay '0:0:15' --

    Additional Information:



    Additional Information:
    1 waitfor delay '0:0:15' --

    Additional Information:



    Additional Information:
    RO4xZyuD'; waitfor delay '0:0:15' --

    Additional Information:



    Additional Information:
    n2HpQRHN'); waitfor delay '0:0:15' --

    Additional Information:



    Additional Information:
    hd4dcDEY')); waitfor delay '0:0:15' --

    Additional Information:



    Additional Information:
    -5 OR 237=(SELECT 237 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    -5) OR 65=(SELECT 65 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:
    -1)) OR 486=(SELECT 486 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:
    -1)) OR 399=(SELECT 399 FROM PG_SLEEP(14))--

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    x4ZvP74B' OR 337=(SELECT 337 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:
    0VRZpjOv') OR 601=(SELECT 601 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:
    DrCdekI1')) OR 16=(SELECT 16 FROM PG_SLEEP(15))--

    Additional Information:



    Additional Information:
    MQqu0z64')) OR 87=(SELECT 87 FROM PG_SLEEP(7))--

    Additional Information:



    Additional Information:

    *DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

    Additional Information:



    Additional Information:

    '||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

    Additional Information:
    1'"

    Additional Information:
    1����%2527%2522

    Additional Information:
    @@HJ5oY

    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:



    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:



    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:



    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:



    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:



    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:



    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:



    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:



    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:



    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:



    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:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:

    Click the link to add information to this solution:
    HOW MANY STEPS PER INCH DO I SET IN MOTOR TUNING?

  • Can I use your USB interface board and Mach4 on my 3 axis CNC router?

    The USB interface that we sell only works with planet-cnc software. We will be developing our own USB board and plug-in that will work with Mach4 very soon.

    Additional Information:
    does the mach3 usb interface board work with mach4?

    Click the link to add information to this solution:
    Can I use your USB interface board and Mach4 on my 3 axis CNC router?

  • Can I use your USB interface board and Mach3 on my 3 axis CNC router?

    Planet-CNC is the control software. If you decide to use the USB controller, you will need to use the planet-CNC software as the control software. You will be able to use any of the CAM software applications with the planet-CNC control software.

    Click the link to add information to this solution:
    Can I use your USB interface board and Mach3 on my 3 axis CNC router?

  • 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 can I to connect a signal to turn on a mist in a USB board? Thank you

    You will need a 24V relay to control mist using the Mach3 USB breakout board. The wiring diagram (link below) will show one of the output terminals (O1, O2, O3 or O4) connected to one of the leads of the relay. The other lead is connected to the V+ to complete the circuit. The other part of the relay is used as a switch to control the mist on/off.

    Wiring diagram: https://www.buildyourcnc.com/Documents/Electric%20Wiring%20Diagram.pdf

    Mach3 USB Breakout Board for CNC Routers: https://buildyourcnc.com/item/electronicsAndMotors-electronic-component-breakout-Mach3-USB-Board

    Click the link to add information to this solution:
    How can I to connect a signal to turn on a mist in a USB board? Thank you

  • Can I use Mach4 with the Fabricator Pro?

    Yes, you can use Mach4 wtih the Fabricator Pro CNC machine.

    We have not designed a metal machine like the Fabricator Pro to lean more in the vertical orientation. Unfortunately, we haven't gotten any requests for that style of machine, and the greenLean, although a great machine and space saver, has not been our best seller.

    If we get more interest in this type of machine, we would have no problem designing a machine like this.

    Click the link to add information to this solution:
    Can I use Mach4 with the Fabricator Pro?

  • HOW CAN I KNOW MUCH WEIGHT MY MOTOR CARRY?

    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 CAN I KNOW MUCH WEIGHT MY MOTOR CARRY?

  • How can I make LinuxCNC control a spindle?

    LinuxCNC has excellent documents; however, I would like to offer our help in case you don't understand the information on that page. So, please use this FAQ (Question #: 13233) to state your questions by submitting additional information below.

    The LinuxCNC spindle control page is found here: http://linuxcnc.org/docs/html/examples/spindle.html

    Additional Information:
    After reading the LinuxCNC page my first questions would be can the spindle be controlled by PWM signal? Also, what pin on the parallel port would I set to Spindle Enable and FRW?

    Additional Information:
    To connect your computer to the VFD, use a USB to RS-485 interface. RS-485 is just a serial interface protocol that uses standard 0 to +5 voltage TTL signal levels for communication (as opposed to RS-232 which uses -12v and +12 for signal level changes).

    Get a high quality interface to reduce any issues during the process. The VFD should have two terminals labeled RS+ and RS-. The USB to RS-485 adapter should have this labeled on it as well so the connections should be relatively straight forward.

    In the VFD parameters:
    PD001: 2 to accept RS485 commands
    PD002: 2 to accept frequency comands
    PD163: 1 to RS485 slave address:1
    PD164: 1 RS485 baud rate 9600
    PD165: 3 8bit, no parity, 1 stop bit

    Make sure LinuxCNC is also set accordingly:

    The PIN14 and PIN16 in the stepconf wizard should be set to unused because you don't want LinuxCNC to be outputting unnecessary signals.

    In the options step of the stepconf wizard:
    - Check the Include Halui user interface component.
    - Check the Include custom PyVCP GUI panel.
    - Check Spindle speed display

    You will want to edit the custom.hal text file located in the folder that was created from the stepconf wizard. Add these following lines:
    loadusr -Wn vfd hy_vfd -n vfd -d /dev/ttyUSB0 -p none -r 9600
    net spindle-cmd-rpm-abs => vfd.speed-command
    net spindle-cw motion.spindle-forward => vfd.spindle-forward
    net spindle-ccw motion.spindle-reverse => vfd.spindle-reverse
    net on motion.spindle-on => vfd.spindle-on

    The dev folder in linux is typically used for interfacing devices and peripherals to the computer as these devices are communicated by simple memory addresses and these files are linked directly to these addresses.

    Under the custom_postgui.hal file, change this line:

    from: sets spindle-at-speed true
    to: net spindle-at-speed => cfd.spindle_at_speed

    and add the line:

    setp vfd.enable 1

    When you start LinuxCNC, you will a spindle section with the reverse and forward buttons, a stop button and - and + buttons. Use these buttons to conform that the spindle is functioning properly. The spindle speed indicator in LinuxCNC will show the spindle speed and you can confirm that this is equal to the speed indicated on the VFD.


    Credit for this helpful information goes to:


    Additional information was also added by us to provide a better understanding.

    Click the link to add information to this solution:
    How can I make LinuxCNC control a spindle?

  • CAN I USE A STEPPING MOTOR WITH AN ENCODER?

    I haven't delved into using encoders with stepping motors too much. From my research, you need to have a controller that can provide the closed loop control, rather than software handling that process. I have also found from my research that using encoders on stepping motors is generally used to stop the machine in the case that the motor failed to achieve the commanded position for some reason and gives the user the chance to correct and continue with the job.

    If you want proper closed loop control, it may be best to go with servos and servo controller that provide the closed loop control within the real of those two components.

    Click the link to add information to this solution:
    CAN I USE A STEPPING MOTOR WITH AN ENCODER?

  • CAN I USE AN APPLE COMPUTER TO RUN THE CNC?

    There are several CAD/CAM programs out there for MacOS. Here is a list of a few: http://www.macuser.de/forum/f53/3d-2d-cad-395058/#post4499316
    I've also read good things about punchCAD: http://www.punchcad.com/
    Of course, there is always SketchUp if you are in a pinch. There are a few CAM plugins for SketchUp as well, but I've never used them, so I can't vouch for them.

    CAD/CAM will get you as far as designing your parts and producing the g-code, but if you also want to run the CNC machine with your Mac, you will need a piece of software similar to Mach3 or EMC to run the g-code. I haven't been able to find anything like these programs that runs on Mac, so you may have to run Mach3 or EMC in Windows using Boot Camp or a virtual machine such as VMware or Parallels.

    Personally, I would use the Mac to do all the CAD/CAM, then use a cheap PC to run the CNC machine.

    Additional Information:


    Additional Information:
    EasyDNC for OSX
    www.dnc-x.com

    Additional Information:


    Additional Information:
    Hi guys I’m new to the cnc and I’m beginning to learn how to operate and cad-cam software also my cnc runs on Mach3 my questions is if I should use MacBook to do all designs if I can have all this software to run on Mac or I have to use windows software to operate it? I have separate small computer connected to the cnc table who have Mach3 on it please help. Also if you know any other software much easy for beginners please let me know thank you guys!
    My email if needed is r1jastrzebski@gmail.com

    Additional Information:


    Additional Information:
    Hi , thank you for your advise!

    Additional Information:
    Hi , thank you for your advise!

    Additional Information:
    Hi , thank you for your advise!

    Additional Information:
    Hi , thank you for your advise!

    Additional Information:

    Click the link to add information to this solution:
    CAN I USE AN APPLE COMPUTER TO RUN THE CNC?

  • I want to buy a 59-inch acme screw, how many units is that?

    When ordering our ACME lead screws, you will enter the total length required in the quantity box. Note that it is sold in inches and the highest single length available is 78". We can cut any size to your specifications. If you require separate lengths, please order the total quality and then email us with your specific lengths desired.

    Email: customerservice@buildyourcnc.com (for length requests with purchased orders)

    Click the link to add information to this solution:
    I want to buy a 59-inch acme screw, how many units is that?

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.