[ Log In ]
[ Register ]

Question #: 13479

Question: Is a 110v 20a circuit sufficient to run the spindle (2.2kw w/110v inverter)?

Current Solution

t might be a better idea to increase the circuit breaker above 20 as 2200/110 is exactly 20. You will not have a buffer there in case you need it. Alternatively, you can decrease the current draw of the spindle in the VFD programming process.

Respond:

Other Possible Solutions to this Question

  • I have the redFly system and a 2.2kW Spindle - 110V how do i connect the spindal?

    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:
    I have the redFly system and a 2.2kW Spindle - 110V how do i connect the spindal?

  • I have the redFly system and a 2.2kW Spindle - 110V how do i connect the spindal?

    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:
    I have the redFly system and a 2.2kW Spindle - 110V how do i connect the spindal?

  • I'VE BUFFERED A PWM SIGNAL TO 0-10V ANALOG AND I WOULD LIKE USE THAT RUN YOUR 110V 2.2KW SPINDLE VFD. COULD YOU PLEASE DETAIL THE CORRECT WIRING VFD SETTINGS GET WORKING?

    This will depend on the VFD you have to identify the correct terminal. The terminal on the VFD will be labeled AI1 typically (Analog Input #1). You will also need to make sure to complete the PWM circuit using the GND terminal on the VFD.

    Additional Information:
    I have wired my 0-10V signal to the AI1 and GND terminals as suggested. I have also set the PD-01 and PD-02 settings to 1. Still nothing. Is there something else that I am missing?

    Additional Information:
    Thanks for the information. Can you let me know the model of the VFD that you have?

    Additional Information:
    VFD Model # YL600-2S-2K20

    Additional Information:
    Thanks. I will check our resources and documentation to see if there is another programming setting that needs to be changed.

    Additional Information:
    Does your VFD have a VI terminal?

    Additional Information:
    No, it does not. The terminals for this VFD are as follows (seperated by dashes "-").

    10V-AI1-AO2-PLC-DI5-DI3-DI1-COM
    AI2-GND-AO1-DI6-DI4-DI2-FM-24V

    Additional Information:
    Do you have a PD070 parameter?

    PD070 is the main Analog Input parameter.

    The options for that parameter is:
    0: 0-10V
    1: 0-5V
    2: 0-20mA
    3: 4-20mA
    4: 0-10V (4-20mA Stacked)
    5: XIA
    6: (VI+XIA)/2
    7: (3VA+XIA)/4
    8: (XIA_XIB)/2
    9: Max (XIA, XIB)
    10: Min (XIA, XIB)


    Additional Information:
    There is a PD-00 thru PD-09. PD-07 is currently set to 0.

    Additional Information:
    It appears that the manual I’m using “Titled YL600” is not the same as your unit. I will check our manuals and find the one that has only PD-00 to PD-09.

    Additional Information:
    For that VFD, the parameters are P0. The 0 may look like a D on the display.

    The parameters that need to be changed for the AI1 to work (Brackets [] around the correct selection):

    P0-01: First Motor Control Mode
    - 0: Sensorless Vector Control
    - 1: Flux Vector Control (FVC)
    - [2]: V/F Control

    P0-02: Options of Command Source
    - 0: Operation Panel Command Channel (LED will be off)
    - [1]: Terminal Command Channel (LED will be on)
    - 2: Communication Command Channel (LED will flicker)

    P0-03: Options of Principle Frequency Source X
    - 0: Digital Setting (Preset Frequency P0-08, UP/DOWN modifiable, no power-down memory)
    - 1: Digital Setting (Preset Frequency P0-08, UP/DOWN modifiable, with power-down memory)
    - [2]: AI1
    - 3: AI2
    - 4: AI3
    - 5: Pulse Setting (DI5)
    - 6: Multi Speed Instruction
    - 7: Simple PLC
    - 8: PID (Proportional Integral Derivative Control)
    - 9: Communication Given

    P0-11: Upper Limit Frequency Source
    - 0: P0-12 (Make sure the P0-12 parameter has the correct max frequency if used)
    - [1]: AI1
    - 2: AI2
    - 3: AI3
    - 4: Pulse Setting
    - 5: Communication Given

    P0-27: Command Source Bundle with Frequency Sources
    Single Digit: Options of Operation Panel Command Bundle with Frequency Sources
    - 0: No Bundling
    - 1: Digital Setting Frequency
    - [2]: AI1
    - 3: AI2
    - 4: AI3
    - 5: Pulse Setting (DI5)
    - 6: Multi Speed Instruction
    - 7: Simple PLC
    - 8: PID
    - 9: Communication Given
    Double Digit: Options of Terminal Command Bundle with Frequency Sources
    Hundred Place: Options of Communication Command Bundle with Frequency Sources
    Kilobit: Options of Automatic Operation Bundle with Frequency Sources

    P2-09: Upper Limit Source of Lower Torque Under Speed Control Mode
    - 0: Function Code P2-10 Setting
    - [1]: AI1
    - 2: AI2
    - 3: AI3
    - 4: Pulse Setting
    - 5: Communication Given
    - 6: MIN (Al1, Al2)
    - 7: MAX (Al1, Al2)
    - Maximum range for options 1-7, accords with P2-10

    If you elect to use a different AI#, then configure the parameters (P0-03, P0-11, P0-27 and P2-09) accordingly.

    Click the link to add information to this solution:
    I'VE BUFFERED A PWM SIGNAL TO 0-10V ANALOG AND I WOULD LIKE USE THAT RUN YOUR 110V 2.2KW SPINDLE VFD. COULD YOU PLEASE DETAIL THE CORRECT WIRING VFD SETTINGS GET WORKING?

  • I JUST RECEIVED A REPLACEMENT SPINDLE (2.2KW 220V). HOWEVER, WHEN ATTEMPTED IT USE THE NEW SPINDLE, WOULD ONLY REACH 1500 RPM. IS THERE SOMETHING NEED TO CHANGE ON CONTROLLER?

    VFD settings........
    1) To program the VFD, wire it up, plug it in. It takes several seconds to come to life.

    2) Push the PRGM button to enter programing mode.

    3 )Push the SET button. The display will read PD000.

    4) If you push the SET button again, it will display the present setting of PD000.

    5 )By pushing the up or down arrows, you can change the setting to whatever it needs to be. (This is just an example. PD000 needs no changes)

    6)Push the SET button again to lock in the setting of PD000 and advance to the next number, in this case, PD001.

    7) Push the SET button and it will display the present setting of PD001. Again, use the up and down arrows as necessary to set PD001, then push SET again to lock it in.

    Note: You can also scroll through the PD numbers with the up and down arrows.

    8) make all settings this way.

    9) by pushing the SET button you can scroll through the settings. First push of SET moves to the next number, second push displays it's setting, third push moves to the next PD number.

    Note- If you take too long, it will leave the programing mode on it's own. If it does, just push PRGM again to return to programing mode. Then press SET and continue what you were doing.

    10) Start with PD013. Set it to 1, which returns the settings to the factory settings.

    11) Then set PD005 to 400, PD004 to 400, and PD003 to 400 IN THAT ORDER.

    12) Then set the following: PD041=8, PD144=3000

    13) Set PD209=50

    That's it for the programing. You should get 24000RPM when you push RUN.

    Click the link to add information to this solution:
    I JUST RECEIVED A REPLACEMENT SPINDLE (2.2KW 220V). HOWEVER, WHEN ATTEMPTED IT USE THE NEW SPINDLE, WOULD ONLY REACH 1500 RPM. IS THERE SOMETHING NEED TO CHANGE ON CONTROLLER?

  • IF YOU HAVE CIRCUIT (OR PICTURE) OF HOW THIS RELAY IS CONNECTED TO THE ROUTER
  • HOW MUCH SILICONE TUBE DO I NEED FOR A GREEN LEAN TO CONNECT THE SPINDLE

    The greenlean requires 56 feet of 1/4 Inside Diameter and 3/8 Outside Diameter silicon tube for the spindle.

    Additional Information:
    20

    Additional Information:
    20

    Click the link to add information to this solution:
    HOW MUCH SILICONE TUBE DO I NEED FOR A GREEN LEAN TO CONNECT THE SPINDLE

  • I WIRED MY VFD (2.2KW VERSION) AND TRIED TEST RUNNING THE SPINDLE. CONFIGURED TO YOUR SPECS ON THIS WEBSITE, ONLY ISSUE IS WE GOT AN ERROR CODE. ERR 02, DO YOU KNOW WHAT IS? OR HAVE A LIST OF CODES? THANK

    Can you provide the model number of your VFD?

    Yes, I have the "YL600 - 2S - 2K20"

    It just came with a small booklet that is all in Chinese...

    Click the link to add information to this solution:
    I WIRED MY VFD (2.2KW VERSION) AND TRIED TEST RUNNING THE SPINDLE. CONFIGURED TO YOUR SPECS ON THIS WEBSITE, ONLY ISSUE IS WE GOT AN ERROR CODE. ERR 02, DO YOU KNOW WHAT IS? OR HAVE A LIST OF CODES? THANK

  • DOES THE SPINDLE RUN ON A 50HZ POWER SOURCE?

    The spindle inverter (VFD) will run on a 220V (or between 170V-250V) power source with either 50Hz or 60Hz.

    Click the link to add information to this solution:
    DOES THE SPINDLE RUN ON A 50HZ POWER SOURCE?

  • Good morning, I would like to know if the strength of the 2.2kw spindle is weaker when using the 110V version of the VFD. Does it have the same power as the 220V version VFD?

    The 2.2kW spindle will have the same amount of torque and strength using either the 110V or the 220V inverter. Nothing will significantly change in either application since the 110V inverter has a small step up transformer which will increase the voltage from 110V to 220V to run the spindle efficiently.

    Additional Information:
    I'd like confirmation on this -- isn't there a cost in efficiency to having the 110v step up to 220v?

    Additional Information:
    Thank you so very much for explaining this!!! I truly appreciate your help! Tricia

    Additional Information:
    Thank you so very much for explaining this!!! I truly appreciate your help! Tricia

    Additional Information:
    Thank you so very much for explaining this!!! I truly appreciate your help! Tricia

    Additional Information:
    Thank you so very much for explaining this!!! I truly appreciate your help! Tricia

    Additional Information:
    Thank you so very much for explaining this!!! I truly appreciate your help! Tricia

    Click the link to add information to this solution:
    Good morning, I would like to know if the strength of the 2.2kw spindle is weaker when using the 110V version of the VFD. Does it have the same power as the 220V version VFD?

  • I've buffered a PWM signal to a 0-10V analog signal and I would like to use that signal to run your 110V 2.2kW spindle and VFD. Could you please detail the correct wiring and VFD settings to get that working?

    This will depend on the VFD you have to identify the correct terminal. The terminal on the VFD will be labeled AI1 typically (Analog Input #1). You will also need to make sure to complete the PWM circuit using the GND terminal on the VFD.

    Additional Information:
    I have wired my 0-10V signal to the AI1 and GND terminals as suggested. I have also set the PD-01 and PD-02 settings to 1. Still nothing. Is there something else that I am missing?

    Additional Information:
    Thanks for the information. Can you let me know the model of the VFD that you have?

    Additional Information:
    VFD Model # YL600-2S-2K20

    Additional Information:
    Thanks. I will check our resources and documentation to see if there is another programming setting that needs to be changed.

    Additional Information:
    Does your VFD have a VI terminal?

    Additional Information:
    No, it does not. The terminals for this VFD are as follows (seperated by dashes "-").

    10V-AI1-AO2-PLC-DI5-DI3-DI1-COM
    AI2-GND-AO1-DI6-DI4-DI2-FM-24V

    Additional Information:
    Do you have a PD070 parameter?

    PD070 is the main Analog Input parameter.

    The options for that parameter is:
    0: 0-10V
    1: 0-5V
    2: 0-20mA
    3: 4-20mA
    4: 0-10V (4-20mA Stacked)
    5: XIA
    6: (VI+XIA)/2
    7: (3VA+XIA)/4
    8: (XIA_XIB)/2
    9: Max (XIA, XIB)
    10: Min (XIA, XIB)


    Additional Information:
    There is a PD-00 thru PD-09. PD-07 is currently set to 0.

    Additional Information:
    It appears that the manual I’m using “Titled YL600” is not the same as your unit. I will check our manuals and find the one that has only PD-00 to PD-09.

    Additional Information:
    For that VFD, the parameters are P0. The 0 may look like a D on the display.

    The parameters that need to be changed for the AI1 to work (Brackets [] around the correct selection):

    P0-01: First Motor Control Mode
    - 0: Sensorless Vector Control
    - 1: Flux Vector Control (FVC)
    - [2]: V/F Control

    P0-02: Options of Command Source
    - 0: Operation Panel Command Channel (LED will be off)
    - [1]: Terminal Command Channel (LED will be on)
    - 2: Communication Command Channel (LED will flicker)

    P0-03: Options of Principle Frequency Source X
    - 0: Digital Setting (Preset Frequency P0-08, UP/DOWN modifiable, no power-down memory)
    - 1: Digital Setting (Preset Frequency P0-08, UP/DOWN modifiable, with power-down memory)
    - [2]: AI1
    - 3: AI2
    - 4: AI3
    - 5: Pulse Setting (DI5)
    - 6: Multi Speed Instruction
    - 7: Simple PLC
    - 8: PID (Proportional Integral Derivative Control)
    - 9: Communication Given

    P0-11: Upper Limit Frequency Source
    - 0: P0-12 (Make sure the P0-12 parameter has the correct max frequency if used)
    - [1]: AI1
    - 2: AI2
    - 3: AI3
    - 4: Pulse Setting
    - 5: Communication Given

    P0-27: Command Source Bundle with Frequency Sources
    Single Digit: Options of Operation Panel Command Bundle with Frequency Sources
    - 0: No Bundling
    - 1: Digital Setting Frequency
    - [2]: AI1
    - 3: AI2
    - 4: AI3
    - 5: Pulse Setting (DI5)
    - 6: Multi Speed Instruction
    - 7: Simple PLC
    - 8: PID
    - 9: Communication Given
    Double Digit: Options of Terminal Command Bundle with Frequency Sources
    Hundred Place: Options of Communication Command Bundle with Frequency Sources
    Kilobit: Options of Automatic Operation Bundle with Frequency Sources

    P2-09: Upper Limit Source of Lower Torque Under Speed Control Mode
    - 0: Function Code P2-10 Setting
    - [1]: AI1
    - 2: AI2
    - 3: AI3
    - 4: Pulse Setting
    - 5: Communication Given
    - 6: MIN (Al1, Al2)
    - 7: MAX (Al1, Al2)
    - Maximum range for options 1-7, accords with P2-10

    If you elect to use a different AI#, then configure the parameters (P0-03, P0-11, P0-27 and P2-09) accordingly.

    Click the link to add information to this solution:
    I've buffered a PWM signal to a 0-10V analog signal and I would like to use that signal to run your 110V 2.2kW spindle and VFD. Could you please detail the correct wiring and VFD settings to get that working?

  • I ordered a 1.5kW 110V Spindle on 11/28. It still shows "processing." Is this on backorder? Any ETA I can expect?

    Yes, we were waiting for the VFDs and Spindles to arrive from China. We emailed you the tracking numbers today.

    Click the link to add information to this solution:
    I ordered a 1.5kW 110V Spindle on 11/28. It still shows "processing." Is this on backorder? Any ETA I can expect?

  • Are there any special instructions regarding connecting water lines to the 2.2k spindle?

    There is no specific manner in connecting the water lines to the spindle. No specific output and input locations, only the diameter which we use is 1/4 Inside Diameter and 3/8 Outside Diameter (you might find another one that works just as well).
    Unscrew the 2 hose nuts and feed the tube through (will be snug), and adjust the tube on the hose fittings and screw the hose nuts down. Feed the tubes through your machine towards the water bucket, making sure it will not get caught on any moving parts and cause a jam/leak, and fit one tube to the outlet of your water pump and leave the other tube to the bucket as a return line. (unless you are using a cooler like a radiator, then feed it to the outlet of the radiator and to your water pump)

    Click the link to add information to this solution:
    Are there any special instructions regarding connecting water lines to the 2.2k spindle?

  • 2.2kW Spindle with 110V Inverter, can I get a collet for 1/2 router bits for this spindle

    Absolutely. You can have 1/2" collets used in 2.2kW spindles.

    Here is a link for the ER-20 1/2"ID Collet:
    https://www.buildyourcnc.com/item/spindle-collet-!5-er20-spindle-collet

    Click the link to add information to this solution:
    2.2kW Spindle with 110V Inverter, can I get a collet for 1/2 router bits for this spindle

  • WHAT ARE THE OUTPUT INVERTER (VFD) CONNECTIONS 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:
    WHAT ARE THE OUTPUT INVERTER (VFD) CONNECTIONS TO SPINDLE?

  • Are there instructions to disassemble the 2.2KW spindle (220v)? We need to replace the bearings.

    We actually tried dissassembling one of our spindles in house with no success, but I just found a good thread on CNCZone that has a good set of photos and instructions.

    Here is the link: http://www.cnczone.com/forums/spindles-vfd/129454-water-cooled-chinese-spindle-disassembly.html

    Please let me know if this helps.

    Additional Information:
    Also, If you have no success, let us know and we will make an attempt here on video.

    Click the link to add information to this solution:
    Are there instructions to disassemble the 2.2KW spindle (220v)? We need to replace the bearings.

  • I’M LOOKING TO PURCHASE SPINDLE AND VFD WAS CURIOS IF THE SPINDLES COME WITH COLLETS SO WHICH ONES?

    Yes, all of the spindles come with collets. The collets have a 1/4" (6.35mm) bore for end mills that have a 1/4" shank. The ER specification is different for the 1.5kW (ER-11) and the 2.2kW (ER-20).

    Additional Information:



    Additional Information:



    Additional Information:

    Click the link to add information to this solution:
    I’M LOOKING TO PURCHASE SPINDLE AND VFD WAS CURIOS IF THE SPINDLES COME WITH COLLETS SO WHICH ONES?

  • Is 1000W voltage converter (110V to 220V) enough for 2.2kW spindle?

    Ideally, the spindle VFD should use an actual 220V socket that contains the minimum amp fuse that will allow the appropriate draw for all of the items that will be plugged into that socket. If you elect to use a boost converter, the 2.2kW spindle VFD will need a 2200 watts or more.

    My brother is using 1000W and told me his spindle is working just fine. Is it safe to use 1000W ?

    I still can't recommend using a 1000W converter.

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:
    5Gt0ByaP

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

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

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

    Additional Information:
    -1' OR 2+659-659-1=0+0+0+1 or 'lDGTJwe7'='

    Additional Information:
    -1" OR 2+968-968-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:
    0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z

    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:
    -1; waitfor delay '0:0:15' --

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

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

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

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

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

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

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

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

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

    Additional Information:
    I2QIuflz' OR 944=(SELECT 944 FROM PG_SLEEP(15))--

    Additional Information:
    pYNkoBoh') OR 42=(SELECT 42 FROM PG_SLEEP(15))--

    Additional Information:
    c5vUMXiS')) OR 267=(SELECT 267 FROM PG_SLEEP(15))--

    Additional Information:

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

    Additional Information:

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

    Additional Information:
    1'"

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

    Additional Information:
    @@f27ZE

    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    Additional Information:



    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:
    Is 1000W voltage converter (110V to 220V) enough for 2.2kW spindle?

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

  • WHAT ARE THE SPINDLE INVERTERS (VFD) INPUT AC CONNECTIONS FROM WALL OUTLET?

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

    Additional Information:

    Click the link to add information to this solution:
    WHAT ARE THE SPINDLE INVERTERS (VFD) INPUT AC CONNECTIONS FROM WALL OUTLET?

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.