Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    CNC spindle

    CNC
    2
    2
    130
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Hayden1993
      Hayden1993 last edited by

      Good evening,

      I have the duet3mb6ch, I've just taken delivery on a 2.2kw water cooled spindle, is there any recommended ways of wiring it to my CNC.

      Hayden

      T3P3Tony 1 Reply Last reply Reply Quote 0
      • T3P3Tony
        T3P3Tony administrators @Hayden1993 last edited by

        @hayden1993

        What controller/VFD did the spindle come with and what inputs does that accept? a link the the controller datasheet would be helpful.

        As a start point have a look at:
        https://duet3d.dozuki.com/Wiki/M950
        specifically:

        When using M950 to create a spindle (from RRF 3.3) use the following format:

        M950 R0 C"pwm_pin+forward_pin+reverse_pin" Qfff Laa:bb

        • C can have 1, 2 or 3 pins. The first pin defined is a pwm capable pin to set the spindle speed. If a second pin is defined it is used as spindle on/of, if three pins are defined then the second pin is spindle forward and the third is spindle reverse.
        • "fff" is the PWM frequency as usual
        • "Laa:bb" sets the RPM range as "aa" to "bb". "Lbb" just sets the max RPM to "bb". Default RPM values are 60 min 10000 max

        So depending on the spindle controller you can control on/off, speed and direction. What you may find is you need to translate the Duet's PWM signal into a 0-10V signal for the speed control, lets see what the datasheet says.

        www.duet3d.com

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA