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

    Web Control keeps disconnecting

    Scheduled Pinned Locked Moved
    Duet Web Control
    5
    13
    624
    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.
    • Phaedruxundefined
      Phaedrux Moderator @Aurimas
      last edited by

      @Aurimas said in Web Control keeps disconnecting:

      The interface keeps loosing connection

      What exactly are you seeing happen?
      What browser?
      When you can't connect, are you still able to ping the Duet IP?

      Z-Bot CoreXY Build | Thingiverse Profile

      Aurimasundefined 1 Reply Last reply Reply Quote 0
      • Aurimasundefined
        Aurimas @Phaedrux
        last edited by

        @Phaedrux interface says "disconnected"
        reconnects then after some time looses connection again
        nothing to do with IP or the network - connected directly to the board and the board keeps running.
        it just interface keeps resetting/relaoding

        Australian design and build large scale 3d printers
        https://aurarum.com.au

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

          Can you confirm that the DWC version is also 3.5-rc2?
          What browser?
          When you can't connect, are you still able to ping the Duet IP?
          Can you open a command prompt window and have a continuous ping to the duet IP running? When you get a disconnection does the ping continue normally or does it fail as well?

          Z-Bot CoreXY Build | Thingiverse Profile

          Aurimasundefined 1 Reply Last reply Reply Quote 0
          • Aurimasundefined
            Aurimas @Phaedrux
            last edited by

            @Phaedrux yes it is 3.5-rc2 - all firmware matching
            it is not IP that is lost - its the DWC that throws an error when status changes from idle to disconnected and then refreshes page by itself. its not the IP. if it would be IP issue as I understand I would have to hit refresh in the browser
            browser is always Chrome.

            Australian design and build large scale 3d printers
            https://aurarum.com.au

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

              Are you able to roll back to 3.4.6 for firmware and DWC and see if the disconnects still happen?

              Z-Bot CoreXY Build | Thingiverse Profile

              Aurimasundefined soare0undefined 2 Replies Last reply Reply Quote 0
              • Aurimasundefined
                Aurimas @Phaedrux
                last edited by

                @Phaedrux not really - i think older version will not support my setup. I have 16 axis setup right now using 16x 1XD

                Australian design and build large scale 3d printers
                https://aurarum.com.au

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

                  Yes I understand, but I'm trying to determine if the issue is hardware related or with the firmware/DWC release candidate. This is why I ask to see if the ping succeeds or fails when the disconnects are happening.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  Aurimasundefined 1 Reply Last reply Reply Quote 0
                  • chrishammundefined
                    chrishamm administrators @Aurimas
                    last edited by

                    @Aurimas It looks like your board runs out of output memory, @dc42 and I need to look into it:

                    Used output buffers: 13 of 40 (40 max)
                    

                    Do you only have a single web interface tab open when this happens? Is there a PanelDue or other display connected to your machine as well? Would you mind sharing your whole config.g file?

                    Duet software engineer

                    Aurimasundefined 1 Reply Last reply Reply Quote 0
                    • Aurimasundefined
                      Aurimas @chrishamm
                      last edited by

                      @chrishamm No screen connected, the pc is directly connected to the board via ethernet cable - so no hub or anything in between.
                      Config file has paneldue configured, but it is not connected at this stage

                      here is the config file:

                      ; Default config.g template for DuetPi
                      ; Replace this with a proper configuration file (e.g from https://configtool.reprapfirmware.org)
                      
                      ; Enable network
                      if {network.interfaces[0].type = "ethernet"}
                          M552 P169.254.112.5 S1
                      else
                          M552 S3
                          
                      ;Enable PanelDue
                      M575 P1 S1 B57600
                      G4 S2
                      
                      M584 R0 X20.0 Y21.0 U31.0 V40.0 A41.0 B50.0 C51.0 D60.0 'a61.0 'b30.0 'c70.0 'd71.0 'e80.0 'f81.0 'h90.0 'i91.0 
                      
                      
                      M569 P21.0 S1                                        ; physical drive 0.0 goes forwards
                      M569 P20.0 S0                                        ; physical drive 0.1 goes forwards
                      M569 P31.0 S1 
                      M569 P30.0 S0
                      M569 P41.0 S1 
                      M569 P40.0 S0
                      M569 P51.0 S1 
                      M569 P50.0 S0
                      M569 P61.0 S1                                        ; physical drive 0.0 goes forwards
                      M569 P60.0 S1
                      M569 P71.0 S1                                        ; physical drive 0.0 goes forwards
                      M569 P70.0 S1
                      M569 P81.0 S1                                        ; physical drive 0.0 goes forwards
                      M569 P80.0 S1
                      M569 P91.0 S1                                        ; physical drive 0.0 goes forwards
                      M569 P90.0 S1
                      
                      
                      M92 X26.67 D26.67 V26.67 B26.67 'b26.67 'c26.67 'e26.67 'h26.67 Y80 U80 A80 C80 'a80 'd80 'f80 'i80 
                      
                      M566 X2000 D2000 V2000 B2000 'b2000 'c2000 'e2000 'h2000
                      M566 Y4000 U4000 A4000 C4000 'a4000 'd4000 'f4000 'i80000
                      
                      M203 X10000.00 Z10000 Y10000.00 U10000.0 V10000.0 A10000 B10000 C10000 D10000 'i80000;max speed
                      
                      M201 X2000 D2000 V2000 B2000 'b2000 'c2000 'e2000 'h2000  ;max acceleration
                      M201 Y4000 U4000 A4000 C4000 'a4000 'd4000 'f4000 'i4000    ;max accelertion
                      
                      M574 X2 S1 P"!20.io1.in"
                      M574 Y1 S1 P"!21.io1.in"
                      M574 'b2 S1 P"!30.io1.in"
                      M574 U1 S1 P"!31.io1.in"
                      M574 V2 S1 P"!40.io1.in"
                      M574 A1 S1 P"!41.io1.in"
                      M574 B2 S1 P"!50.io1.in"
                      M574 C1 S1 P"!51.io1.in"
                      
                      M574 D1 S1 P"!60.io1.in"
                      M574 'a1 S1 P"!61.io1.in"
                      M574 'c1 S1 P"!70.io1.in"
                      M574 'd1 S1 P"!71.io1.in"
                      M574 'e1 S1 P"!80.io1.in"
                      M574 'f1 S1 P"!81.io1.in"
                      M574 'h1 S1 P"!90.io1.in"
                      M574 'i1 S1 P"!91.io1.in" 
                      
                      M208 S1 X-90 Y-62 U-58 V-90.0 A-76 B-90 C-76 D-90.0 'a-60 'b-90.0 'c-90.0 'd-60 'e-90.0 'f-60 'h-90.0 'i-62
                      M208 S0 X90 Y150 U150 V90.0 A150 B90 C150 D90.0 'a150 'b90.0 'c90.0 'd150 'e90.0 'f150 'h90.0 'i150
                      
                      

                      Australian design and build large scale 3d printers
                      https://aurarum.com.au

                      1 Reply Last reply Reply Quote 0
                      • Aurimasundefined
                        Aurimas @Phaedrux
                        last edited by

                        @Phaedrux I have been pining target and had disconnect - ping had no issues at all.

                        Australian design and build large scale 3d printers
                        https://aurarum.com.au

                        1 Reply Last reply Reply Quote 1
                        • soare0undefined
                          soare0 @Phaedrux
                          last edited by soare0

                          @Phaedrux
                          Unfortunately I am ”able” to report the same problem.

                          6XD+3HC and Panel Due, all updated from 3.4.6/1 to 3.5.0 rc2.

                          With 3.4.6, there was not any problem in DWC, it started only after updates. Updates were really necessary, because of some other bugs, most related to Panel Due it seems.
                          DWC works, but it keeps disconecting. Closing web browser, rerstarting computer, did not help.

                          Usually I am working on Chrome, but it seemed to be the same on Opera or Firefox. In fact, I was not able to fully connect with those too, but the same was with Chrome, after restarting the computer.

                          I am on Win11 Pro, I3-12100 and 32G RAM, however, I think that they are not an issue... by far.

                          The problem is just annoying, is is possible to work... barely.

                          L.E. I updated DWC to 3.5.0 rc2 too. The problem seems to be solved.

                          1 Reply Last reply Reply Quote 0
                          • agmeadowsundefined
                            agmeadows
                            last edited by

                            I am also having a similar issue. I am on 3.5.0 b4. Uploading files is hit or miss. DWC will disconnect and refresh. If I keep retrying it will eventually work. The larger the file, the more I need to retry. It was fine when I was on 3.4.5. I upgraded firmware to address other issues.

                            Running 3.5.0 rc2 causes layer shifts when using input shaping so upgrading is not an option

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