DueX5 External Drivers
-
I'm planning out upgrading my printers electronics to the Duet Wifi and ran into some I/O slot questions. My machine is a rather large one with 4 each of extruders, heaters, thermistors, fans, and relays for pneumatics. The XY gantry system is made up of a couple 6.3A NEMA 34's with 3.0A NEMA 23's running the Z, all from external drivers. As a result of using external motor drivers and needing quite a few extra I/O connections I'm looking at utilizing the DueX5 extension board.
My Question: Can I "hack" the 50 pin ribbon cable running from the Duet Wifi to the DueX5 by diverting the Step/Dir/Enable pins for each of the 5 drivers while still maintaining the integrity of the extra connections of the DueX5?
I found this thread that discusses a similar question, however I wanted to verify that this is possible for my specific case.
https://www.duet3d.com/forum/thread.php?id=1302 -
I think you'd want to use the expansion/breakout board, not the Duex5.
Could run the 4 extruders from the Duet itself, and the 2 NEMA34s and however many NEMA23s from the breakout board.
https://www.filastruder.com/collections/electronics/products/duet-expansion-board
-
Unless your 3A Nema 23 motors are long, high-inductance types, you could drive them from the Duet Wifi (or DueX). So you need use external drivers only for your Nema 34 motors. But I understand that this is an upgrade, so you already have the drivers.
Each drive position on the Duet must be either a TMC2660 driver or an external driver; except for the last two (drivers 10 and 11) which can only be external drivers connected to the CONN_LCD connector. Your best option may be to use a DueX2 board. This would provide you with the 4 extruder heaters/thermistors/fans you want, along with 7 TMC2660 drivers. You would be able to connect 3 external drivers to the DueX2, and a further 2 to the CONN_LCD socket.
We made a few hybrid DueX2/DueX5 boards for an OEM who wanted all 5 extra heater and fan channels but needed to add 3 external drivers; however this isn't a stock item.
-
I work with OP and am familiar with his situation. Let me see if I can clarify his ask. We already have the machine built with drivers and electronics in place. We are replacing the current azteeeg board with a duet wifi and we want to try and keep everything in place. In a perfect world, with our current configuration, we would modify a ribbon cable to use the duex5 for all of the fans, heaters, and thermistors, but break off step, dir, and en wires to power our external drivers for X, Y, and Z (to clarify, these wires will never reach the duex5). We would use the drivers on the Duet WiFi to power the 4 Nema 17 extruders and remap our axes in config.g.
The question: Will this break anything. We intend to use level shifters between the duet and our drivers.
-
As I tried to explain in my previous post, if you have a TMC2660 driver on a particular channel, you cannot substitute an external driver for it. This is because the line that would be the Enable line for the external driver is used as the Chip Select line when a TMC2660 is present in that position. Therefore, using a DueX5 limits you to 2 external drivers; whereas using a DueX2 allows you to use 5.
In principle it would be possible to cut the SPI wires that drive the TMC2660s on the DueX in the ribbon cable, but it would still require a firmware change so that the firmware known that drivers 5-9 are external.
I'll ask my colleagues whether they have any plans to make some more of the DueX2/X5 hybrid boards.
-
Thanks for the clearing our misunderstanding up.
It looks like the DueX2 method will work for us. However, I'd certainly be interested in the hybrid boards if another run was on the near horizon.
-
I’m curious why the filastruder expansion breakout board and duex5 couldn’t be used together? Even if custom wiring had to be done why wouldn’t that suffice in his case. It seems you’re losing necessary features either way with duex5 Or 2 and that your hybrid made much more sense. Hardware seems to always be the limiting factor and it’s funny but it is a common theme among engineers. A good product is always sacrificing features somewhere that could make it potentially exceptional however hardware engineers are overly focused on a particular design and features. I’ve purchased every duet optional expansion and daughter board for the WiFi and waiting to receive everything yet because I too could not find the exact features we need in one particular setup so we decided to experiment. It may be we end up using a pc based system but it seems this has so much potential as a standalone product. There is the ioni drive that I’ve seen used with duet and it is supposed to work well for larger steppers, servos, and even runs BLDC motors. That like everything has its limitations which is the output voltage at 50v if I recall. For most printers that suffices. Any large format table printer or CNC machine it may not be enough. Curious how you guys configured your setup it is much like what we’re doing here. I fortunately have a business associate who is a programmer so we’re considering unusual configurations we may have to rewrite custom code to implement. Programming is above my pay grade but I imagine the right person can manipulate any number of custom hardware configurations.
-
They could be used together if you made a small firmware change, to tell the firmware that there are only 5 TMC2660 drivers present.