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

    Duet 3 hc6 firmware '''issues''

    Scheduled Pinned Locked Moved
    Firmware installation
    4
    67
    2.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.
    • A Former User?
      A Former User
      last edited by

      can you confirm the filesytem is fat32?

      or connect to your duet with usb cable so we can run some commands in a terminal?

      (but i do suspect the card is okay, if you're getting an ip address and a response from the duet it should have read your config.g file)

      1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User
        last edited by

        Yes i did format the system as fat32

        1 Reply Last reply Reply Quote 0
        • A Former User?
          A Former User
          last edited by

          and i can run commeands via usb no problem

          1 Reply Last reply Reply Quote 0
          • A Former User?
            A Former User
            last edited by A Former User

            Is this things even connected properly?
            -The SD card is in the SD card slot.
            -USB is connected.
            -Ethernet cable is connected.
            -The duet is only powered vai the usb cable, dont have a laptop and am not gonna rist a groundloop.
            -Printter is fully asembled, only disconected PSU to avoid a posible surge, PSU is not connected to outlet.

            -FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_VERSION: 3.0beta12 ELECTRONICS: Duet 3 MB6HC FIRMWARE_DATE: 2019-11-02b1, note i did not find a coresponding version of duetwebcontroll.
            version of webcontroll the SD card is 2.04

            What now?

            1 Reply Last reply Reply Quote 0
            • A Former User?
              A Former User
              last edited by

              M20 P/www in the usb termimal should give some insight as to why it cant fine the web interface.

              1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User
                last edited by

                @bearer said in Duet 3 hc6 firmware '''issues'':

                M20 P/www

                M20 P/www
                Begin file list
                NONE
                End file list
                ok

                droftartsundefined 1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User
                  last edited by

                  well, that explains it; according to the duet the www folder is empty.

                  Duet Web Control 2.0.4 is the correct version for IRMWARE_VERSION: 3.0beta12 but it seems the files are not placed correctly.

                  can you put the SD card in your computer and run tree /f d:\ from a command line if you're using windows (change d:\ to the drive that is your SD card) and compare to what I posted earlier; and make it match if not.

                  if the card has more than one partition, pay attention to using the first one or format the card using the https://www.sdcard.org/downloads/formatter/ tool and copy the files over again.

                  hopefully that'll help or someone else can assist you as i'm off for a bit.

                  1 Reply Last reply Reply Quote 0
                  • droftartsundefined
                    droftarts administrators @A Former User
                    last edited by

                    @Torppa You haven't put the DWC files in the www folder, then. Download DuetWebControl-SD.zip from https://github.com/chrishamm/DuetWebControl/releases/tag/2.1.1 , unzip it and copy files into the www folder (if they're not already in one to just copy across).

                    Setting up the SD card is exactly the same on Duet 3 standalone as on Duet 2. See https://duet3d.dozuki.com/Wiki/SD_Card and https://duet3d.dozuki.com/Wiki/Firmware_Overview#Section_SD_card_structure

                    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
                    • A Former User?
                      A Former User
                      last edited by

                      M20 P/www
                      Begin file list
                      favicon.ico
                      index.html
                      css
                      fonts
                      js
                      End file list
                      ok

                      Had to format it, it had 7 partitions for some reason.

                      droftartsundefined 1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User
                        last edited by

                        Now i got to the duet webcontroll page.

                        1 Reply Last reply Reply Quote 0
                        • droftartsundefined
                          droftarts administrators @A Former User
                          last edited by

                          @Torppa said in Duet 3 hc6 firmware '''issues'':

                          Had to format it, it had 7 partitions for some reason.

                          Often Windows 'Quick' format does strange things to SD cards. Using the SD formatting tool is best.

                          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
                          • A Former User?
                            A Former User
                            last edited by

                            Now the thing randomly looses connection webcontroll and crashes cant change the IP to a statick one since it crashes intantly when i try i.

                            1 Reply Last reply Reply Quote 0
                            • A Former User?
                              A Former User
                              last edited by

                              Well this is just Nice...

                              After crashing

                              M20 P/www
                              Begin file list
                              NONE
                              End file list
                              ok

                              Windows does not regognize sd card at all.

                              droftartsundefined 1 Reply Last reply Reply Quote 0
                              • droftartsundefined
                                droftarts administrators @A Former User
                                last edited by

                                @Torppa How are you trying to change to the IP address? Through the DWC? Ideally, do it via YAT over USB, because you connect to DWC via an IP address! So if you change the IP address, you'll no longer connect.

                                Realistically, you should connect via YAT, disable networking with M552 S0, then send M552 Pxxx.xxx.xxx.xxx S1, where xxx.xxx.xxx.xxx is the IP address you want to set. Alternatively, write this into the config.g in place of M552 P0.0.0.0 S1 that is there at the moment.

                                As for the erase of the SD card, make sure it is fully inserted. If you have removed it, then reinserted it, while the Duet is on, it may not mount the SD card unless you send M21.

                                Though if Windows is not recognising it, it's possible you removed it or powered down the Duet in the middle of a write, or the SD card itself is faulty, or has somehow got zapped, and has got corrupted. Usually the best resolution is to reformat it with the SD formatter utility, and put the files back on.

                                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

                                A Former User? 1 Reply Last reply Reply Quote 0
                                • A Former User?
                                  A Former User @droftarts
                                  last edited by

                                  @droftarts

                                  Tried to do this, how ever routter does not regognize it after i try to fidle with the IP.

                                  This is so frustrating.

                                  droftartsundefined 1 Reply Last reply Reply Quote 0
                                  • droftartsundefined
                                    droftarts administrators @A Former User
                                    last edited by

                                    @Torppa Then it may be down to your router. It's against 'best practice' to set the ip address static within the address range that the router normally provides DHCP addresses. I don't know that any router actively rejects a static address in it's DHCP range, but it might.

                                    A bit more information, like how you're actually trying to do this, or the copy the commands you are trying to use from the YAT, may help diagnose the issue. Get it working with DHCP again, send M552, then set the static IP address to the address that DHCP has given it.

                                    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
                                    • A Former User?
                                      A Former User
                                      last edited by

                                      Cant get that far anymore, the sd card is again not regognized.

                                      A Former User? 1 Reply Last reply Reply Quote 0
                                      • A Former User?
                                        A Former User
                                        last edited by

                                        intermittent connections issues could indicate IP conflict.

                                        could you run route printin your computer (it will tell us about he network in your computer).

                                        then M540 and M552on the Duet (in the serial/usb terminal)

                                        this should give us something to start working with to find out whats causing the issue.

                                        A Former User? 1 Reply Last reply Reply Quote 0
                                        • A Former User?
                                          A Former User @A Former User
                                          last edited by

                                          @Torppa said in Duet 3 hc6 firmware '''issues'':

                                          the sd card is again not regognized.

                                          hmm, include M20 and M122from the Duet's terminal please.

                                          1 Reply Last reply Reply Quote 0
                                          • A Former User?
                                            A Former User
                                            last edited by

                                            Begin file list<LF>NONE<LF>End file list<LF>ok<LF>
                                            M122
                                            === Diagnostics ===<LF>RepRapFirmware for Duet 3 MB6HC v0.6 or 1.0 version 3.0beta12 running on Duet 3 MB6HC<LF>Board ID: 08DJM-956L2-G43S4-6J1FL-3SJ6T-186QH<LF>Used output buffers: 1 of 32 (2 max)<LF>=== RTOS ===<LF>Static ram: 122240<LF>Dynamic ram: 171368 of which 0 recycled<LF>Exception stack ram used: 280<LF>Never used ram: 99328<LF>Tasks: orm ===<LF>Last reset 00:02:43 ago, cause: power up<LF>Last software reset at 2020-04-10 16:36, reason: User, spinning module GCodes, available RAM 97552 bytes (slot 3)<LF>Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x04429000 BFAR 0x00000000 SP 0xffffffff Task 0x4e49414d<LF>Error status: 0<LF>Free file entries: 1ent 0.2, max 0.2, under voltage events: 0, over voltage events: 0, power good: no<LF>12V rail voltage: min 0.1, current 0.2, max 0.2, under voltage events: 0<LF>Driver 0: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0<LF>Driver 1: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0<LF>Driver 2: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0<LF>Driver 3: ok, reads 0, writes[Warning: Maximal number of bytes per line exceeded! Check the EOL (end-of-line) settings or increase the limit in the advanced terminal settings.]

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