Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Siva
    • Profile
    • Following 0
    • Followers 1
    • Topics 7
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Siva

    @Siva

    0
    Reputation
    10
    Profile views
    16
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Siva Unfollow Follow

    Latest posts made by Siva

    • RE: Reading board voltage via M409

      @droftarts Thanks Ian, it's now resolved. I copied the line from the Object-Model-Documentation.

      Thanks
      Siva

      posted in Gcode meta commands
      Sivaundefined
      Siva
    • Reading board voltage via M409

      Hi,

      I am try to read board voltage but receiving "null" for unknown reason as shown below

      62589f68-b62c-4b19-84e4-20fd5fd4789b-image.png

      This is happening in when +24V is ON and OFF cases.

      This is on Duet3 6HC. Am I missing something here?

      Regards
      Siva

      posted in Gcode meta commands
      Sivaundefined
      Siva
    • RE: Abort Homing

      @deckingman on one of our printers max travel is 1.2m long. We simply want to stop the motor during it's motion if the feedrate settings are incorrect or some other unknown reason which doesn't need E_Stop to trigger.
      @tony said in his message we can't with the current firmware.

      posted in Beta Firmware
      Sivaundefined
      Siva
    • Abort Homing

      Hi,

      Is it possible to abort the below command while it running? So far we are unable to do that.

      G28 X  ;Home x-axis
      

      We are trying to stop homing procedure midway.

      Regards
      Siva

      posted in Beta Firmware
      Sivaundefined
      Siva
    • RE: M409 Empty object

      @T3P3Tony Thanks Tony, sorted now.

      posted in Gcode meta commands
      Sivaundefined
      Siva
    • M409 Empty object

      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

      posted in Gcode meta commands
      Sivaundefined
      Siva
    • RE: Macro file reading via Serialport

      @dc42 Thanks this is now resolved by David.

      posted in General Discussion
      Sivaundefined
      Siva
    • RE: Macro file reading via Serialport

      @dc42 We don't want our customers to access "config and macros files" on the SD Card.
      Duet is connected to another hardware via serial port which receives latest firmware updates from the remote server.

      When we add more feature to our products, we have to update all our devices including Duet. In case of duet this includes updating Config/macro files on the SDCard.

      When the customer click update on the UI(user interface) this should update all the hardware with latest Firmware's.

      Currently we can update the Duet Firmware via "bossa" integrated into our application. This doesn't contain "sys" folder which includes macros and config files.

      In Eclipse when we build it outputs ".bin" in this folder 16c3d95b-01db-4de2-8fc2-b4723fd48bed-image.png

      If we can somehow integrate "sys" folder during build, so that we don't have to use SDCard.

      I am not sure how easy to do this but this is one of the feature we need before we actually release our product.

      Thanks
      Siva

      posted in General Discussion
      Sivaundefined
      Siva
    • RE: Macro file reading via Serialport

      @dc42 Thanks for those steps.

      We are using "Duet3 6HC" in our products. Is it possible to build a binary file with sys folder included so that we don't need to use SDcard anymore?

      Thanks
      Siva

      posted in General Discussion
      Sivaundefined
      Siva
    • Macro file reading via Serialport

      Hi,

      How can I edit what is written in macro files using serial terminal?

      Eg:-
      "doorlock.g" is the macro file
      We want to read and edit that file via serial terminal since it's in a remote
      location.

      Is it possible to do with any of the built in commands?

      Regards
      Siva

      posted in General Discussion
      Sivaundefined
      Siva