Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Wiring diagram For Duet 3 MB6HC Spindle CNC.

    Scheduled Pinned Locked Moved
    CNC
    1
    1
    349
    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.
    • AllSiriusundefined
      AllSirius
      last edited by AllSirius

      Hey Folks !
      Is there anyone here can help to make things clearer..?
      Following the steps of @Max3D He made a post with with some explanations : Huanyang VFD 2,2kw Water Cooled Spindle to D3MB6HCv1 mainboard.
      Letting to control the RPM by one module connected to the OUT_1 port .

      I did the steps with PD001, PD002 ,PD070 and checked it with my VFD Manual.

      Now when I turning ON the machine after installing of the red wire jumper the spindle starts rotating without any commands.
      It's doesn't stop by M5 and looks , like doesn't want rotate slower than ~500rpm. I'm able to stop it only from the VFD interface .

      Do I need to connect the second module to another port to control On/Off function?

      May be I've missed something... Clear wiring diagram could be also helpful.

      Using Duet 3 MB6HC Firmware 3.4.1

      ; Configuration file for Duet 3 (firmware version 3.3)
      
      
      ; General preferences
      ;M575 P1 S1 B57600                       ; enable support for PanelDue
      G90                                     ; send absolute coordinates...
      M83                                     ; ...but relative extruder moves
      M550 P"M1 Candy"                          ; set printer name
      M669 ;K1                                 ; select CoreXY mode
      
      ; Network
      M552 S1
      
      M586 P0 S1                              ; enable HTTP
      M586 P1 S0                              ; disable FTP
      M586 P2 S0                              ; disable Telnet
      
      ; Drives
      M569 P0.0 S0                            ; physical drive 0.0 goes forwards
      M569 P0.1 S0                            ; physical drive 0.1 goes forwards
      M569 P0.2 S1                            ; physical drive 0.2 goes forwards
      M569 P0.3 S0                            ; physical drive 0.3 goes forwards
      M569 P0.4 S1                            ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1:0.2 Z0.3 E0.4                ; set drive mapping
      M350 X16 Y16:16 Z16 E16 I1                 ; configure microstepping with interpolation
      M92 X223.00 Y223.00:223.00 Z316.00 E420.00     ; set steps per mm
      M566 X900.00 Y780.00:780.00 Z420.00 E120.00     ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y4800.00:4800.00 Z1000.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00:500.00 Z350.00 E250.00    ; set accelerations (mm/s^2)
      M906 X4000 Y4000:4000 Z4000 E800 I30         ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                 ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                        ; set axis minima
      M208 X2000 Y3000 Z200 S0                ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"io0.in"                    ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
      M574 Y1 S1 P"io1.in"                    ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in
      M574 Z1 S1 P"io2.in"                    ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io2.in
      
      ; Z-Probe
      M558 P0 H5 F120 T6000                   ; disable Z probe but set dive height, probe speed and travel speed
      M557 X15:215 Y15:195 S20                ; define mesh grid
      
      ; Heaters
      
      ; Fans
      M950 F0 C"out4" Q500                    ; create fan 0 on pin out4 and set its frequency
      M106 P0 S1 H-1                          ; set fan 0 value. Thermostatic control is turned off
      
      ; Tools	
      M950 R0 J1 C"out1" Q100 L0:24000	 ; Create spindle index 0 with
      M563 P0 R0 S"Spindle"                        ; define tool 0
      G10 P0 X0 Y0 Z0                         ; set tool 0 axis offsets
      G10 P0 R0 S0                            ; set initial tool 0 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      M453 S0 C"out1" R24000 Q100 T0
      
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Unless otherwise noted, all forum content is licensed under CC-BY-SA