Navigation

    Duet3D Logo

    Duet3D

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

    Duet 3 and PC local ethernet connection

    Duet Hardware and wiring
    3
    4
    23
    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.
    • kvi94
      kvi94 last edited by

      Can Duet 3 be connected to a PC via ethernet cable and using DWC as control interface? If yes, what are the required changes?

      Thank you.

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

        Yes it's possible.

        Here's a thread that discusses this configuration.

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

          You would need to manually configure your PC and Duet to have unique IP addresses within the same Subnet.

          Ex: 192.168.0.2 and 192.168.0.3

          Manually configuring the IP address on your PC is pretty easy. Best to google if you're not sure.

          For the Duet, you can specify the IP address in your config.g by editing the M552 command.

          https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M552_Set_IP_address_enable_disable_network_interface

          ex M552 S1 P192.168.0.3

          Then you could access the web interface from the PC browser by using the IP address of the duet in the address bar.

          Also make sure you Duet 3 SD card has the /www folder with all the DWC files as well.

          1 Reply Last reply Reply Quote 0
          • kvi94
            kvi94 @alankilian last edited by

            @alankilian said in Duet 3 and PC local ethernet connection:

            Yes it's possible.

            Here's a thread that discusses this configuration.

            Thanks @alankilian for the link. I went through it before posting, hence I wanted to confirm that the feature would work on duet 3.

            @Phaedrux said in Duet 3 and PC local ethernet connection:

            You would need to manually configure your PC and Duet to have unique IP addresses within the same Subnet.

            Ex: 192.168.0.2 and 192.168.0.3

            Manually configuring the IP address on your PC is pretty easy. Best to google if you're not sure.

            For the Duet, you can specify the IP address in your config.g by editing the M552 command.

            https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M552_Set_IP_address_enable_disable_network_interface

            ex M552 S1 P192.168.0.3

            Then you could access the web interface from the PC browser by using the IP address of the duet in the address bar.

            Also make sure you Duet 3 SD card has the /www folder with all the DWC files as well.

            Thanks @Phaedrux for the modifications and tips.

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