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

    Cannot connect to DWC Simple fix??

    Scheduled Pinned Locked Moved
    Duet Web Control
    7
    33
    2.0k
    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.
    • AMPMAKERundefined
      AMPMAKER
      last edited by

      No I am not sure the router is the issue, But...
      I asked someone who is more knowledgeable than me, that's said the Orbi is a mesh network
      and most likely the issue. In hind sight it would have been easier to wire an Ethernet cable.

      Easy Target. Our issue with removing the card, over time, is our screen will be put on the right side
      of the printer, and access to the card is the left. So it would need to have separate containment for
      the Panel-Duet. We are using cards to transfer the files now, which is fine, but all the conf.. that's
      a lot of back and forth.

      fcwiltundefined 1 Reply Last reply Reply Quote 0
      • Danalundefined
        Danal
        last edited by

        Yeah, Orbi should be fine with 2.4 and 5 devices talking to each other. And "mesh" is NOT the issue, otherwise nothing in your house would work...

        You can certainly test this. Find any other device on the 2.4 network (I don't have an orbi, so you'll have to look up how to do this) and ping it.

        Delta / Kossel printer fanatic

        1 Reply Last reply Reply Quote 0
        • Adrian52undefined
          Adrian52 @AMPMAKER
          last edited by

          @AMPMAKER I have been using an orbi router with my duet WiFi. So not a complete no no. Just fixed the address that was assigned to the duet, no other fiddling.

          AMPMAKERundefined 1 Reply Last reply Reply Quote 0
          • fcwiltundefined
            fcwilt @AMPMAKER
            last edited by

            @AMPMAKER said in Cannot connect to DWC Simple fix??:

            I asked someone who is more knowledgeable than me, that's said the Orbi is a mesh network
            and most likely the issue.

            If it IS a mesh setup that still would not explain the problem.

            There is often a setting in the WiFi portion of a router configuration which allows enabling "client isolation".

            When this is enabled wireless devices (WiFi) cannot communicate with wired devices.

            That sounds like it might be the case.

            Frederick

            Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

            1 Reply Last reply Reply Quote 0
            • AMPMAKERundefined
              AMPMAKER @Adrian52
              last edited by

              @Adrian52

              Ok, Just fix the address? What exactly do you mean?
              my IP shows 192.168.1.31 on the Duet when I enter M552
              see below. But when I try to Ping I get no response.

              m552
              WiFi module is connected to access point ORBI, IP address 192.168.1.31<LF>ok<LF>

              The Blue light flashed for a bit and entered M552 again and got a different IP.

              m552
              WiFi module is changing mode<LF>ok<LF>WiFi module is connected to access point ORBI, IP address 192.168.1.4<LF>

              Now it is connected.... Wow very frustrating but all I did.. I Think.. is turned off the ORBI (cycled Power)
              while the Duet was plugged into and powered by the USB cable.
              Now I enter 192.168.1.4 and the Duet screen comes up.

              Thank you all for the suggestions and help. Would have been a long time trying to figure this out without help.
              Issue solved..

              1 Reply Last reply Reply Quote 0
              • AMPMAKERundefined
                AMPMAKER
                last edited by

                Will the Duet remember the IP address? Or do I need to send another M command?

                fcwiltundefined 1 Reply Last reply Reply Quote 0
                • AMPMAKERundefined
                  AMPMAKER
                  last edited by

                  Got it M552 S1 is already in the Network config.g file.

                  1 Reply Last reply Reply Quote 0
                  • fcwiltundefined
                    fcwilt @AMPMAKER
                    last edited by

                    @AMPMAKER said in Cannot connect to DWC Simple fix??:

                    Will the Duet remember the IP address? Or do I need to send another M command?

                    You can specify a static IP Address for the Duet WiFi in the M587 command which is NOT meant to always be present in your config.g file.

                    It's fine to put it there just to get the correct values stored in the WiFi module but once everything is working you need to comment out or remove the M587 command from your config.g.

                    Now the only problem with using a static IP address is that the router may try to handout that same address to another device that is asking for an IP address from the router.

                    You can avoid this problem by limiting the range of addressed the router can handout. This is a setting in the router configuration.

                    For example you could configure the router to handout IP address from x.x.x.21 to x.x.x.254, leaving addresses 2 through 20 for assignment to hardware like your Duet.

                    Frederick

                    Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                    1 Reply Last reply Reply Quote 0
                    • AMPMAKERundefined
                      AMPMAKER
                      last edited by

                      This is not my strongest area to be working in, so it is very frustrating when I get it to
                      work and now it doesn't. I unplugged the duet from the USB ate lunch came back to reconnect
                      and back to square one. Now no YAT. Saying com5 is closed, and no wifi of course.
                      Device manager see's it plugged into com 5??? What am I missing.

                      I do understand handing out IP address above a certain range, but shouldn't the device always
                      have the same IP, once it is set.

                      fcwiltundefined 1 Reply Last reply Reply Quote 0
                      • fcwiltundefined
                        fcwilt @AMPMAKER
                        last edited by

                        @AMPMAKER said in Cannot connect to DWC Simple fix??:

                        I unplugged the duet from the USB ate lunch came back to reconnect
                        and back to square one. Now no YAT. Saying com5 is closed, and no wifi of course.
                        Device manager see's it plugged into com 5

                        That is odd. When I first started with a Duet WiFi I had the odd problem with WiFi but I never had a problem using the USB connection. Perhaps you already have another instance of YAT running and connnected to COM5? Windows only allows one connection at a time to a COM port.

                        I do understand handing out IP address above a certain range, but shouldn't the device always
                        have the same IP, once it is set.

                        If a device like a Duet is setup to use DHCP every time it powers up/resets and asks for an IP address it may get a different one.

                        The only way to insure that it ALWAYS gets the same one is with a IP reservation. If you can find a link to the manual for your router I will be glad to take a look and see if and how IP reservations can be done.

                        Frederick

                        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                        spudaddictundefined 1 Reply Last reply Reply Quote 1
                        • AMPMAKERundefined
                          AMPMAKER
                          last edited by

                          Frederick thank you for the offer, I will keep that offer a bit, but if I don't work this through I may never learn
                          how it's done. I have been able to get back to a YAT connection with the Duet. Still no internet Although.

                          M552
                          WiFi module is connected to access point ORBI, IP address 192.168.1.4<LF>ok<LF>
                          M587
                          Remembered networks:<LF>TNCAP2FCC19 IP=192.168.1.14 GW=0.0.0.0 NM=0.0.0.0<LF>ORBI65 IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0<LF>ORBI IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0<LF>ok<LF>

                          I did find this on instructables.com Whats your thought on trying it.

                          https://www.instructables.com/id/Duet-WiFi-Activate-and-Connect-the-WiFi-When-It-Do/

                          I did contact the company that sold the Duet to us and he suggested a different router 2.4 of course just
                          for the duet. But I think that isolating the IP is the most Logical.

                          1 Reply Last reply Reply Quote 0
                          • AMPMAKERundefined
                            AMPMAKER
                            last edited by

                            I found this post from

                            dc42 ADMINISTRATORS 8 Mar 2018, 12:54
                            Either:

                            1. Send M552 S0, then send M552 P192.168.1.xx, then send M552 S1. You should then be able to connect DWC. In DWC go to the System editor and edit the M552 command in config.g to have that IP address.

                            Or:

                            1. Move the SD card to a PC and use a text editor to make the same change to the M552 command in config.g.

                            So I was able to get connected to the DWC again, I just don't know if I turn this off if it will reconnect.
                            We shall see. The IP recorded in the config.g was different than the IP that came up when entering the
                            M552 command.

                            Do I always have to go thru YAT to get to DWC or should it come up when the Duet is powered on??

                            1 Reply Last reply Reply Quote 0
                            • fcwiltundefined
                              fcwilt
                              last edited by

                              Hi,

                              Read about M552 a little more closely.

                              Notice:

                              "On the Duet 2 WiFi running firmware 1.19 and later, the IP address is set in the M587 command when you configure the access point details."

                              Once you get the WiFi configured correctly it is saved in the WiFi hardware "flash" memory and you can connect any time you power/reset the Duet.

                              Frederick

                              Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                              1 Reply Last reply Reply Quote 0
                              • spudaddictundefined
                                spudaddict @fcwilt
                                last edited by spudaddict

                                @fcwilt Concerning YAT not connecting, what was described above is what happened to me. I opened a second instance of YAT and got connection errors. I also closed all connections and had some issues connecting back again.

                                1 Reply Last reply Reply Quote 0
                                • spudaddictundefined
                                  spudaddict
                                  last edited by

                                  I am having this same issue:
                                  Duet 2 WIFI running 2.03 suite of firmware and drivers from github
                                  Made it through Step 8 in the "Getting Connected to your Duet" guide
                                  Connection to YAT works great
                                  Connection to Pronterface works great
                                  M552 returns:
                                  ok
                                  WiFi module is connected to access point SkyNet Guest, IP address 192.168.0.192
                                  My tp-link router shows a wireless client at the 192.168.0.192 address but cannot identify it. (shows a "*" )

                                  I am clearly set up and connected, but I get the "can't reach this page" error every time. (I've tried both the IP address and the duettest.local routes)

                                  fcwiltundefined Danalundefined 2 Replies Last reply Reply Quote 0
                                  • fcwiltundefined
                                    fcwilt @spudaddict
                                    last edited by

                                    @spudaddict said in Cannot connect to DWC Simple fix??:

                                    WiFi module is connected to access point SkyNet Guest, IP address 192.168.0.192

                                    The "Guest" part suggests to me that it is configured for client isolation. Which means a WiFi device connected using that SSID can see the Internet but nothing else on the local network. And nothing else on the local network can see the device.

                                    Frederick

                                    Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                                    1 Reply Last reply Reply Quote 1
                                    • Danalundefined
                                      Danal @spudaddict
                                      last edited by

                                      @spudaddict said in Cannot connect to DWC Simple fix??:

                                      WiFi module is connected to access point SkyNet Guest, IP address 192.168.0.192

                                      Can you ping 192.168.0.192 from the PC where you are attempting to connect a browser?

                                      Delta / Kossel printer fanatic

                                      1 Reply Last reply Reply Quote 1
                                      • T3P3Tonyundefined
                                        T3P3Tony administrators
                                        last edited by

                                        You could try setting the Duet WiFi up in access point mode to check that it's definitely your network. I agree through it sounds like the Guest segment of your network could be restricting access.

                                        www.duet3d.com

                                        1 Reply Last reply Reply Quote 0
                                        • AMPMAKERundefined
                                          AMPMAKER
                                          last edited by

                                          Thanks to all that helped get us connected. Configuring the access was the final answer to
                                          getting connected. Now I can turn on the Duet board and it will find our wifi.
                                          Now on to the next hurdle, to actually configure the setting to this printer.
                                          When I re-load the config.g to the board with the new setting will this stage of connection be lost.

                                          Maybe this should go to a new discussion.
                                          I have hard wired all the motors, five in all two extruder motors. Optical limit switches and heaters ect.
                                          I also have a Panel Duet 5i. I get no response from the panel, but I guess that is because I have not configured
                                          and uploaded the new parameters. Still new to setting this up so should the old Config.g file be saved before
                                          loading a new one? Does any on have a config file for a JGAurora A8 printer?

                                          Mark

                                          fcwiltundefined 1 Reply Last reply Reply Quote 0
                                          • fcwiltundefined
                                            fcwilt @AMPMAKER
                                            last edited by

                                            @AMPMAKER said in Cannot connect to DWC Simple fix??:

                                            Configuring the access was the final answer to getting connected.

                                            Hi,

                                            What exactly do you mean by that?

                                            Thanks.

                                            Frederick

                                            Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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