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

    ToolBoard: 2 wires fan, heater fault and how to extrude ?

    Scheduled Pinned Locked Moved Unsolved
    Duet Hardware and wiring
    6
    112
    5.4k
    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.
    • Vetiundefined
      Veti
      last edited by

      impossible to tell from that.

      see
      https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Connecting_stepper_motors

      Pseud3mysundefined 1 Reply Last reply Reply Quote 0
      • Pseud3mysundefined
        Pseud3mys @Veti
        last edited by

        @Veti I use the RRF config tool:
        [0_1606920783845_config.g](Uploading 100%)

        ...
        ; Heaters
        M308 S0 P"temp0" Y"thermistor" T100000 B4138        ; configure sensor 0 as thermistor on pin temp0
        M950 H0 C"out0" T0                                  ; create bed heater output on out0 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"121.temp0" Y"thermistor" T100000 B4138    ; configure sensor 1 as thermistor on pin 121.temp0
        M950 H1 C"121.out0" T1                              ; create nozzle heater output on 121.out0 and map it to sensor 1
        M307 H1 B0 S1.00                                    ; disable bang-bang mode for heater  and set PWM limit
        M143 H1 S280                                        ; set temperature limit for heater 1 to 280C
        M308 S2 P"122.temp0" Y"thermistor" T100000 B4138    ; configure sensor 2 as thermistor on pin 122.temp0
        M950 H2 C"122.out0" T2                              ; create nozzle heater output on 122.out0 and map it to sensor 2
        M307 H2 B0 S1.00                                    ; disable bang-bang mode for heater  and set PWM limit
        M143 H2 S280                                        ; set temperature limit for heater 2 to 280C
        
        ; Fans
        M950 F0 C"121.out2" Q500                            ; create fan 0 on pin 121.out2 and set its frequency
        M106 P0 S0 H-1                                      ; set fan 0 value. Thermostatic control is turned off
        M950 F1 C"122.out2" Q500                            ; create fan 1 on pin 122.out2 and set its frequency
        M106 P1 S0 H-1                                      ; set fan 1 value. Thermostatic control is turned off
        
        1 Reply Last reply Reply Quote 0
        • Vetiundefined
          Veti
          last edited by

          @Pseud3mys said in ToolBoard: 2 wires fan, heater fault and how to extrude ?:

          M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
          M308 S1 P"121.temp0" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin 121.temp0
          M308 S2 P"122.temp0" Y"thermistor" T100000 B4138 ; configure sensor 2 as thermistor on pin 122.temp0

          B4138 is wrong for that thermistor. look up the correct value in the thermistor documentation.
          or select it in the configtool. that seems to be the one that you use

          1 Reply Last reply Reply Quote 0
          • Pseud3mysundefined
            Pseud3mys @Veti
            last edited by

            @Veti said in ToolBoard: 2 wires fan, heater fault and how to extrude ?:

            impossible to tell from that.

            see
            https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Connecting_stepper_motors

            yes I already see the doc, I think it is right. I have just one doubt: can we invert B+ B- with A+ A- ?

            Vetiundefined 1 Reply Last reply Reply Quote 0
            • Vetiundefined
              Veti @Pseud3mys
              last edited by

              @Pseud3mys said in ToolBoard: 2 wires fan, heater fault and how to extrude ?:

              invert B+ B-

              do you mean switch the wires? yes. the motor will turn in the other direction

              or do you mean invert the direction of the stepper motor?

              1 Reply Last reply Reply Quote 0
              • Pseud3mysundefined
                Pseud3mys
                last edited by

                I mean invert A+ with B- and B+ with A- ?

                Vetiundefined 1 Reply Last reply Reply Quote 0
                • Vetiundefined
                  Veti @Pseud3mys
                  last edited by

                  @Pseud3mys

                  like turning the connector 180 degrees?
                  yes that inverts the motor direction

                  1 Reply Last reply Reply Quote 0
                  • Pseud3mysundefined
                    Pseud3mys
                    last edited by

                    yes, okay thank.

                    1 Reply Last reply Reply Quote 0
                    • Pseud3mysundefined
                      Pseud3mys
                      last edited by

                      R25 (kΩ): 500 ± 3%
                      β25/85 (K): 3800 ± 2%

                      I find this for the thermistor.

                      M308 S1 P"121.temp0" Y"thermistor" T500000 B3800
                      

                      so I put this, the temp is 12°c when it must be ~19 I think. I have always the fault, do you now what I nead to change ?

                      Vetiundefined dc42undefined 2 Replies Last reply Reply Quote 0
                      • Pseud3mysundefined
                        Pseud3mys
                        last edited by

                        I send M302 P1 to allow cold extrusion, and I test if the command went good:
                        "Cold extrusion is allowed (use M302 P0 to forbid it)"

                        but I still can't use it:Capture.PNG

                        1 Reply Last reply Reply Quote 0
                        • Pseud3mysundefined
                          Pseud3mys
                          last edited by

                          Capture.PNG
                          I test the "extrudeur 2" here, see it heat 5°c and then it stop.

                          1 Reply Last reply Reply Quote 0
                          • Vetiundefined
                            Veti @Pseud3mys
                            last edited by

                            @Pseud3mys said in ToolBoard: 2 wires fan, heater fault and how to extrude ?:

                            R25 (kΩ): 500 ± 3%
                            β25/85 (K): 3800 ± 2%
                            I find this for the thermistor.

                            in the online configurator
                            https://configtool.reprapfirmware.org/Heaters
                            click on the beta field and in the popup select slice high temperature.

                            1 Reply Last reply Reply Quote 0
                            • Pseud3mysundefined
                              Pseud3mys @Veti
                              last edited by

                              @Veti said in ToolBoard: 2 wires fan, heater fault and how to extrude ?:

                              @Pseud3mys said in ToolBoard: 2 wires fan, heater fault and how to extrude ?:

                              I connected the 2 wires fan on OUT2 (3 pins) and when I start it nothing happen (I have tested all wiring possible).

                              how did you configure it? post your config.g

                              ; Fans
                              M950 F0 C"121.out2" Q500                            ; create fan 0 on pin 121.out2 and set its frequency
                              M106 P0 S0 H-1                                      ; set fan 0 value. Thermostatic control is turned off
                              M950 F1 C"122.out2" Q500                            ; create fan 1 on pin 122.out2 and set its frequency
                              M106 P1 S0 H-1                                      ; set fan 1 value. Thermostatic control is turned off
                              

                              I put this, directly from RRF config tool.

                              1 Reply Last reply Reply Quote 0
                              • Vetiundefined
                                Veti
                                last edited by

                                did you verify that the fans are working? by connecting them to the always on port on the duet 3 mainboard?

                                Pseud3mysundefined 1 Reply Last reply Reply Quote 0
                                • Pseud3mysundefined
                                  Pseud3mys @Veti
                                  last edited by

                                  @Veti yes, On Vin and GND it work

                                  Vetiundefined 1 Reply Last reply Reply Quote 0
                                  • Vetiundefined
                                    Veti @Pseud3mys
                                    last edited by

                                    @Pseud3mys

                                    change the S0 to S1 for testing

                                    Pseud3mysundefined 1 Reply Last reply Reply Quote 0
                                    • Pseud3mysundefined
                                      Pseud3mys @Veti
                                      last edited by

                                      @Veti with S0 or S1 It work just when It is at 100% now. But not for all other value it don't work

                                      Vetiundefined 1 Reply Last reply Reply Quote 0
                                      • Vetiundefined
                                        Veti @Pseud3mys
                                        last edited by

                                        @Pseud3mys
                                        some fans do not work with pwm.

                                        Pseud3mysundefined 1 Reply Last reply Reply Quote 0
                                        • Pseud3mysundefined
                                          Pseud3mys @Veti
                                          last edited by

                                          @Veti I just see that is a 24v fan, I power the board with 12v. But if I power with 24v did the output will go up 24v as well ?

                                          Vetiundefined 1 Reply Last reply Reply Quote 0
                                          • Vetiundefined
                                            Veti @Pseud3mys
                                            last edited by

                                            @Pseud3mys said in ToolBoard: 2 wires fan, heater fault and how to extrude ?:

                                            I power the board with 12v. But if I power with 24v did the output will go up 24v as well ?

                                            no
                                            see the wiring diagram.

                                            https://duet3d.dozuki.com/Wiki/Duet_3_Tool_Board

                                            the out is 12v

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