Welcome to Our Community

Some features disabled for guests. Register Today.

H100 VFD 220V with 1.5Kw Spindel 2 poles air cooled with Black Box

Discussion in 'Controller Boards' started by Søren Weitling, Aug 3, 2022.

  1. Hykr3n

    Hykr3n New
    Builder

    Joined:
    Sep 27, 2023
    Messages:
    27
    Likes Received:
    6
    Tested this and it work!

    thanks
     
  2. Hykr3n

    Hykr3n New
    Builder

    Joined:
    Sep 27, 2023
    Messages:
    27
    Likes Received:
    6
    It seem i cant comtrol rpm using fusion post.

    i set$30 to 1000 to output 10v

    what do i have to change?

    set$30to 20000rpm dosent work

    thanks
     
  3. Søren Weitling

    Builder

    Joined:
    Dec 13, 2019
    Messages:
    29
    Likes Received:
    25
    Sorry I dont use Fusion, so cannot help you.
     
  4. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,371
    Likes Received:
    4,192
    Just takes 3 things.

    • Set $30 to whatever your spindles actual max RPM is
    • Set tool rpm in your Toolpath
    • Make sure to use our Fusion post.
    Assuming spindle is properly setup and tested from the Tool On menu.
     
    David the swarfer likes this.
  5. Hykr3n

    Hykr3n New
    Builder

    Joined:
    Sep 27, 2023
    Messages:
    27
    Likes Received:
    6
    It worked well with $30 set at 1000 and 10 volt
    Only problem is it is always running at 100%
    Since the cam send m3s12500 the spindle run at 24k

    if i set $30 at 24000 rpm
    The spindle barely turn

    thanks for your help
     
  6. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,371
    Likes Received:
    4,192
    S24000 in gcode and $30=24000 = 100% PWM = 10v out the 0-10v
    S12500 in gcode and $30=24000 = 52.1% PWM = 5.2v out the 0-10v
    etc

    S12500 in gcode and $30=1000 = 1250% PWM = limited back to a max of 100% = 10v out the 0-10v (1000 is not appropriate setting for a VFD though, anything over 1000 will be 100% = 10v)

    Rest of it is up to the spindle setup not the CAM.
    If your CAM outputs M3S12500, and $30=24000 then the spindle should spin at about half speed (12500 is 500 over half)

    PS: test with the Tool ON menu :)
    also see docs:blackbox-x32:connect-vfd [OpenBuilds Documentation]
     
  7. Hykr3n

    Hykr3n New
    Builder

    Joined:
    Sep 27, 2023
    Messages:
    27
    Likes Received:
    6

    Got all this

    ill recheck my 0-10v at 24000
    ill post my grbl config later if needed
    It might be my vfd setup too
    h100 is not the most easy out of the box
     
  8. Hykr3n

    Hykr3n New
    Builder

    Joined:
    Sep 27, 2023
    Messages:
    27
    Likes Received:
    6
    Is it possible that the spindle dosent turn if bbx32 is sending more than 10v?
     
  9. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,371
    Likes Received:
    4,192
  10. Hykr3n

    Hykr3n New
    Builder

    Joined:
    Sep 27, 2023
    Messages:
    27
    Likes Received:
    6
    Ok

    i setted it at 9.99v
    If i set $30 at 1000 and send m3s1000
    Everything work enven m3s500 speed goes down
    Send m5 spindle stop

    if i set $30 at 24000.rpm
    nothing spindle barely turn.
    Im lost. I think i will change the vfd drive

    thaks for your support Peter
     
  11. Hykr3n

    Hykr3n New
    Builder

    Joined:
    Sep 27, 2023
    Messages:
    27
    Likes Received:
    6
    A reset eprom and fresh new machine config worked

    thanks
     
  12. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,371
    Likes Received:
    4,192
    Probably changed advanced parameters like spindle freq as defaults should have worked. (Reset to defaults works too after all) - always hard to guess if there was unknown changes that aren't declared :)
     
  13. BillyTheClown

    Builder

    Joined:
    May 30, 2024
    Messages:
    4
    Likes Received:
    3
    I got my X32 working with the H100 last night,

    Here is how I did it

    1) Need a working VFD/H100 - manual control (Run stop, speed set with potentiometer)
    Mine came pre-configured
    2) In OpenBuilds Control
    under Grbl Settings set
    $30 Maximum spindle speed, RPM to your max RPM of your spindle (in my case 24000)
    save to firmware - and reset
    3) Send a start spindle with speed command to your machine
    send gcode M03S24000 (S24000 should match what you set in $30)
    4) measure and adjust the voltage on 0-10V terminal to get as close to 10V as you can Mine is 10.5
    5) turn the power off on the 0-10V by sending gcode M05
    6) On the H100 Cable A11 & GND to 0-10V on X32
    7) On the H100 Cable a Jumper from GND to X1
    8) Set the following on H100
    F001 = 1 - Control Mode External
    F002 = 1 - Use A11 Frequency not potentiometer
    F007 = 20 - Minimum frequency - will turn off spindle when signal less then 20
    9) test
    send gcode M03S24000 VFD should show frequency around 400
    send gcode M03S1800 VFD should show frequency around 300 (mine is 299) * may need to adjust 0-10V to get it spot on
    send M05
    ** with this setup the VFD my not be displaying fequency (Hz) check the front panel LEDs (Run Hz A V F/R)
    if Hz is not lit use the << button to change to Hz

    ** there are other F settings that I plan on trying will document the ones that work in this thread.
    Things like displaying the RPM instead of Hz, Being able to switch from X32 control to manual control using the F/R button.

    ********************

    My VFD/Spindle

    VFD: Model: H100 - H100-1.5C2-1B
    Manufacturer: Changzhou Huajiang Electric Appliance company
    Sold By: Zhong Hua Jiang
    Amazon Link: Amazon.com

    Link to Spindle Manual:
    https://images.thdstatic.com/catalog/pdfImages/b0/b008b752-3e4a-4c5c-aa62-3f425c50eff9.pdf


    The VFD comes pre-configured from Zhong Hua Jiang so just need to connect cables and it is ready to run.
     
  14. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,371
    Likes Received:
    4,192
    BlackBox X32 V1.3 and newer (latest batch) can run this via RELAY1 too. Older BlackBoxes uses the jumper wire. Just a heads up as we keep improving BlackBox :)


    ***applause*** - as I've said for years - good VFDs allow stopping using just 0-10v, with correct parameters. H100 is one of my favourite VFDs. Just goes to show, good choice for older BBs too :)
    * Note, might want to make it 120hz / 7200 rpm - can burn spindle windings if spun too slow

    1800 or 18000? :) 300/400*24000 = 18000 :)
     
  15. BillyTheClown

    Builder

    Joined:
    May 30, 2024
    Messages:
    4
    Likes Received:
    3
    >> * Note, might want to make it 120hz / 7200 rpm - can burn spindle windings if spun too slow
    Noted,,, will change it tonight

    >> 1800 or 18000? :) 300/400*24000 = 18000

    18000, typo.... :)
     
    Peter Van Der Walt likes this.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice