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

DWC access IP

Scheduled Pinned Locked Moved
Duet Web Control
3
4
577
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
    peirof
    last edited by 24 Feb 2019, 06:27

    Hi,

    since 2 days i cant access to DWC in the established IP in config.g, i have:

    ; Network
    M550 PTLM Duet 2B ; Set machine name
    M587 S"TERRAZAExtender2.4GHZ" P"a1b2c3d4" I192.168.1.200
    M552 S1 ; Enable network
    M586 P0 S1 ; Enable HTTP
    M586 P1 S0 ; Disable FTP
    M586 P2 S0 ; Disable Telnet

    Now, the acces IP to DWC 192.168.1.113, i dont have config-override

    1 Reply Last reply Reply Quote 0
    • undefined
      dc42 administrators
      last edited by 24 Feb 2019, 08:14

      Remove the M587 command from config.g. it should not be in there. The command needs to be sent only once because the details are stored on the WiFi module.

      Send M587 without parameters to list the access points that the WiFi module knows about and the IP addresses it requests.

      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
        peirof
        last edited by peirof 3 Mar 2019, 05:54 3 Mar 2019, 05:50

        i have do some tests....

        how i can force, that Duet connects to one of the networks stored??

        If i send M587, by console, Duet respond with 4 wifi networks, and i d'like connect to one of them.... but it connects to another...

        M587
        Remembered networks:
        TNCAP2FCC19 IP=192.168.1.14 GW=0.0.0.0 NM=0.0.0.0
        DIR869l-2,4 IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0
        DIR869L-2,4 IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0
        TERRAZAExtender2.4GHZ IP=192.168.1.200 GW=0.0.0.

        I d'like to connect to the last.... i have do a macro:

        M552 S0 ;Desactiva el WiFI
        M587 S"TERRAZAExtender2.4GHZ" P"a1b2c3d4" I192.168.1.200 ;Establece el punto de conexion
        M552 S1 ;Activa el WiFi
        M587 ;Guarda los datos de conexion en el modulo Wifi

        but....

        M552
        WiFi module is connected to access point DIR869L-2,4, IP address 192.168.1.112

        Duet connects to another router.....

        1 Reply Last reply Reply Quote 0
        • undefined
          DocTrucker
          last edited by DocTrucker 3 Mar 2019, 06:41 3 Mar 2019, 06:41

          The P parameter of M552 can tell it what network to use from the list previously stored onto the wifi using M587.

          Use M588 to delete networks.

          I've not got a wifi to test this on, just searched the gcode guide: https://duet3d.dozuki.com/Wiki/Gcode

          Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

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