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

    DWC displaying text only

    Scheduled Pinned Locked Moved
    General Discussion
    3
    26
    837
    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.
    • brianundefined
      brian @brian
      last edited by

      @brian are the number of replies limited??

      brianundefined 1 Reply Last reply Reply Quote 0
      • brianundefined
        brian @brian
        last edited by brian

        @brian Ok, i replaced all the www files on the sd card, but this has not made a difference. (that is on the new sd card)

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

          Can you connect via USB terminal like YAT and send M122 and share the results here?

          Z-Bot CoreXY Build | Thingiverse Profile

          brianundefined 1 Reply Last reply Reply Quote 0
          • brianundefined
            brian @Phaedrux
            last edited by

            @phaedrux It doesnt seem to connect via yat. When checking Device Manager by pressing Windows Key + R and type devmgmt.msc, i dont see Duet listed, i've tried all usb port on the pc and none effect device manager. I have followed instructions in Getting Connected to your Duet but still no response when sending commands in yat.

            brianundefined 1 Reply Last reply Reply Quote 0
            • brianundefined
              brian @brian
              last edited by

              @brian have now succeeded in connecting to yat. will advise progress.

              brianundefined 1 Reply Last reply Reply Quote 0
              • brianundefined
                brian @brian
                last edited by

                @brian M112 results

                Emergency Stop! Reset the controller to continue.ok
                RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.02(RTOS) dated 2018-12-24b1

                Executing config.g...Error: Bad command: ++
                HTTP is enabled on port 80
                FTP is disabled
                TELNET is disabled

                Done!
                RepRapFirmware for Duet 2 WiFi/Ethernet is up and running.
                WiFi module started
                WiFi module is connected to access point TELUS008

                jay_s_ukundefined brianundefined 2 Replies Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @brian
                  last edited by

                  @brian M122 not M112

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  1 Reply Last reply Reply Quote 0
                  • brianundefined
                    brian @brian
                    last edited by brian

                    @brian Final result after completing the connecting instructions, and still cant get DWC on pc.

                    M112<CR>
                    M112
                    M112
                    Emergency Stop! Reset the controller to continue.ok
                    RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.02(RTOS) dated 2018-12-24b1

                    Executing config.g...Error: Bad command: ++
                    HTTP is enabled on port 80
                    FTP is disabled
                    TELNET is disabled

                    Done!
                    RepRapFirmware for Duet 2 WiFi/Ethernet is up and running.
                    WiFi module started
                    WiFi module is connected to access point TELUS008
                    M115 S-1
                    FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.02(RTOS) ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2018-12-24b1
                    ok
                    M552 S-0
                    ok
                    WiFi module is idle
                    M552 S-0
                    ok
                    M552
                    WiFi module is idle
                    ok
                    M587 S"TELUSxx87" P"5n6w6xxxcc"
                    ok
                    M552 S1
                    ok
                    WiFi module is connected to access point TELUS0087, IP address 192.168.1.66

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

                      Send M122 please.

                      And can you share your config.g?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      brianundefined 1 Reply Last reply Reply Quote 0
                      • brianundefined
                        brian @Phaedrux
                        last edited by

                        @phaedrux yes

                        ++;MY update june 16 2018 for pellet extruder
                        ; Configuration file for Duet WiFi (firmware version 2.0) Wifi not working, z endstop not working
                        ; executed by the firmware on start-up
                        ;
                        ; generated by RepRapFirmware Configuration Tool on Tue Jun 20 2017 17:30:36 GMT-0700 (Pacific Daylight Time)

                        ; General preferences***********************
                        M111 S0 ; Debugging off
                        G21 ; Work in millimetres
                        G90 ; Send absolute coordinates...
                        M83 ; ...but relative extruder moves
                        M555 P2 ; Set firmware compatibility to look like Marlin
                        M208 X0 Y0 Z0 S1 ; Set axis minima
                        M208 X420 Y430 Z650 S0 ; Set axis maxima
                        M564 H0 ; must be here to allow movements before homing ...wtf

                        ; Endstops -my not working model******************
                        ;M574 X1 Y1 S1 ; Define active high microswitches took out Z1 maybe cant have both-nope
                        ;M558 P1 X0 Y0 Z1 H-3 F320 T5000 R0 ; smart IR Z probe, used for homing Z axis only, dive height 3mm, probe speed 200mm/min, travel speed ;5000mm/min, no recovery time
                        ;M557 X25:175 Y25:175 S25 ; Define mesh grid
                        ;G31 P500 X0 Y0 Z not here; Set Z probe trigger value, offset and trigger height HIGHER numbers moves bed CLOSER to nozzle-well it used to, nothing
                        ;G30 ;does move bed up to trigger height* try z-2 or something-didnt home didnt go up

                        ; Endstops -T3P3Tony****************************
                        ;
                        ; Set Z height from build plate*********************

                        M574 X1 Y1 S1 ; try remove Z0-didnt help, try Y2 flipped wires and work, now x not working trying X2
                        M558 P1 H3 F200 T1000 ;smart IR Z probe, (H)dive height 3mm, probe speed 200mm/min, travel speed 5000mm/min travel speed was 5000 testing at 1000
                        G31 X0 Y0 Z0.4 P500 ; *****1.20 for 0.4 nozzle 2.0 for 0.9 HIGHER num puts bed CLOSER to nozzle! 1/1/21
                        ;setting z height, command bed up to nozzle, run G92 Z0, set z to 0 in above line, repeat then run M114 to get offset

                        ; Drives*********************************************
                        M569 P0 S1 ; Drive 0 goes forwards
                        M569 P1 S1 ; Drive 1 goes forwards
                        M569 P2 S1 ; Drive 2 goes forwards
                        M569 P3 S1 ; Drive 3 goes forwards; **below set microstepping to 64 from 128 now next line reduce steps by half x1272 y1284 z 6400-which worked!!!!
                        M350 X32 Y32 Z16 E32 I0 ; Configure microstepping without interpolation---below line was Z3200 Z3500=10% too much
                        by measuring 100mm with yardstick 3150 appears exactly correct!

                        ; STEPS **************************************

                        M92 X322.5 Y322.5 Z1307.8 E1300 ; ** (247 recreus E w/1.8 stepper, 500 for 0.9 stepper)(x636 642-1.8 steppers) 1360-dyze pro E-steps per mm trying y645 to correct printed(Z 3200 for 1,8 steppers try 5100 for 0.9 z,sy 2020 added 30 to 5100 to try reduce nozzle drag) 642 change for x y 5130 z (e1143 worked good for 1.0 LH), (e4000 good for 0.4LH) and (e1250 try 1750 too much for 0.6 LH) (try 700 for 0,9 Nozzle

                        M566 X100 Y100 Z100 E50 ; Set maximum instantaneous speed changes (mm/min); I changed from 900 x y (@12 prints very slowly)june 1 2018 120 z400 original ju27 2021 reduced E60 to E50
                        M203 X4800 Y4800 Z200 E1000 ; Set maximum speeds (mm/min)
                        M201 X600 Y600 Z100 E100 ; Set accelerations (mm/s^2) ; I changed from 1000 x y to 300 and now 200 and now lets try 300 june1 2018 Oct 600 xy 600

                        ;POWER ******************

                        M906 X855 Y855 Z1800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent *** tried 2000 works great but gets really hot 1800 hot, 1700 skips
                        M84 S30 ; Set idle timeout

                        ; Heaters
                        M143 S300 ; Set maximum heater temperature to 300C
                        M140 H-1 ; Disable heated bed
                        ;M305 P1 X201 ; (board v0.4)
                        M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
                        M305 P2 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 2
                        M307 H1 A350 C500 D50 B1; I added this line for pellet extruder C500 gives more timeout time; re-ativated as too many timeouts

                        ; Tools
                        M563 P0 D0 H1 ; Define tool 0
                        G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
                        G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

                        ; Network
                        M550 PBRIAN'S Build 2 ; Set machine name
                        M552 S1 ; Enable network
                        ; Access point is configured manually via M587 by the user
                        M586 P0 S1 ; Enable HTTP
                        M586 P1 S0 ; Disable FTP
                        M586 P2 S0 ; Disable Telnet

                        ; Fans changed p1 and p2 to S0 from S1 to see if they will work
                        M106 P1 S0 I0 F500 H1 T50 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
                        M106 P1 S0 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
                        M106 P2 S0 I0 F500 H1 T50 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

                        ; Miscellaneous
                        T0 ; Select first tool

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

                          @brian said in DWC displaying text only:

                          ++;MY update june 16 2018 for pellet extruder

                          You've got a ++ before the ; for the comment which is causing that bad command error.

                          Executing config.g...Error: Bad command: ++

                          @brian said in DWC displaying text only:

                          @brian Ok, i replaced all the www files on the sd card, but this has not made a difference. (that is on the new sd card)

                          What version of DWC files did you use? You'd need to match the files to your firmware version.

                          @brian said in DWC displaying text only:

                          RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.02(RTOS) dated 2018-12-24b1

                          It looks like you're on 2.02 which is quite old now.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          brianundefined 1 Reply Last reply Reply Quote 0
                          • brianundefined
                            brian @Phaedrux
                            last edited by

                            @phaedrux said in DWC displaying text only:

                            version of DWC files

                            Have deleted the ++ in config.g

                            Version of DWC files; not sure version, but dated 2018, i think from when i installed the firmware, should be same install

                            Is 3.3 the latest and can i update just by copying files to sdcard?

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

                              For firmware 2.02 I think you'd want to use these DWC files.

                              https://github.com/Duet3D/RepRapFirmware/releases/download/2.02/DuetWebControl-1.22.6.zip

                              Updating to 3.3 would take a bit more doing. Let's see if we can resolve the DWC displaying correctly first.

                              Can you send M122 and post the results? Not M112.

                              Z-Bot CoreXY Build | Thingiverse Profile

                              brianundefined 1 Reply Last reply Reply Quote 0
                              • brianundefined
                                brian @Phaedrux
                                last edited by

                                @phaedrux agree, fix this first.

                                M122 Diagnostic RepRepFirmware for duet 2
                                WiFi/Ethernet version 2.20(RTOS)running on Duet
                                WiFi 1.02 or later Board ID: then the id number

                                brianundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
                                • brianundefined
                                  brian @brian
                                  last edited by

                                  @brian updated www files from your link. no change

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

                                    @brian said in DWC displaying text only:

                                    M122 Diagnostic RepRepFirmware for duet 2
                                    WiFi/Ethernet version 2.20(RTOS)running on Duet
                                    WiFi 1.02 or later Board ID: then the id number

                                    That's all that comes with it? There should be a longer diagnostic report.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    brianundefined 1 Reply Last reply Reply Quote 0
                                    • brianundefined
                                      brian @Phaedrux
                                      last edited by

                                      @phaedrux i just got that from Panel Due, i will run Yat and see. BTW heres screenshot of my Home Router showing the ip address when i turn on printer.
                                      Home Network showing 66 is printer.jpg

                                      brianundefined 1 Reply Last reply Reply Quote 0
                                      • brianundefined
                                        brian @brian
                                        last edited by

                                        @brian

                                        RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.02(RTOS) dated 2018-12-24b1

                                        Executing config.g...Error: Bad command: ++
                                        HTTP is enabled on port 80
                                        FTP is disabled
                                        TELNET is disabled

                                        Done!
                                        RepRapFirmware for Duet 2 WiFi/Ethernet is up and running.
                                        WiFi module started
                                        WiFi module is connected to access point TELUS008
                                        M122
                                        === Diagnostics ===
                                        RepRapFirmware for Duet 2 WiFi/Ethernet version 2.02(RTOS) running on Duet WiFi 1.02 or later
                                        Board ID: 08DGM-956GU-DGMSN-6JKF2-3S86Q-TBRRH
                                        Used output buffers: 1 of 20 (4 max)
                                        === RTOS ===
                                        Static ram: 25524
                                        Dynamic ram: 98480 of which 0 recycled
                                        Exception stack ram used: 288
                                        Never used ram: 6780
                                        Tasks: NETWORK(ready,1428) HEAT(blocked,1232) MAIN(running,3844) IDLE(ready,200)
                                        Owned mutexes:
                                        === Platform ===
                                        Last reset 00:00:36 ago, cause: power up
                                        Last software reset time unknown, reason: Unknown, spinning module Platform, available RAM 6408 bytes (slot 1)
                                        Software reset code 0x00b0 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0042380f BFAR 0xe000ed38 SP 0x20001ef4 Task 0x5754454e
                                        Stack: 004450eb 00446c74 01000000 00000001 0040607f 200187cc a5a5a501 a5a5a5a5 20018a58 00000000 00000001 00000001 200099bc a5a5a5a5 a5a5a5a5 a5a5a5a5 00407a81 00000000 00000000 20001f48 00000014 3fff0300 00000000
                                        Error status: 0
                                        Free file entries: 10
                                        SD card 0 detected, interface speed: 12.0MBytes/sec
                                        SD card longest block write time: 0.0ms, max retries 0
                                        MCU temperature: min 33.2, current 35.9, max 35.9
                                        Supply voltage: min 0.2, current 0.4, max 0.6, under voltage events: 0, over voltage events: 0, power good: no
                                        Driver 0: ok, SG min/max not available
                                        Driver 1: ok, SG min/max not available
                                        Driver 2: ok, SG min/max not available
                                        Driver 3: ok, SG min/max not available
                                        Driver 4: ok, SG min/max not available
                                        Date/time: 1970-01-01 00:00:00
                                        Cache data hit count 114777159
                                        Slowest loop: 1.08ms; fastest: 0.06ms
                                        I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0
                                        === Move ===
                                        Hiccups: 0, StepErrors: 0, LaErrors: 0, FreeDm: 240, MinFreeDm: 240, MaxWait: 0ms, Underruns: 0, 0
                                        Scheduled moves: 0, completed moves: 0
                                        Bed compensation in use: none
                                        Bed probe heights: 0.000 0.000 0.000 0.000 0.000
                                        === Heat ===
                                        Bed heaters = -1 -1 -1 -1, chamberHeaters = -1 -1
                                        Heater 1 is on, I-accum = 0.0
                                        === GCodes ===
                                        Segments left: 0
                                        Stack records: 1 allocated, 0 in use
                                        Movement lock held by null
                                        http is idle in state(s) 0
                                        telnet is idle in state(s) 0
                                        file is idle in state(s) 0
                                        serial is ready with "M122" in state(s) 0
                                        aux is idle in state(s) 0
                                        daemon is idle in state(s) 0
                                        queue is idle in state(s) 0
                                        autopause is idle in state(s) 0
                                        Code queue is empty.
                                        === Network ===
                                        Slowest loop: 15.74ms; fastest: 0.00ms
                                        Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
                                        HTTP sessions: 0 of 8

                                        • WiFi -
                                          Network state is running
                                          WiFi module is connected to access point
                                          Failed messages: pending 0, notready 0, noresp 0
                                          WiFi firmware version 1.23
                                          WiFi MAC address 84:0d:8e:b2:37:d2
                                          WiFi Vcc 3.45, reset reason Turned on by main processor
                                          WiFi flash size 4194304, free heap 24256
                                          WiFi IP address 192.168.1.66
                                          WiFi signal strength -32dBm, reconnections 0, sleep mode modem
                                          Socket states: 0 0 0 0 0 0 0 0
                                          ok
                                        Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                        • Phaedruxundefined
                                          Phaedrux Moderator @brian
                                          last edited by

                                          @brian said in DWC displaying text only:

                                          SD card 0 detected, interface speed: 12.0MBytes/sec

                                          Thanks. 12MB/s would indicate there is a problem with the SD card interface. It should be 20MB/s for the Duet 2.

                                          When and where did you purchase the Duet? Firmware version 2.02 would indicate it's a bit old?

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          brianundefined 1 Reply Last reply Reply Quote 0
                                          • brianundefined
                                            brian @Phaedrux
                                            last edited by brian

                                            @phaedrux I purchased it a couple years ago, my second, as the first had many problems. I got it from Spool3D in canada, it is listed as a supplier on the duet3d site.

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