Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    network problem

    Firmware installation
    4
    9
    641
    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.
    • gideon
      gideon last edited by

      Hi, I have a question about the network settings of the duet
      I have the

      Firmware Name: RepRapFirmware for Duet 2 WiFi / Ethernet
      Firmware Electronics: Duet WiFi 1.02 or later
      Firmware Version: 2.01 (RTOS) (2018-07-26b2)
      WiFi Server Version: 1.21RC4 (08b3)

      I put this in config.g
      M550 PHevo gideon; Set machine name
      M551 P ******; Set password
      M552 S1 P192.168.0.35
      M553 P255.255.255.0
      M554 P192.168.0.1

      I have only ever put another ip in the beginning, via telnet or usb.
      now he does not want to use the ip 192.168.0.35 via the config.g
      what I overlook
      thank you in advance

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

        As explained at https://duet3d.dozuki.com/Wiki/Gcode#Section_M552_Set_IP_address_enable_disable_network_interface the P parameter in the M552 command is for boards with an Ethernet interface only. On the Duet WiFi the IP address may need to depend on which network you connect to, so it is included in the m587 parameters.

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

          @dc42 said in network problem:

          @dc42 thank you for the explanation i'm going to try, would like to have a static ip address on the duet wifi,
          try to come out with the explanation from you

          1 Reply Last reply Reply Quote 0
          • gideon
            gideon last edited by

            @dc42
            I have now put this in config.g but my ip address remains at 192.168.0.50
            do I still forget something?
            ; Network
            M550 PHevo gideon; Set machine name
            M551 PgIdeonO4; Set password
            M552 S1; Enable network
            M587 S "gidbeneden" P "0118471596" I192.168.0.35 J192.168.0.1 K255.255.255.0; Configure access point and IP addresses. You can delete this line once connected
            M586 P0 S1; Enable HTTP
            M586 P1 S1; Enable FTP
            M586 P2 S1

            dc42 1 Reply Last reply Reply Quote 0
            • fcwilt
              fcwilt last edited by

              Hi,

              When I need a device to have an unchanging IP address I use a "reservation" in the DHCP server.

              In many residential situations the DHCP server is part of the "router" which provides access to your Internet service and provides the WiFi network to your home.

              A reservation is simply of way of telling the DHCP server that when a certain device (identified by its hardware MAC address) "asks" for a IP address to always give that device a specific, unchanging address which you get to specify when you setup the reservation.

              Frederick

              Printers: A FT-5 with the 713 upgrade bits. A custom MarkForged style. A small Utilmaker style and a CoreXY from kits. Various hotends. All with a variety of Duets (2 and 3) running 3.3.0

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

                @gideon said in network problem:

                WiFi Server Version: 1.21RC4 (08b3)

                I notice you're using the release candidate of the wifi server firmware. Might be a good idea to update to the full release.

                Z-Bot CoreXY Build | Thingiverse Profile

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

                  @gideon said in network problem:

                  @dc42
                  I have now put this in config.g but my ip address remains at 192.168.0.50
                  do I still forget something?

                  Your M587 line looks OK to me, however M587 doesn't work within config,g. Send that command manually or from a macro file after the printer has started instead.

                  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

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

                    @phaedrux that is not the WiFi server version, he did this with other versions as well

                    1 Reply Last reply Reply Quote 0
                    • gideon
                      gideon @dc42 last edited by

                      @dc42 Okay thanks then we're going to put it in a marco

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