[ Log In ]
[ Register ]

Question #: 5764

Question: How to I calculate RPM based on hertz displayed/set on the 2.2kw VFD (110V AC version)?

Current Solution

To calculate RPM use this formula, in which you will have to find RPM's when you have Hz.
1 RPM = 0.01666666667 Hz
Formula: 0.01666666667 × RPM = Hz
On our VFD if you select the >> button about 3-4 times, it will change from Hz, A, or ROTT.
When the LED's are lit on Power, FOR, and ROTT, you should be able to see the RPM the spindle is running at, our maximum setting for these spindles is 400Hz / 24000 RPM.

Additional Information:


Additional Information:


Additional Information:
press the shift key on the key pad and the led at the top of the display will move to the right until the Rot (RPM) led is lit the display will now show RMP


Additional Information:



Additional Information:



Additional Information:

Respond:

Other Possible Solutions to this Question

  • How to display RPM instead of frequency on the VFD? I have the 2.2kv 110 volt spindle and inverter.

    There is a button on the front of the VFD that will cycle through RPM, Freq, and a few other readings. If there is a >> button on your VFD, that will work. If there is a mode button on your VFD, that should works as well.

    Additional Information:
    There is a >> disc button but it does not cycle through the display modes.

    Additional Information:
    Is there a parameter setting to make this button work to cycle thru the display modes?

    Additional Information:
    setting the starting rpm

    Additional Information:
    the vfd will not start the motor

    Additional Information:
    Any progress on this? I have the same issue.

    Additional Information:
    What model is your VFD?

    Additional Information:
    Mine is a YL620-G-5.5Kw

    Additional Information:
    That model will not be able to show RPM. You will be able to show the frequency, which can be used to determine the RPM. RPM equals the Frequency x 60.

    Additional Information:
    There is an Icon for RPM at the top of the display I cannot cycle through the different options to see the RPM

    Additional Information:
    At the top of my control panel is has 6 different lights which indicate what your seeing. in order from left to right they are COM, ALM, DISP, RUN, Hz, RPM I have seen the ALM light up on initial set up but that was fixes with a parameter change. The run light shows up when i turn the spindle on and and it is running. I am however not able to get any of the other lights to show or to get the RPMs to display

    Additional Information:
    If you do see an RPM light on the display, that panel sticker may be a sticker used for many types of VFDs and the RPM is not used. There is parameter: P00.24 which allows you to pick what to display. The choices a
    re:
    0: Display current target frequency. This will display your knobs, potentiometer, setting, not the actual spindle frequency.
    1: Display electric machinery run frequency. This will display the actual frequency that the VFD is currently sending to the spindle.
    2: Display electric machinery run current: this will display the current the spindle is currently drawing.
    3: Display input AC voltage. Self explanatory.
    4: Display mother line voltage. This will display the actual voltage at the input.
    5: Display output voltage. This will display the voltage at the UVW terminals for the spindle.
    6: Display speed paragraph number SPx. I believe this displays which frequency is being selected (P07.00 to P07.07, or 1 to 8 respectively).
    7: Display inverter temperature. This is the temp of the VFD, self explanatory.
    8: Display input signal X1-X3/output signal. This simply shows the inputs/outputs associated with the external terminals.
    9: Display user variable. This one I have not delved into, so it may be something to look into.
    10: Display user count value. Same, this one could be useful.
    11: Display temporary debugging variable. Haven't tried this one, so I can't inform of any useful information but it won't pertain to this subject anyway.
    12: Display automatic multisegment run step and time. I haven't delved into this one either, but it won't show RPM.

    Click the link to add information to this solution:
    How to display RPM instead of frequency on the VFD? I have the 2.2kv 110 volt spindle and inverter.

  • 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

  • I want to know when the second video on vfd (YL-600 2.2KW 220V) parameter will be available?

    We will be starting that video shortly. We want to make sure we convey the information clearly. The parameters on the VFD are extremely extensive and is difficult to explain the parameters that will make sense to the average customer. We pride ourselves on making videos that send a clear message to customers and viewers that have never seen this technology before. Making an educational video of this topic is difficult.

    Click the link to add information to this solution:
    I want to know when the second video on vfd (YL-600 2.2KW 220V) parameter will be available?

  • How to I get the VFD to display rotation speed in RPM?

    To calculate RPM use this formula, in which you will have to find RPM's when you have Hz.
    1 RPM = 0.01666666667 Hz
    Formula: 0.01666666667 × RPM = Hz
    On our VFD if you select the >> button about 3-4 times, it will change from Hz, A, or ROTT.
    When the LED's are lit on Power, FOR, and ROTT, you should be able to see the RPM the spindle is running at, our maximum setting for these spindles is 400Hz / 24000 RPM.

    Additional Information:


    Additional Information:


    Additional Information:
    press the shift key on the key pad and the led at the top of the display will move to the right until the Rot (RPM) led is lit the display will now show RMP


    Additional Information:



    Additional Information:



    Additional Information:

    Click the link to add information to this solution:
    How to I get the VFD to display rotation speed in RPM?

  • How should I configure the 110v vfd with 2.2kw spindle? When I use the configuration on the spindle page, I get an over-current error (e.oc.a).

    Please use these settings for our 110V VFD's:

    Change PD001 to '0' or '1' (source of run commands/one will be computer controlled)
    Change PD003 to 300 (main frequency - Hz)
    Change PD004 to 300 (base frequency - Hz)
    Change PD005 to 400 (max operating frequency - Hz)
    Change PD006 to 2.5 (intermediate frequency - Hz)
    Change PD008 to 110 (max voltage - V)
    Change PD009 to 15 (intermediate voltage - V)
    Change PD010 to 8 (minimum voltage - V)
    Change PD011 to 100 (frequency lower limit - Hz)
    Change PD142 to 7 (rated motor current - Amps)
    Change PD143 to 2 (motor pole number)
    Change PD144 to 3000 (rated motor revolution)
    For further info please refer to (https://www.buildyourcnc.com/item/spindle-inverter-2!2kw-spindle-novfd#prettyPhoto/9/) for wiring and other specifications.
    Please check you wiring to be correct as the illustrated photo on the diagram.

    Additional Information:
    PD003 should be set to the base operating freq. stamped on your motor/spindle typically 400hz

    Click the link to add information to this solution:
    How should I configure the 110v vfd with 2.2kw spindle? When I use the configuration on the spindle page, I get an over-current error (e.oc.a).

  • How should I wire the 2.2kw spindle and vfd?

    You can find the wiring diagram for the 2.2kW spindle and, follow through instructions here.
    https://www.buildyourcnc.com/item/spindle-inverter-2!2kw-spindle-novfd#prettyPhoto/8/

    Additional Information:


    Additional Information:
    wiring diagram at spindle top


    Additional Information:


    Additional Information:


    Additional Information:


    Additional Information:
    Can you please provide settings for a 110v 2.2 spindle vfd

    Additional Information:
    Can you please provide settings for a 110v 2.2 spindle vfd

    Click the link to add information to this solution:
    How should I wire the 2.2kw spindle and vfd?

  • 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

  • how much does the 2.2kW spindle and the VFD weigh together?

    The weight of the 2.2kW spindle without the VFD (variable frequency drive or inverter) is 11 lbs or 5 kg.

    The 2.2kW spindle with the VFD is 15 lbs or 6.8 kg.

    Additional Information:

    Click the link to add information to this solution:
    how much does the 2.2kW spindle and the VFD weigh together?

  • Hello, I bought your 110v 2.2kw spindle and vfd. When I turn it on it reaches the full 24000 rpm, but will not let me decrease the speed. How Can I fix this?

    Are you using the control panel (front panel with the speed control knob known as he potentiometer)? Or are you attempting to use the computer to control the speed?

    Additional Information:
    I am using the control panel, however there is no knob on mine, just buttons.

    Click the link to add information to this solution:
    Hello, I bought your 110v 2.2kw spindle and vfd. When I turn it on it reaches the full 24000 rpm, but will not let me decrease the speed. How Can I fix this?

  • How can I convert RPM to hertz Hz?

    1 RPM = 1/60 Hz
    1 RPM = 0.01666666 Hz.

    So, say you wanted to know the Hz for 12,000 RPM

    (12,000 Revolutions / Minute) / 60 = 200 Hz
    or
    12,000 RPM x 0.016666 = 200 Hz

    If you needed to determine the RPM from the Hz, then

    RPM = Hz x 60

    So, say you wanted to know what RPM is for 400 Hz:

    60 x 400 Hz = 24,000

    Click the link to add information to this solution:
    How can I convert RPM to hertz Hz?

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

  • How do I conect the VFD of the spindle to the RS485 connections

    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 conect the VFD of the spindle to the RS485 connections

  • How to configure 2.2KW VFD for Modbus communication with Mach3

    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 to configure 2.2KW VFD for Modbus communication with Mach3

  • I wired my vfd (2.2kw version) and tried test running the spindle. I configured to your specs on this website, only issue is we got an error code. Err 02, do you know what this is? OR have a list of error codes? Thank you

    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. I configured to your specs on this website, only issue is we got an error code. Err 02, do you know what this is? OR have a list of error codes? Thank you

  • I HAVE THE REDFLY SYSTEM AND A 2.2KW SPINDLE - 110V HOW DO CONNECT 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 CONNECT SPINDAL?

  • I ordered a 2.2kW spindle as a guest on March 3rd. How long does it take for you to provide shipping information?

    I will check

    Additional Information:
    The license was purchased and the developer is sending you the license shortly.

    Click the link to add information to this solution:
    I ordered a 2.2kW spindle as a guest on March 3rd. How long does it take for you to provide shipping information?

  • HOW DO YOU CALCULATE THE ENERGY OF PHOTONEUTRONS PRODUCED THROUGH INTERACTION WITH 7.5 MEV BREMSSTRAHLUNG FROM A LINAC? TARGET GENERAL COMMERCIAL PRODUCTS IN TRUCKS.
  • I have the 2.2KW VFD. I would like to have it controlled through software. What are the Mode parameters that need to be changed that will allow FWD/ REV, START/STOP and RPM control?

    What controller are you using to control the cnc machine (Mach3 usb, parallel breakout board, etc.)?

    The spindle VFD has an input for 0-10 volts to control the speed and can be used with the MAch3 USB or the Pokeys57CNC board. There are also other terminals in the VFD to control the forwared/reverse and start and stop. Mach3 has parameters to control these output and you need to specify which pins are used for these.

    You can also use the TX/RX RS-485 connection on the VFD to have total control using an FTDI USB to serial connector board to connect the computer directly to the VFD.

    How to connect the USB to Serial adapter to the VFD:
    https://www.buildyourcnc.com/FAQ/13790

    FTDI USB to Serial:
    https://www.buildyourcnc.com/item/Interfaces-newbiehack-Interfaces-TTL232R-USB-UART-Serial

    Pokeys57CNC board:
    https://www.buildyourcnc.com/item/electronicsAndMotors-electronic-component-breakout-Mach4-mach3-USB-ethernet-Board

    Mach3 USB board:
    https://www.buildyourcnc.com/item/electronicsAndMotors-electronic-component-breakout-Mach3-USB-Board

    Parallel Breakout board:
    https://www.buildyourcnc.com/item/electronicsAndMotors-parallel-breakout-relay



    Additional Information:
    I do apologize for leaving out the parts list.
    Leadshine MX4660 4-Axis Digital Stepper Motor Driver
    Ethernet SmoothStepper
    YL600-2S-2K20 VFD
    4 Relay control board
    Has anyone had any success getting Mach3 to control the spindle speed and direction?

    Click the link to add information to this solution:
    I have the 2.2KW VFD. I would like to have it controlled through software. What are the Mode parameters that need to be changed that will allow FWD/ REV, START/STOP and RPM control?

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.