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

tangential knife support? Newbie questions

Scheduled Pinned Locked Moved
CNC
3
7
914
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.
  • undefined
    mattyd
    last edited by 25 Jun 2023, 23:14

    Hey all! Looking for help and advice.

    Im currently looking to expand our lasering business and buying a CNC. Im really only interested in cutting foam board, from say 3mm -10mm thick, and I need the quality of cut to be perfect, and I have lots of tight/accurate angles that I need replicating. A drag knife probably won't cut it (pun!)

    So, (at the moment) I'm looking at buying a workbee which I believe comes with a Duet controller, and I want to combine this with a Oscillating Tangential Knife (OTK-3) from Stepcraft*

    Stepcraft recommends this runs from a UCCNC board, which is what their machines use. But I've spoken to Stepcraft technical and they tell me:

    "The OTK can be used on different machines as long as on one side the necessary signals according to the manual can be provided and on the other side the used CNC controller software offers tangential knife functionality."

    It looks to be the knife is using one motor for rotation and another motor for oscillation. The knife uses a D-Sub-15 connection, no idea how this connects to the board - does anyone know?

    Now with all that in mind, is buying a workbee with a duet board going to work do you think?

    https://shop.stepcraft-systems.com/Oscillating-Tangential-Knife-OTK-3-for-D-Series-and-M-Series

    *if anyone wondering I had toyed with the idea of buying a Stepcraft CNC, but sadly it's pretty expensive and thanks to Brexit (the gift that keeps on giving) import duties and vat into the UK are probably going to push it outside of our budget.

    undefined 1 Reply Last reply 26 Jun 2023, 10:08 Reply Quote 0
    • undefined
      droftarts administrators @mattyd
      last edited by droftarts 26 Jun 2023, 10:08

      @mattyd Looking at the product page, https://shop.stepcraft-systems.com/Oscillating-Tangential-Knife-OTK-3-for-D-Series-and-M-Series, it looks like the knife is controlled by two stepper motors. I'd guess that the D-sub connector carries the four wires needed for each stepper motor, and possibly wires for the endstops for each motor.

      As such, it should be easy to connect to a Duet controller, but you will need the pinout of the D-sub connector. Configuring the two motors is also straightforward: the one used for rotation can be set up as a rotational axis, the other will depend on the software used to control the knife.

      What software will you use to create code to control the knife? If you are using Stepcraft's software, getting a sample of the output it uses would be good, assuming it uses Gcode. Whatever software you use needs to use Gcode to tell the axes what to do. With a sample, you can be confident that you can configure the Duet to work.

      Edit: Also, have a look at other threads on the forum that discuss tangential knife control: https://forum.duet3d.com/search/?term=tangential knife&in=titlesposts

      Ian

      Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

      undefined 1 Reply Last reply 26 Jun 2023, 11:26 Reply Quote 0
      • undefined
        mattyd @droftarts
        last edited by mattyd 26 Jun 2023, 11:26

        @droftarts Thanks for the reply Ian! That's super helpful and pretty encouraging.

        2023-06-26 12_22_59-Window.png

        I'm pretty new to this (but a fast learner).

        I found the breakdown of the D-Sub pins. Hopefully, this will give some insight into how to connect it to the Duet.

        As for software - Ive not actually gotten to that stage yet! but any advice would be appreciated 🙂

        undefined 1 Reply Last reply 26 Jun 2023, 12:41 Reply Quote 0
        • undefined
          droftarts administrators @mattyd
          last edited by droftarts 26 Jun 2023, 12:41

          @mattyd That's interesting. It looks like the 4th axis (rotation) has a stepper driver in the unit, and is receiving step and direction commands from the controller, rather than the stepper motor being wired back to the controller directly. There's also an endstop ("reference switch 4th axis") and emergency stop switches. The oscillation motor appears to need a voltage signal (it may work with PWM, but may need a PWM to voltage converter) to control the speed. You'll need a 30V PSU, too.

          The alternative is to remove their electronics, and wire motors and switches directly back to the Duet. It may be why this cutter is expensive; because it has it's own electronics. There don't seem to be too many oscillating knife projects, this is the only one I did find (most others are tangential drag knives): https://hackaday.com/2020/02/27/tangental-oscillating-cutting-knife-makes-parts-from-the-ups-and-downs/

          I don't have any experience of the software used on these machines, so perhaps looking at Stepcraft's would be a good first step, which may output what is needed to run the 4th axis. Most CNC software works in 3 axes (eg Vcarve, Fusion 360), so you need a post-processor that calculate the 4th axis position, which is often just an Excel script. If you already have CNC tool path generation software, you can use this method to produce Gcode to run this.

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          undefined undefined 2 Replies Last reply 26 Jun 2023, 13:08 Reply Quote 0
          • undefined
            mattyd @droftarts
            last edited by 26 Jun 2023, 13:08

            @droftarts Ahhhhh. Just looked at the design and the Iges files and that looks pretty simple build. This might be a good option I think. Thank you

            1 Reply Last reply Reply Quote 0
            • undefined
              o_lampe @droftarts
              last edited by o_lampe 26 Jun 2023, 13:22

              @droftarts said in tangential knife support? Newbie questions:

              The oscillation motor appears to need a voltage signal (it may work with PWM, but may need a PWM to voltage converter) to control the speed

              It probably isn't a motor but a simple solenoid/linear actuator? That would work with PWM when driven directly by Duet (heater port)

              //edit I should've checked the product page. Why do they use a heavy stepper for such a simple task?

              undefined 1 Reply Last reply 26 Jun 2023, 14:12 Reply Quote 0
              • undefined
                mattyd @o_lampe
                last edited by 26 Jun 2023, 14:12

                @o_lampe said in tangential knife support? Newbie questions:

                @droftarts said in tangential knife support? Newbie questions:

                The oscillation motor appears to need a voltage signal (it may work with PWM, but may need a PWM to voltage converter) to control the speed

                It probably isn't a motor but a simple solenoid/linear actuator? That would work with PWM when driven directly by Duet (heater port)

                //edit I should've checked the product page. Why do they use a heavy stepper for such a simple task?

                not a clue! though I think on their main desktop cncs they use two motors for each axis.

                1 Reply Last reply Reply Quote 0
                • undefined droftarts referenced this topic 8 Feb 2024, 09:50
                6 out of 7
                • First post
                  6/7
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA