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

    DWC won't open. What am I missing? Solved

    Scheduled Pinned Locked Moved
    General Discussion
    5
    20
    3.5k
    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.
    • 3DPMicroundefined
      3DPMicro
      last edited by

      Sorry for adding to your workload DC. I went through the link you provided. All the correct LEDs are lit, I am connected and the com port is configured with your drivers but shows up as BOSSA. If i send a command through YAT such as M115 or M552 I get no response. Although it was faint I do think there was a slight smell off the board as if something burned. Not there this morning though. I also removed 1.18 firmware from the SD card and added 1.20 but no change.
      Unless you have another idea I will order a new board but have a couple questions
      -since I plugged the TC board in wrong (one set of pins off away from the main processor chip) is there a potential the TC board was damaged?
      -before connecting the new board is it ok to only have the TC board connected and no other components? This board will be used to test motion components for a new printer and only control 1 stepper motor for now.

      Duet controlled Jet Lathe, scratch built micro mill and 3d printer. 1992 Haas VF2 VMC retrofit

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        If it shows up as BOSSA then try to reinstall the firmware using fallback procedure #3 at https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware.

        Yes it is OK to have the TC board connected and no motion components connected.

        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
        • 3DPMicroundefined
          3DPMicro
          last edited by

          Ok. Reestablished communication with the board and have FW 1.20. With the exception of the PanelDue still showing only vertical lines it appears we are back at the original issue. In YAT I have network enabled and running but when I enter duettest.local or the IP address shown in YAT in to the browser address bar I either get a "DNS Error" or "This site cant be reached". FWIW it appears all the DWC files are in the www folder on the SD.

          Edit.
          This is is in addition to the paragraph above from earlier today. I was looking at my SD card structure and it doesnt look exactly the same as here https://duet3d.dozuki.com/Wiki/Firmware_Overview#Section_SD_card_structure
          there were also android folders and a DCIM folder on it which I deleted. Dont know how they got there but they were dated the first day I put the SD card in my PC.
          I posted over on RepRap because that was the easiest way for me to let you see what the structure looks like currently
          http://forums.reprap.org/read.php?416,812013

          Duet controlled Jet Lathe, scratch built micro mill and 3d printer. 1992 Haas VF2 VMC retrofit

          1 Reply Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators
            last edited by

            1. PanelDue: you can try reinstalling the PanelDue firmware. See https://miscsolutions.wordpress.com/paneldue/.

            2. DNS error means that your PC/smartphone/tablet is trying to look the site up in DNS instead of going to it directly. What device and browser are using? You may need to enter http:// explicitly before the IP address to prevent it from trying to use a https connection.

            3. Does the www folder have the same structure as the contents of the DuetWebCobtrol.zip file? i.e. js, css and fonts subfolders, with mostly .gz files inside them and in /www.

            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
            • 3DPMicroundefined
              3DPMicro
              last edited by

              1-
              I will do that

              2-
              I am using a laptop (which has a ethernet port which I have connected to the board with same result), windows 10, chrome browser (tried firefox too). No go on explicitly.

              3-
              it appears the www folder is good. I took a snap shot of it open in the same post on reprap titled- www open
              http://forums.reprap.org/read.php?416,812013,812013#msg-812013.

              Since I am building 2 printers side by side I'm going to go ahead and order the second Duet Ethernet now. I will try to get a better understanding of how this whole network thing works on my end and if still not resolved by the time the board gets here I'll try that one.

              Thanks for your dedicated support

              Duet controlled Jet Lathe, scratch built micro mill and 3d printer. 1992 Haas VF2 VMC retrofit

              1 Reply Last reply Reply Quote 0
              • 3DPMicroundefined
                3DPMicro
                last edited by

                disregard

                Duet controlled Jet Lathe, scratch built micro mill and 3d printer. 1992 Haas VF2 VMC retrofit

                1 Reply Last reply Reply Quote 0
                • 3DPMicroundefined
                  3DPMicro
                  last edited by

                  Can I change the initial 192.168.1.14 IP address that my Duet Ethernet assigned itself? If so, how do I do that? I would like to change it to 192.168.0.xx

                  Duet controlled Jet Lathe, scratch built micro mill and 3d printer. 1992 Haas VF2 VMC retrofit

                  1 Reply Last reply Reply Quote 0
                  • Dougal1957undefined
                    Dougal1957
                    last edited by

                    Yes it is set with the M552 command in the Config.G File

                    1 Reply Last reply Reply Quote 0
                    • 3DPMicroundefined
                      3DPMicro
                      last edited by

                      Since I have yet to open the DWC I can send M552 192.168.1.xx through YAT/USB to set the new IP address?

                      Duet controlled Jet Lathe, scratch built micro mill and 3d printer. 1992 Haas VF2 VMC retrofit

                      1 Reply Last reply Reply Quote 0
                      • dc42undefined
                        dc42 administrators
                        last edited by

                        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:

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

                        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
                        • 3DPMicroundefined
                          3DPMicro
                          last edited by

                          I edited my initial post in this thread with the solution

                          Duet controlled Jet Lathe, scratch built micro mill and 3d printer. 1992 Haas VF2 VMC retrofit

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