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

    Help PID tuning Dyzend Pro

    Scheduled Pinned Locked Moved
    Firmware installation
    7
    88
    5.8k
    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.
    • chris974Mundefined
      chris974M
      last edited by

      c'est difficile a comprendre et régler

      1 Reply Last reply Reply Quote 0
      • chris974Mundefined
        chris974M
        last edited by

        Error: Heater 1 fault: temperature excursion exceeded 15.0°C (target 220.0°C, actual 236.8°C)
        
        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by

          Did you add the M570 command I posted?

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • chris974Mundefined
            chris974M
            last edited by

            non desoler j'ai oublier je recommence

            1 Reply Last reply Reply Quote 0
            • chris974Mundefined
              chris974M
              last edited by

              maintenant j'ai juste 4C d'écart regler 220 et monte jusqua 224 puis redescend a 220

              1 Reply Last reply Reply Quote 0
              • chris974Mundefined
                chris974M
                last edited by

                IMG_0321.jpg

                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  Ok, so you may be able to adjust the PID values now to get it a bit more stable. Try increasing the D value a bit.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • chris974Mundefined
                    chris974M
                    last edited by

                    j'essaye de trouver la bonne valeur D

                    1 Reply Last reply Reply Quote 0
                    • chris974Mundefined
                      chris974M
                      last edited by

                      j'ai tout essayer rien ne marche impossible de stabiliser la température

                      1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator
                        last edited by Phaedrux

                        What values are you using? and how are you changing them?

                        That heater is really intended for high temps, if you're only going to be printing in the 200c range why not just change out for a better matched heater. Dyze has a 300c version that should be much easier to tune.

                        Have you tried tuning this heater to a hotter temperature like 350 or more?

                        Z-Bot CoreXY Build | Thingiverse Profile

                        chris974Mundefined 1 Reply Last reply Reply Quote 0
                        • chris974Mundefined
                          chris974M
                          last edited by

                          M307 H1 A580.4 C256.6 D44 S0.50

                          Je les change directement dans le config.g

                          1 Reply Last reply Reply Quote 0
                          • chris974Mundefined
                            chris974M @Phaedrux
                            last edited by

                            @Phaedrux
                            Jpenser pouvoir imprimer entre 200c a 400c

                            1 Reply Last reply Reply Quote 0
                            • chris974Mundefined
                              chris974M
                              last edited by

                              je pense acheter une thermistance 300c Merci pour vos réponse

                              1 Reply Last reply Reply Quote 0
                              • dc42undefined
                                dc42 administrators
                                last edited by

                                If the thermistor has resistance as high as 4.6M @ 25C then any electronics is going to have difficulty reading it at room temperature.

                                You could connect a resistor of about 1M in parallel with it. That may be enough to overcome the thermistor-disconnected detection. The thermistor will over-read a lot when cold, but get gradually more accurate as the temperature increases

                                You should remove the R4700 parameter in your M305 command unless you are using an old Duet (version 0.6 or 0.8.5). It won't do any harm if you are using Duet WiFi or Ethernet, but it will result in incorrect readings if you are using Duet Maestro or Duet 3.

                                Duet WiFi hardware designer and firmware engineer
                                Please do not ask me for Duet support via PM or email, use the forum
                                http://www.escher3d.com, https://miscsolutions.wordpress.com

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

                                  @dc42 said in Help PID tuning Dyzend Pro:

                                  If the thermistor has resistance as high as 4.6M @ 25C then any electronics is going to have difficulty reading it at room temperature.

                                  so this is a thermistor that is not optimal for use with the duet?

                                  maybe you could get a https://www.sliceengineering.com/collections/accessories/products/thermistor-high-temperature thermistor. that has a 500k resistance at 25C

                                  dc42undefined 1 Reply Last reply Reply Quote 0
                                  • dc42undefined
                                    dc42 administrators @Veti
                                    last edited by

                                    @Veti said in Help PID tuning Dyzend Pro:

                                    so this is a thermistor that is not optimal for use with the duet?

                                    It's difficult to get good results from a thermistor over a very wide temperature range using the ADCs in most microcontrollers. Taking the Dyze 500C thermistor, its resistance varies from 8.1Mohms at 10C (a reasonable minimum temperature at which we should expect a reading) to 83.7 ohms at 500C. That's a range of nearly 100000:1.

                                    The optimum series resistor to get the same accuracy at both ends of the range is about the geometric mean of the resistance range, which is 26K for this thermistor. That's almost 12 times the 2.2K series resistor value used on Duet 3, and 5.5 times the 4.7K resistor value used on Duet 2 and many other 3D printer controllers.

                                    If we assume a 4.7K resistor, then at 10C we need to measure a resistance 1723 times the value of the series resistor. There is no way that can be done on an 8-bit controller that has a 10-bit ADC (resolution 1 part in 1024). A 12-bit ADC such as the Duets have could in theory detect it, but noise and ADC gain and offset errors will make the detection unreliable.

                                    The high temperature end of the range is much better, because a 4K7 series resistor is only 56 times the thermistor resistance of 83.7 ohms.

                                    If anyone really wants to get this thermistor working with Duet 2, then I suggest you connect it to one of the thermistor inputs on the expansion connector, with a 27K reference resistor connected between the input and VRef. Then use R27000 in the M305 or M308 command.

                                    Duet WiFi hardware designer and firmware engineer
                                    Please do not ask me for Duet support via PM or email, use the forum
                                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                                    chris974Mundefined FBGundefined 2 Replies Last reply Reply Quote 1
                                    • chris974Mundefined
                                      chris974M @dc42
                                      last edited by

                                      @dc42 Merci pour vos reponse j'ai une duet 2 wifi + duex5 donc cette thermistance n'est pas utilisable sur cette carte ?

                                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                      • Phaedruxundefined
                                        Phaedrux Moderator @chris974M
                                        last edited by

                                        @chris974M

                                        If anyone really wants to get this thermistor working with Duet 2, then I suggest you connect it to one of the thermistor inputs on the expansion connector, with a 27K reference resistor connected between the input and VRef. Then use R27000 in the M305 or M308 command.

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        chris974Mundefined 1 Reply Last reply Reply Quote 0
                                        • chris974Mundefined
                                          chris974M @Phaedrux
                                          last edited by

                                          @Phaedrux desoler mais je ne comprend pas vraiment bien je dois la connecter a la Duex5 et changer R4700 pour R27000 dans M305 ou M308 ?

                                          1 Reply Last reply Reply Quote 0
                                          • Phaedruxundefined
                                            Phaedrux Moderator
                                            last edited by

                                            I don't think it's suitable for your needs. Perhaps a thermocouple would be a better solution if you really need the high temps, otherwise the 300c heater and thermistor from dyze is probably a much better choice.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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