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

    Show current chamber temperature on 12864-display?

    Scheduled Pinned Locked Moved Solved
    Tuning and tweaking
    3
    9
    474
    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.
    • ÖrjanEundefined
      ÖrjanE
      last edited by ÖrjanE

      Hi.
      I'm trying to configure my 12864-display to show the current chamber temperature, but can't find an N-parameter for the menu system that works. I have tried N90, but this seems to only work for an actively heated chamber, and only displays a zero value.

      My chamber temperature sensor is defined like this:

      M308 S2 P"0.spi.cs2" Y"dht22" A"Chamber Temp"  ; Chamber temp sensor
      

      (this is a Duet2 Maestro board running RRF 3.4.1)
      Do I need to define a (fake) chamber heater to make the N90-code work? Is this even possible?

      /Ö

      tecnoundefined dc42undefined 2 Replies Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @ÖrjanE
        last edited by

        @örjane if you can wait for firmware 3.5beta1, in that version you can display the value of any object model expression on the 12864 display.

        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

        ÖrjanEundefined 1 Reply Last reply Reply Quote 0
        • tecnoundefined
          tecno @ÖrjanE
          last edited by

          @örjane

          Hej Örjan,
          I have a std thermistor to monotor chamber temp

          M308 S2 A"Chamber" P"T2" Y"thermistor" T100000 B4092
          M950 H2 T2
          

          Ha en bra dag
          Bengt

          ÖrjanEundefined 1 Reply Last reply Reply Quote 0
          • ÖrjanEundefined
            ÖrjanE @tecno
            last edited by

            @tecno Thanks Bengt.
            I added the line

            M950 H2 T2
            

            to create a "fake" chamber heater. However, I still only get a zero value displayed on the 12864-display; both with codes N90 and N92 for addressing the chamber "heater".

            /Ö

            tecnoundefined 1 Reply Last reply Reply Quote 0
            • tecnoundefined
              tecno @ÖrjanE
              last edited by

              @örjane

              Skippa DHT:n = skit

              ÖrjanEundefined 1 Reply Last reply Reply Quote 0
              • ÖrjanEundefined
                ÖrjanE @tecno
                last edited by

                @tecno The sensor itself is working fine. I am actually using the AM2320 which is backwards compatible with the DHT, and I get the correct temperature in the web interface and in the object model. My problem is that I can't get this value to show up on the 12864-display.

                tecnoundefined 1 Reply Last reply Reply Quote 0
                • tecnoundefined
                  tecno @ÖrjanE
                  last edited by

                  @örjane

                  OK, sorry I misunderstood. Never played with 12864 display.

                  1 Reply Last reply Reply Quote 0
                  • ÖrjanEundefined ÖrjanE marked this topic as a question
                  • dc42undefined
                    dc42 administrators @ÖrjanE
                    last edited by

                    @örjane if you can wait for firmware 3.5beta1, in that version you can display the value of any object model expression on the 12864 display.

                    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

                    ÖrjanEundefined 1 Reply Last reply Reply Quote 0
                    • ÖrjanEundefined
                      ÖrjanE @dc42
                      last edited by

                      @dc42 Perfect!

                      Will that also include formatting of time-values as hh:mm:ss?

                      /Ö

                      1 Reply Last reply Reply Quote 0
                      • ÖrjanEundefined ÖrjanE has marked this topic as solved
                      • dc42undefined
                        dc42 administrators
                        last edited by

                        @örjane that's not implemented at present, only the existing ability to choose the number of decimal places.

                        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

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