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

    The reason is that the M 587 command is too long

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    678
    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.
    • PICHANDESUundefined
      PICHANDESU
      last edited by

      The following error appears.
      Executing config.g … Error: G-Code buffer 'daemon' length overflow

      The reason is that the M 587 command is too long.

      M587 S"MyNetgwork----" P"longpassword--------------------" I192.168.1.121 J192.168.1.1 K255.255.255.0

      Splitting and sending M587 commands does not seem to be effective.
      exp)
      M587 S"MyNetgwork----"
      M587 P"longpassword--------------------"
      M587 I192.168.1.121
      M587 J192.168.1.1
      M587 K255.255.255.0

      Is there a way to split commands and send them?

      FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.20RC1 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-12-08

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

        Currently there is no way to split the command. I will increase the maximum command length in 1.20RC2, or else allow the command to be split. How many characters long is the command line that you want to use?

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

          Thank you for your support.
          The required number of characters is 102 characters, but it is OK if you have a little more than 110 characters to see the margin.

          Please allow commands to be split.

          1 Reply Last reply Reply Quote 0
          • gowenundefined
            gowen
            last edited by

            That would explain a problem I was having. My WiFi key is 41 characters long. I set up a second access point with a shorter ssid and key. Time to upgrade to 1.20 I think.

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

              I increased the maximum command length to 160 characters in the 1.20RC2 builds for the generation 2 Duets.

              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
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA