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

diag light on

Scheduled Pinned Locked Moved
Duet Web Control
5
14
828
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.
  • undefined
    tjdehaan
    last edited by 9 Oct 2019, 20:52

    wifi module on and connected but dwc wont work, m558 z probe type 1, yat communicates with board, how do i turn diag light off and return to normal operation

    undefined 1 Reply Last reply 9 Oct 2019, 20:59 Reply Quote 0
    • undefined
      dc42 administrators @tjdehaan
      last edited by dc42 10 Sept 2019, 21:00 9 Oct 2019, 20:59

      The diag LED shares a pin with the Z probe MOD output, so it's normal to be on when you have Z probe mode 1 selected. Mode 3 will turn it off. But it has nothing to do with DWC not working.

      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
      • undefined
        tjdehaan
        last edited by 9 Oct 2019, 21:03

        i was on dwc and hit apply setting then it rebooted and diag light came on and now i cant get on dwc

        1 Reply Last reply Reply Quote 0
        • undefined
          dc42 administrators
          last edited by 9 Oct 2019, 21:05

          I suggest you reconnect using USB and YAT, and send M552 to check that the Duet is still connecting to your router and the IP address hasn't changed.

          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
          • undefined
            tjdehaan
            last edited by 9 Oct 2019, 21:15

            i did m552 and it says wifi module connected to access point ip address is ok

            then i reentered m587 with my loggin and it still will not let me log into dwc

            1 Reply Last reply Reply Quote 0
            • undefined
              tjdehaan
              last edited by 9 Oct 2019, 21:16

              server ip address could not be found

              1 Reply Last reply Reply Quote 0
              • undefined
                tjdehaan
                last edited by 9 Oct 2019, 21:18

                how can i turn z probe to mode 3

                1 Reply Last reply Reply Quote 0
                • undefined
                  Phaedrux Moderator
                  last edited by 9 Oct 2019, 23:45

                  https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Z_probe_modes_selectable_in_firmware

                  Z-Bot CoreXY Build | Thingiverse Profile

                  undefined 1 Reply Last reply 9 Oct 2019, 23:49 Reply Quote 0
                  • undefined
                    tjdehaan @Phaedrux
                    last edited by 9 Oct 2019, 23:49

                    @Phaedrux thank you

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      tjdehaan
                      last edited by 10 Oct 2019, 10:53

                      im connected to my network and ip address is 10.0.0.7 says ok
                      ive done updates to firmware everything seems to be working great , i try to log into duettest.local and i get error message below.
                      everything was working great then suddenly stopped ,no matter what i try nothing works, please help

                      This site can’t be reached duettest.local’s server IP address could not be found.
                      Try:

                      Checking the connection
                      Checking the proxy, firewall, and DNS configuration
                      ERR_NAME_NOT_RESOLVED

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        PaulHew
                        last edited by 10 Oct 2019, 12:08

                        Not teaching you to suck eggs.

                        Have you tried just http://ip address instead of a name?

                        I have just seen a post that Dave has fixed mDNS in 2.04RC3 which is what using a name requires.
                        Personally i just use an ip address.

                        HTH
                        Paul.

                        RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
                        Voron 2.4 disassembled..... Waiting for the RailCore Mini....

                        undefined 1 Reply Last reply 10 Oct 2019, 12:11 Reply Quote 0
                        • undefined
                          droftarts administrators
                          last edited by 10 Oct 2019, 12:09

                          @tjdehaan said in diag light on:

                          i was on dwc and hit apply setting then it rebooted and diag light came on and now i cant get on dwc

                          I'm guessing something you did at this point is causing the network problem, probably an error or typing mistake in your config.g. Please post your config.g so it can be checked for errors. You can do this by sending M503 in YAT, then copy and paste the text to this thread.

                          Then, check your Wifi configuration. In YAT:
                          Send M587 to list the stored WiFi access points.
                          Send M552 to show network connections.
                          Send M586 to check HTTP is enabled.
                          Copy the response to this thread.

                          This will show if the Duet is correctly connected. For example, my Duet Wifi shows:

                          M587
                          Remembered networks:
                          VM596525-2G IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0
                          M552
                          WiFi module is connected to access point VM596525-2G, IP address 192.168.0.4
                          M586
                          HTTP is enabled on port 80
                          FTP is disabled
                          TELNET is disabled

                          If you get this far, then try 'pinging' the Duet. Open a command prompt and type 'ping ' followed by the Duet ip address. For me (on Mac OS) this looks like:

                          ping 192.168.0.4
                          PING 192.168.0.4 (192.168.0.4): 56 data bytes
                          64 bytes from 192.168.0.4: icmp_seq=0 ttl=255 time=2.973 ms
                          64 bytes from 192.168.0.4: icmp_seq=1 ttl=255 time=2.966 ms
                          64 bytes from 192.168.0.4: icmp_seq=2 ttl=255 time=3.318 ms
                          64 bytes from 192.168.0.4: icmp_seq=3 ttl=255 time=3.237 ms
                          64 bytes from 192.168.0.4: icmp_seq=4 ttl=255 time=2.966 ms
                          --- 192.168.0.4 ping statistics ---
                          5 packets transmitted, 5 packets received, 0.0% packet loss
                          round-trip min/avg/max/stddev = 2.966/3.092/3.318/0.154 ms

                          If it looks more like this, it's not finding the Duet, and most likely there's a network problem:

                          ping 192.168.0.50
                          PING 192.168.0.50 (192.168.0.50): 56 data bytes
                          Request timeout for icmp_seq 0
                          Request timeout for icmp_seq 1
                          Request timeout for icmp_seq 2
                          Request timeout for icmp_seq 3
                          ping: sendto: No route to host
                          Request timeout for icmp_seq 4
                          --- 192.168.0.50 ping statistics ---
                          6 packets transmitted, 0 packets received, 100.0% packet loss

                          If you get a good ping response, you should be able to connect to the DWC by using the ip address in your browser. If you don't get a response, most likely the DWC files in the /www folder on the SD card have been corrupted. You'll need to remove the SD card from the Duet and plug it into your PC, and copy a new version of the www folder to the SD card.

                          Finally, if you haven't been able to access the DWC to make changes to config.g, you should have a backup config.g on the Duet SD Card called "config.g.bak". If you remove the SD card from the Duet and plug it into your PC, copy the text from config.g.bak here as well. You could try replacing your config.g with config.g.bak; just change the names on the SD card.

                          Ian

                          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            droftarts administrators @PaulHew
                            last edited by 10 Oct 2019, 12:11

                            @PaulHew said in diag light on:

                            I have just seen a post that Dave has fixed mDNS in 2.04RC3 which is what using a name requires.

                            Duet 2 Wifi has had mDNS support for a long time. It's new in 2.04RC3 for Duet 2 Ethernet and Duet 2 Maestro.

                            Ian

                            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                            1 Reply Last reply Reply Quote 0
                            • undefined
                              tjdehaan
                              last edited by 10 Oct 2019, 23:14

                              thanks everyone for the input, i just got home from work will be working on it , thanks again

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