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

    always on fan not working ( 0.2V )

    Scheduled Pinned Locked Moved
    General Discussion
    4
    21
    620
    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.
    • Phaedruxundefined
      Phaedrux Moderator @micheldb14
      last edited by

      @micheldb14 And that's measuring fan2 header, correct?

      What do you get on the 5v pin of the jumper block itself?

      Z-Bot CoreXY Build | Thingiverse Profile

      micheldb14undefined 2 Replies Last reply Reply Quote 0
      • micheldb14undefined
        micheldb14 @Phaedrux
        last edited by

        @phaedrux

        Yes, the 2 wires are connected to the FAN2 pins as shown in the 3rd picture

        1 Reply Last reply Reply Quote 0
        • droftartsundefined
          droftarts administrators @micheldb14
          last edited by

          @micheldb14 You are measuring FAN2. That's a PWM fan, not an always on fan.

          ef3ac156-b5d0-4982-a106-5da69d84889b-image.png

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          micheldb14undefined 1 Reply Last reply Reply Quote 1
          • micheldb14undefined
            micheldb14 @Phaedrux
            last edited by

            @phaedrux

            I think this is how to measure from the 3 pin connector right?

            1.jpeg

            2.jpeg

            droftartsundefined 1 Reply Last reply Reply Quote 0
            • micheldb14undefined
              micheldb14 @droftarts
              last edited by

              @droftarts

              oh man..... thanks! I thought FAN2 was the always on fan because it a had a seperate 5V/VIN switch...now it all makes sense...

              1 Reply Last reply Reply Quote 0
              • droftartsundefined
                droftarts administrators @micheldb14
                last edited by droftarts

                @micheldb14 You are still measuring onto a PWM pin (yellow wire), ie it's turned off unless you've defined a fan on it in config.g and turned it on. MOSFETs that controls PWM are always on the negative (ground) side, because they need to be placed after the 'load'.

                Edit: Glad you got it figured out!

                Ian

                Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                micheldb14undefined 1 Reply Last reply Reply Quote 0
                • micheldb14undefined
                  micheldb14 @droftarts
                  last edited by

                  @droftarts

                  So just to clear things up.

                  There is one jumper just to switch between 5V and VIN on FAN2
                  And the other Jumper is to switch 5V and VIN for FAN1, FAN0 and ALWAYS-ON FAN?

                  If this is the case, is there a way to set FAN2 as extruder fan so it will turn on when the hotend gets hot? (what now is the case with FAN1)

                  droftartsundefined 1 Reply Last reply Reply Quote 0
                  • droftartsundefined
                    droftarts administrators @micheldb14
                    last edited by

                    @micheldb14 said in always on fan not working ( 0.2V ):

                    @droftarts

                    So just to clear things up.

                    There is one jumper just to switch between 5V and VIN on FAN2
                    And the other Jumper is to switch 5V and VIN for FAN1, FAN0 and ALWAYS-ON FAN?

                    Yes, that is correct.

                    If this is the case, is there a way to set FAN2 as extruder fan so it will turn on when the hotend gets hot? (what now is the case with FAN1)

                    Post your config.g and response to M115, so we know how it’s currently set and what firmware you are on.

                    Ian

                    Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                    micheldb14undefined 1 Reply Last reply Reply Quote 0
                    • micheldb14undefined
                      micheldb14 @droftarts
                      last edited by micheldb14

                      @droftarts
                      M115
                      FIRMWARE_NAME: RepRapFirmware for Duet 2 Maestro FIRMWARE_VERSION: 3.1.1 ELECTRONICS: Duet Maestro 1.0 FIRMWARE_DATE: 2020-05-19b2

                      config.g:

                      ; Configuration file for Duet Maestro (firmware version 3)
                      ; executed by the firmware on start-up
                      ;
                      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Jul 14 2020 22:20:39 GMT+0200 (Midden-Europese zomertijd)

                      ; General preferences
                      G90 ; send absolute coordinates...
                      M83 ; ...but relative extruder moves
                      M550 P"AM8-BLV" ; set printer name
                      M918 P1 E4 F2000000 ; configure direct-connect display

                      ; Network
                      M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
                      M586 P0 S1 ; enable HTTP
                      M586 P1 S0 ; disable FTP
                      M586 P2 S0 ; disable Telnet

                      ; Drives
                      M569 P0 S1 D2 ; physical drive 0 goes forwards in spreadcycle
                      M569 P1 S1 D2 ; physical drive 1 goes forwards in Stealthchop2 till about 150 mm/sec
                      M569 P2 S0 D2 ; physical drive 2 goes forwards in Stealthchop2
                      M569 P3 S1 D2 ; physical drive 3 goes forwards in spreadcycle
                      M584 X0 Y1 Z2 E3 ; set drive mapping
                      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                      M92 X200.00 Y200.00 Z1600.00 E411.00 ; set steps per mm
                      M566 X600.00 Y600.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
                      M203 X18000.00 Y18000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
                      M201 X1000.00 Y800.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
                      M906 X1100 Y1100 Z1100 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
                      M84 S30 ; Set idle timeout

                      ; Axis Limits
                      M208 X-25 Y-25 Z0 S1 ; set axis minima
                      M208 X215 Y215 Z250 S0 ; set axis maxima

                      ; Endstops
                      M574 X1 S1 P"!^xstop" ; configure active-high endstop for low end on X via pin xstop
                      M574 Y1 S1 P"!^ystop" ; configure active-high endstop for low end on Y via pin ystop
                      M574 Z1 S1 P"!^zstop" ; configure active-high endstop for low end on Z via pin zstop

                      ; Z-Probe
                      M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
                      M557 X10:200 Y10:195 S20 ; define mesh grid

                      ; Heaters
                      M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 0 as thermistor on pin bedtemp
                      M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
                      M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
                      M140 H0 ; map heated bed to heater 0
                      M143 H0 S120 ; set temperature limit for heater 0 to 120C
                      M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
                      M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
                      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit

                      ; Fans
                      M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
                      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
                      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
                      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

                      ; Tools
                      M563 P0 D0 H1 F0 ; 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

                      ; Miscellaneous
                      M572 D0 S0.035 ; Set pressure advance
                      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
                      M575 P1 S1 B57600 ; enable support for PanelDue
                      M501

                      droftartsundefined 1 Reply Last reply Reply Quote 0
                      • droftartsundefined
                        droftarts administrators @micheldb14
                        last edited by

                        @micheldb14 said in always on fan not working ( 0.2V ):
                        This defines and sets Fan 1

                        M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
                        M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
                        

                        Add this for Fan2:

                        M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
                        M106 P2 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
                        

                        Ian

                        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                        micheldb14undefined 1 Reply Last reply Reply Quote 2
                        • micheldb14undefined
                          micheldb14 @droftarts
                          last edited by

                          @droftarts

                          Tested and its working!

                          Thanks a lot!

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