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

    M409 Empty object

    Scheduled Pinned Locked Moved Solved
    Gcode meta commands
    2
    3
    104
    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.
    • Sivaundefined
      Siva
      last edited by

      Hi,

      I am calling M409 on Duet3 6HC(3.5.0-beta.4+) via serial and getting empty object without any data.

      M409
      {"key":"","flags":"","result":{"boards":[{}],"directories":{},"fans":[{},{},{},{},{},{},{}],"global":{},"heat":{},"inputs":[{},{},{},{},{},{},{},null,null,{},{},{},{},{}],"job":{},"ledStrips":[],"limits":{},"move":{},"network":{},"sensors":{},"seqs":{},"spindles":[{},{},{},{}],"state":{},"tools":[],"volumes":[]}}
      
      ok
      
      

      But sending commands shown in the below picture receives data

      f2ae3c81-af31-43a5-8b5c-4ad4a1f109a0-image.png

      Am I missing something here?

      Regards
      Siva

      T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
      • T3P3Tonyundefined
        T3P3Tony administrators @Siva
        last edited by

        @Siva the object model is too large to be reported all at once so M409 with no flags or M409 F"v" just report the top level structure.

        if you want some information from the whole model then M409 F"v,d2" will provide a bit but its better to select the key you want. Alternatively if you want just the frequently changing values then something like M409 F"f,d4" may help.

        www.duet3d.com

        Sivaundefined 1 Reply Last reply Reply Quote 0
        • Sivaundefined
          Siva @T3P3Tony
          last edited by

          @T3P3Tony Thanks Tony, sorted now.

          1 Reply Last reply Reply Quote 0
          • T3P3Tonyundefined T3P3Tony marked this topic as a question
          • T3P3Tonyundefined T3P3Tony has marked this topic as solved
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA