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

    Changing pt100 to standard thermistor

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    6
    76
    3.1k
    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.
    • Atraedesundefined
      Atraedes
      last edited by

      @Atraedes said in Changing pt100 to standard thermistor:

      ; Tool 0
      M307 H1 A1230.8 C312.7 D7.2 S1.00 V26.3 B0
      M305 P1 X200 ; Set PT100 + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      great, thanks, so change it here in config :
      ; Tool 0
      M307 H1 A1230.8 C312.7 D7.2 S1.00 V26.3 B0
      M305 P1 X200 ; Set PT100 + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C
      So change M305 to the code you said, change M143 to new max temp on new hotend, thanks again for all

      1 Reply Last reply Reply Quote 1
      • Atraedesundefined
        Atraedes
        last edited by

        Hi @Phaedrux, thanks again for your help, it worked great, however, after i did the pid tune i tried to save it with M500 but it says "Warning: No M501 command was executed in config.g", ive since done a couple test prints also and it has flagged up "Error: Heating fault on heater 1" a couple of times, im stumped, the wiring is fine and checked, not sure where to go or why it doesnt take the M500 command

        Stephen6309undefined 1 Reply Last reply Reply Quote 0
        • Stephen6309undefined
          Stephen6309 @Atraedes
          last edited by

          @Atraedes You need a M510 at the end of config,g.

          1 Reply Last reply Reply Quote 0
          • Atraedesundefined
            Atraedes
            last edited by

            thanks, tried it, it says "Warning: M510 command is not supported"

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

              https://duet3d.dozuki.com/Wiki/Gcode#Section_M500_Store_parameters

              M500 saves to config-override.g, and M501 loads it. You need to add M501 to the end of config.g to load the saved values at startup.

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • Atraedesundefined
                Atraedes
                last edited by

                the sd card is buried deep in the machine also so i cant easily get to it without taking the bottom of etc.., i just assumed i could do everything via the console?

                1 Reply Last reply Reply Quote 0
                • Stephen6309undefined
                  Stephen6309 @Atraedes
                  last edited by

                  @Atraedes Oops, i ment M501. The keyboard keeps reversing things. 🙂

                  1 Reply Last reply Reply Quote 0
                  • Atraedesundefined
                    Atraedes
                    last edited by

                    thanks again, so i made the changes you advised straight to the config files incl the config in sys folder on the sd card, loaded back into the machine, then ran pid tune, got this - "Auto tune heater 0 completed in 1489 sec
                    Use M307 H0 to see the result, or M500 to save the result in config-override.g", but then when i entered M500 via the console it answered - "M500
                    Warning: No M501 command was executed in config.g". Did i do something wrong?

                    Vetiundefined 1 Reply Last reply Reply Quote 0
                    • Atraedesundefined
                      Atraedes
                      last edited by

                      i then tried M501, and got this - "M501
                      Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 692C.", feels like im back to square one lol, but the whole hotend, cables and all, are new, and confirmed 24v

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

                        @Atraedes said in Changing pt100 to standard thermistor:

                        Warning: No M501 command was executed in config.g". Did i do something wrong?

                        add M501 to the end of your config.g

                        1 Reply Last reply Reply Quote 0
                        • Atraedesundefined
                          Atraedes
                          last edited by

                          so remove the SD card from the machine and type M501 at the very end of the config file? Can i not send that via the console?

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

                            @Atraedes
                            just edit the file using the web ui

                            1 Reply Last reply Reply Quote 0
                            • Atraedesundefined
                              Atraedes
                              last edited by

                              sorry i dont know how to do that, im still learning the ropes with the duet3d board i have

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

                                please read

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

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

                                  Oh wow, I didn't realize you weren't even connected to the web interface yet.

                                  https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7

                                  It definitely makes a world of difference.

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  1 Reply Last reply Reply Quote 0
                                  • Atraedesundefined
                                    Atraedes
                                    last edited by

                                    so if i understood correctly, ive gone into system in the web ui, found config.g, opened and typed M501 at the end of the file, and its asking if do i want to reset the board and apply the update? is that correct?

                                    1 Reply Last reply Reply Quote 0
                                    • Atraedesundefined
                                      Atraedes
                                      last edited by

                                      no sorry, i probably didnt explain, i am using the web ui, all the time,and running these commands via the console in the web ui, but i thought it was a simple M500 via the console in web ui to save it, and it doesnt

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

                                        Yes you have to edit config.g and add M501 at the end.

                                        As I said, M500 saves SOME settings (like PID tuning or other measured values) to the file config-override.g. And M501 loads that files.

                                        https://duet3d.dozuki.com/Wiki/Gcode#Section_M500_Store_parameters

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        1 Reply Last reply Reply Quote 0
                                        • Atraedesundefined
                                          Atraedes
                                          last edited by

                                          @Atraedes said in Changing pt100 to standard thermistor:

                                          gone into system in the web ui, found config.g, opened and typed M501 at the end of the file, and its asking if do i want to reset the board and apply the update?

                                          ok thanks, so to try solve these spurious heating faults, run my pid tune, after it shows results then go into system in the web ui, into config.g, M501 at the end of the file, and reset the board and apply the update?

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

                                            @Atraedes said in Changing pt100 to standard thermistor:

                                            Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 692C.",

                                            That's not a heater fault. It's a warning.

                                            https://duet3d.dozuki.com/Wiki/FAQ#Section_M307_Heater_1_appears_to_be_over_powered_If_left_on_at_full_power_its_temperature_is_predicted_to_reach_521C

                                            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