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

    connect problem..

    Scheduled Pinned Locked Moved
    Duet Web Control
    4
    6
    205
    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.
    • MRJEONundefined
      MRJEON
      last edited by

      When I type the IP address to access duet wifi web control, it does not come out. What is the problem?

      m122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 2.05.1 running on Duet WiFi 1.02 or later
      Board ID: 08DLM-996RU-N85S4-7JTD8-3S46R-9VBVP
      Used output buffers: 5 of 24 (5 max)
      === RTOS ===
      Static ram: 25712
      Dynamic ram: 93020 of which 0 recycled
      Exception stack ram used: 256
      Never used ram: 12084
      Tasks: NETWORK(ready,1304) HEAT(blocked,912) MAIN(running,3752) IDLE(ready,160)
      Owned mutexes:
      === Platform ===
      Last reset 00:00:39 ago, cause: software
      Last software reset time unknown, reason: Heat task stuck, spinning module GCodes, available RAM 11680 bytes (slot 2)
      Software reset code 0x00a3 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0043380f BFAR 0xe000ed38 SP 0x200049d4 Task 0x4e49414d
      Stack: 004486cf 0042a316 21000000 3f800000 00000000 00000000 00000000 3331bb4c 40000000 3f317200 b5ddea0e 388aa908 bb35fe81 00000000 00000000 00000000 3f800000 3f800000 3f800000 20000010 0042a2f1 000000c1 20007fd8
      Error status: 0
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest block write time: 0.0ms, max retries 0
      MCU temperature: min 34.6, current 35.1, max 35.3
      Supply voltage: min 1.6, current 1.7, max 1.8, 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 60467111
      Slowest loop: 99.59ms; fastest: 0.05ms
      I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
      === Move ===
      Hiccups: 0, FreeDm: 160, MinFreeDm: 160, MaxWait: 0ms
      Bed compensation in use: none, comp offset 0.000
      === DDARing ===
      Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0
      === 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: 1.27ms; 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 idle
        Failed messages: pending 0, notready 0, noresp 0
        WiFi firmware version 1.23
        WiFi MAC address ec:fa:bc:5b:45:b7
        WiFi Vcc 3.36, reset reason Turned on by main processor
        WiFi flash size 4194304, free heap 30176
        Socket states: 0 0 0 0 0 0 0 0
        ok
        m122 p104
        Testing SD card write speed...
        SD write speed for 10.0Mbyte file was 2.59Mbytes/sec
        ok
        m22
        SD card 0 may now be removed
        ok
        m21
        SDHC card mounted in slot 0, capacity 7.95Gb
        ok
        m122 p104
        Testing SD card write speed...
        SD write speed for 10.0Mbyte file was 2.39Mbytes/sec
        ok
        m587
        Remembered networks:
        TNCAPF318D9 IP=192.168.1.24 GW=0.0.0.0 NM=0.0.0.0
        clane IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0
        ok
      Phaedruxundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk
        last edited by

        What do you mean it does not come out?
        What error is displayed in your web browser?

        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
        • MRJEONundefined
          MRJEON
          last edited by

          I cannot enter the web browser.

          1 Reply Last reply Reply Quote 0
          • PCRundefined
            PCR
            last edited by

            @MRJEON which sofware have you used to enter the M587 command?
            have you done a M552 S1 after the M587?

            1 Reply Last reply Reply Quote 0
            • jay_s_ukundefined
              jay_s_uk
              last edited by

              if its an issue actually getting the web browser (i.e. chrome, firefox etc) working on your computer then we may be able to help you but thats beyond our remit.

              If its an issue trying to load duet web control (DWC - the duet web interface) then a little more information is needed.
              What error is being displayed? Does it say host unreachable? Is it timing out? Does it say the connection is rejected? Does it say the www files aren't present on the SD card?

              Please give us more information or even a screenshot of what you see, otherwise we can only speculate to the issue.

              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
              • Phaedruxundefined
                Phaedrux Moderator @MRJEON
                last edited by

                @MRJEON said in connect problem..:

                When I type the IP address

                How did you get the IP address?
                Can you ping that IP address?

                Z-Bot CoreXY Build | Thingiverse Profile

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