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

    No communication back to PanelDue

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    4
    10
    382
    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.
    • properprintingundefined
      properprinting
      last edited by

      I had my PanelDue 7i correctly running on my Duet 2 Wifi, no problems at all. I decided to update the firmware of the PanelDue because I wanted a custom splash screen. This went well too, first try almost to good to be true. But when I reconnected the PanelDue it didn't show any of the temperatures like you can see in this image:
      PanelDueproblem.jpg
      I can control the printer, all homing buttons work but it looks like I don't have any communication back from the board to this panel. If I go the the console and send M18 it indeed disables the steppers, but if I request the temperature I don't get a response. I checked the 10p IDC cable and replaced it with another new one to be sure that it's not the cable, but the problem persists.

      First I flashed version 3.2.0 with the custom splash screen, than I flashed the standard 3.2.0 firmware and I ended up flashing 3.2-RC2 with the custom splash screen, all with the same result. Fortunate thing is that the custom splash screen works!

      Does anyone have encountered something similar or have any suggestions? I couldn't find an answer myself. Have a nice day!

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

        You need to add M575 P1 B57600 S1 to your config to enable the paneldue in RRF3 and your PanelDue will need to be using firmware 1.24 at least.

        Z-Bot CoreXY Build | Thingiverse Profile

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

          did you enable paneldue support with
          M575 P1 S1 B57600 ; enable support for PanelDue
          ?

          1 Reply Last reply Reply Quote 0
          • properprintingundefined
            properprinting @Phaedrux
            last edited by

            @Phaedrux and @Veti thanks for your replies! Yes I had done that already. Everything worked fine before I started flashing the panel. To be sure I rechecked the config file and that line is still there.

            OwenDundefined 1 Reply Last reply Reply Quote 0
            • OwenDundefined
              OwenD @properprinting
              last edited by OwenD

              @properprinting
              If it's stuck on "initialising" then check the baud rate in the Paneldue matches that in the M575 line.

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

                what firmware are you running on the duet? paneldue 3.2 needs 3.2 firmware on the duet (3.1.1 works partially)

                properprintingundefined 1 Reply Last reply Reply Quote 1
                • properprintingundefined
                  properprinting @Veti
                  last edited by

                  @Veti I think this might be the problem thank you! I checked the version with command M115 and it responds with version 2.05.1 I downloaded that automatically using the RepRap configurator. I'm going to upload new firmware and will let you know the outcome.

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

                    @properprinting
                    you need to update to 3.0 first

                    properprintingundefined 1 Reply Last reply Reply Quote 0
                    • properprintingundefined
                      properprinting @Veti
                      last edited by

                      @Veti Thanks to you everything works! A whole new world opened since I've updated everything. Awesome to see how the web interface now looks! The panel even shows my chamber heater.
                      PanelDuesolved.jpg
                      Very cool and you've made my day, thanks for your help!

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

                        Glad that got you sorted. Be aware that 3.2 beta is still quite early and in development. It's probably a safer option to stick with 3.1.1 firmware/DWC and 1.24 on the PanelDue.

                        Also, since you're coming from 2.05 there are some changes to the config.g file needed for things like the endstops, heaters, and fans to work properly. Getting a fresh config.g from the online config tool to compare against can be a big help.

                        This is a useful reference for RRF3
                        https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview

                        A good way to verify your config.g is to send M98 P"config.g" in the gcode console. This executes the config.g as a macro just like it does at startup, but because the system is already up you will get any error messages echoed back that may otherwise get missed during initial startup.

                        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