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

    CNC style Pendant

    Scheduled Pinned Locked Moved
    Hardware wishlist
    28
    155
    19.5k
    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.
    • Danalundefined
      Danal @dc42
      last edited by

      @dc42 said in CNC style Pendant:

      For those using Duet 3 + SBC there are plenty of USB-connected CNC pendants available, and I expect someone will write a DSF plugin for them soon.

      For other Duet users, what's needed is a a board based on a small MCU to convert the signals from something like this https://www.ebay.co.uk/itm/EU-Send-4-Axis-MPG-CNC-Machine-Controller-Handwenheel-Pendant-w-Emergency-Stop/273588909379 to serial commands to feed to the PanelDue port. We've had it in mind to design one for some time, but we haven't found time to do it yet.

      If anyone is interested in using a v3 PanelDue controller board for this, I can help with the firmware, because the PanelDue firmware already has most of the necessary functions. Alternatively, an Arduino Nano probably has enough pins.

      For a one off, and even limited production or DIY runs, I leaned toward Arudino Pro Mini or Adafruit Trinket in the past. At this time ESP32s are purchasable through normal retail channels for $5 each, and even less if you are willing to wait. Overkill to the Nth degree, but actually cheaper...

      Of course, some flavor of AtTiny if produced in any quantity.

      I may take a cut at a "DIY" based on a hardwired pendant, and an ESP32. I'll order the pendant today.

      Delta / Kossel printer fanatic

      1 Reply Last reply Reply Quote 1
      • Danalundefined
        Danal
        last edited by

        Now I remember why I never order one. The are $60 to $70 (wired, not USB) on Amazon, or $30 on Aliexpress with $30 shipping and a six week wait.

        Bit the bullet. It will be here mid next week.

        Delta / Kossel printer fanatic

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

          I've just ordered a pendant similar to the one I linked to, and an Arduino Nano, so I should be able to help. I considered using an attiny but I don't think it has enough i/o pins.

          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

          arhiundefined 1 Reply Last reply Reply Quote 0
          • arhiundefined
            arhi @dc42
            last edited by

            @dc42 btw, can paneldue usb port behave like master to ch430/ft323/similar usb2serial device? and receive commands from there (or just passtrough to duet)?

            A Former User? dc42undefined 2 Replies Last reply Reply Quote 0
            • A Former User?
              A Former User @arhi
              last edited by

              @arhi said in CNC style Pendant:

              @dc42 btw, can paneldue usb port behave like master to ch430/ft323/similar usb2serial device? and receive commands from there (or just passtrough to duet)?

              currently usb is only used for programming, specs for the ATSAM3S2 say device only, no (mini) host support like the bigger chips has

              arhiundefined 1 Reply Last reply Reply Quote 0
              • arhiundefined
                arhi @A Former User
                last edited by

                @bearer I have V3 with ATSAM4S4B, that's iirc cortex m4, but if the majority of the panel's out there are atsam3s2 than the approach is wrong 😞

                A Former User? 1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User @arhi
                  last edited by

                  @arhi stil says "device" support, some of the bigger chips say device + mini host, so same same but different i guess. interesting there are different chips (i only looked at the bossa pictures in a forum thread, easier than going to find the actual paneldues)

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

                    @arhi said in CNC style Pendant:

                    @dc42 btw, can paneldue usb port behave like master to ch430/ft323/similar usb2serial device? and receive commands from there (or just passtrough to duet)?

                    No, it can only behave as a USB device. However, the v3 PanelDue boards have hardware connections for a rotary encoder and push button.

                    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

                    arhiundefined 1 Reply Last reply Reply Quote 0
                    • Danalundefined
                      Danal
                      last edited by Danal

                      I am not tracking something. If we had a pendant that had USB host, with what would that interact? The USB on the Duet itself?

                      Delta / Kossel printer fanatic

                      arhiundefined 1 Reply Last reply Reply Quote 1
                      • arhiundefined
                        arhi @Danal
                        last edited by

                        @Danal said in CNC style Pendant:

                        I am not tracking something. If we had a pendant that had USB host, with what would that interact? The USB on the Duet itself?

                        I asked 'cause I had an idea that if the panel can be USB host then el-cheapo usb2serial + any MCU with ADC can translate a bunch of tasters into gcode and send trough panel's "console" to duet (without them sharing serial port) ...

                        I am working on some stand-alone wifi pendant but it's going super slow 'cause I'm pressed with bread and butter work and looks like it will not be working with SBC "upgraded" machines + I'm really making this the way I need it so dunno how universal it will be if I ever actually make it.

                        1 Reply Last reply Reply Quote 0
                        • arhiundefined
                          arhi @dc42
                          last edited by

                          @dc42 said in CNC style Pendant:

                          No, it can only behave as a USB device. However, the v3 PanelDue boards have hardware connections for a rotary encoder and push button.

                          the usb2serial idea out the window 😄

                          I have V3 PRC clone that I got as a gift, no other screens at all on my duet boards, I kinda prefer to use web to the touchscreen so never bothered to order some, and that one does not come with the rotary encoder+push button connector (I assume it would be Vdd, Vss, A, B, P pins).

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

                            I've written the Arduino Nano code for the pendant-to-PanelDue-port interface. Now I need to wait for the pendant and Nano to arrive so that I can test them.

                            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

                            A Former User? arhiundefined 2 Replies Last reply Reply Quote 0
                            • A Former User?
                              A Former User @dc42
                              last edited by

                              @dc42 presumably this would work with any encoder? I.e. i have at least some 400/600/1200 PPR encoders in the bin and a selection of switches to mimic the quasi-schematic published with the pendant (but I guess the pendant has detents on the encoder to help with accurate positioning)

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

                                Yes it should work with any encoder that has A and B quadrature outputs.

                                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
                                • dc42undefined
                                  dc42 administrators
                                  last edited by

                                  For anyone interested in this, the pendant I have ordered looks like this:

                                  ddb6d31e-10b7-4a0e-8786-02fb1b1dc417-image.png

                                  It costs £55 here in UK shipped from Germany, or a little less direct from China. I have the Arduino Nano code ready to use when it arrives. I'm happy to share the code before then if anyone wants it, but of course it is untested.

                                  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

                                  FelixHundefined 1 Reply Last reply Reply Quote 0
                                  • FelixHundefined
                                    FelixH @dc42
                                    last edited by FelixH

                                    @dc42 I can believe this is happening. Three questions, if you've got the time: could you share the link for that pendant? also, will it be compatible with the Duet 2 WiFi? and finally, is there going to be some kind or article where the build is described?

                                    I have some Arduinos at home, a Duet driven CNC (Workbee) and I have now plenty of time with the corona stuff going on, so I could definitely work on that...

                                    Greetings

                                    A Former User? dc42undefined 2 Replies Last reply Reply Quote 0
                                    • A Former User?
                                      A Former User @FelixH
                                      last edited by

                                      @FelixH said in CNC style Pendant:

                                      could you share the link for that pendant?

                                      @dc42 said in CNC style Pendant:

                                      For other Duet users, what's needed is a a board based on a small MCU to convert the signals from something like this https://www.ebay.co.uk/itm/EU-Send-4-Axis-MPG-CNC-Machine-Controller-Handwenheel-Pendant-w-Emergency-Stop/273588909379

                                      FelixHundefined 1 Reply Last reply Reply Quote 0
                                      • FelixHundefined
                                        FelixH @A Former User
                                        last edited by

                                        @bearer oh, thanks! I missed that!

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

                                          @FelixH said in CNC style Pendant:

                                          @dc42 I can believe this is happening. Three questions, if you've got the time: could you share the link for that pendant? also, will it be compatible with the Duet 2 WiFi? and finally, is there going to be some kind or article where the build is described?

                                          I have some Arduinos at home, a Duet driven CNC (Workbee) and I have now plenty of time with the corona stuff going on, so I could definitely work on that...

                                          Greetings

                                          It will use the PanelDue port, so it will be compatible with all Duets that can but don't have a PanelDue connected. When I have it working (maybe even before), I'll publish the details on github.

                                          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
                                          • FelixHundefined
                                            FelixH
                                            last edited by

                                            Oh, I see. It is either the pendant or the display... well, that's a bummer. The display it's quite useful to start jobs and many other things... Anyway, I'll keep an eye on it

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