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

    Mpcnc plasma table

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    2
    2
    898
    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.
    • BenDieselundefined
      BenDiesel
      last edited by

      So I have a extra duet wifi bord I been trying to figure out what to do with.
      So I have been looking at building th mpcnc as a 4x4 plasma table. I was pondering if the duet could be configured to work with a torch height controller like this one
      http://proma-elektronika.com/index.php/en/products/thc-torch-height-control/compact-thc-150
      It has 3 outputs that should be monitored. Up down and ark ok

      1 Reply Last reply Reply Quote 0
      • Jacotheronundefined
        Jacotheron
        last edited by

        Looking at it, I see it is relay controlled for the 3 outputs, which is good (having Active Low trigger pins, and use the Signal and Ground through each relay - signal should be pulled high).

        If you were to connect them to pins like endstops (that you are not using, or endstops on the expansion header), which can be remapped and cause triggers (see https://duet3d.dozuki.com/Wiki/Gcode#Section_M581_Configure_external_trigger), you can write custom macros that are run when each of the outputs on the controller is triggered (for example the UP can contain something like "G1 Z+0.5 F500" - the + indicating a relative movement)

        You will need to create some custom macros for this, and possible some wiring, but I can't see why it can't be done.

        If going through, just have a safe way to test it thoroughly before using it in production.

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