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

    Duet CNC Pendant

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    2
    5
    276
    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.
    • Nightowlundefined
      Nightowl
      last edited by

      I'm using this pendant to jog my CNC, but the connection is somewhat intermittent, when first starting the CNC.

      I have noticed, however, that when the pendant connects to the controller (via an app on my Surface Pro) it reports a connection via Telnet port 23.

      Would it be appropriate to enable this port in the config.g file, e.g:

      ; Configuration file
      M453			; set machine to CNC mode
      G90                     ; send absolute coordinates...
      M83                     ; ...but relative extruder moves
      M550 P"Weeble"		; set printer name
      
      ; Network
      M552 P0.0.0.0 S1        ; enable network and acquire dynamic address via DHCP
      M586 P0 S1              ; enable HTTP
      M586 P1 S0              ; disable FTP
      M586 P2 S1              ; enable Telnet
      

      ...but I'm not sure how to specify the port number, or if I even need to.

      I'm using a Duet3 MB6HC controller, with 3.4.3 firmware installed.

      Thank you

      Few things are more dangerous than taking the advice of someone who thinks he knows what he's doing.
      I'm still on my learning curve, so take everything I say with caution!

      RatRig 1075, Duet3 MB6HC, Sorotec SFM 1000 PV-ER milling motor, Hobbyist

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

        @Nightowl see https://docs.duet3d.com/User_manual/Reference/Gcodes#m586-configure-network-protocols for how to configure the port number, in particular the R parameter.

        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

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

          Thank you, @dc42

          I only remember TCP as being an antiseptic used for gargling, if you had a sore throat, or for small cuts!

          Whoops 😊 😊

          Few things are more dangerous than taking the advice of someone who thinks he knows what he's doing.
          I'm still on my learning curve, so take everything I say with caution!

          RatRig 1075, Duet3 MB6HC, Sorotec SFM 1000 PV-ER milling motor, Hobbyist

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

            @Nightowl the default port number for Telnet is 23 anyway.

            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

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

              Thank you @dc42

              Few things are more dangerous than taking the advice of someone who thinks he knows what he's doing.
              I'm still on my learning curve, so take everything I say with caution!

              RatRig 1075, Duet3 MB6HC, Sorotec SFM 1000 PV-ER milling motor, Hobbyist

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