Duet 3 6hc vs some others
-
@SageAardvark in my response here I made a slight mistake. I meant that the board that I was thinking of using only has enough room for 3 extruder and 3 temperature sensors as I know of. The board wouldn't have enough slots for all of the extruders so is there any boards that I can use that would have 4 extruder slots or expansion boards I could use. And would the Duet 3 3hc have any slots for extruder heaters.
-
@SageAardvark Tool boards (1LC) are a bit unique in that they only have CAN in. So if you want to use multiple tool boards, then you need the tool distribution board. As @dc42 suggested, tool boards are a good option if your extruders are direct drive. As the name implies, you can fit one to each tool. On the other hand, expansion boards such as the 3HC have both CAN in and CAN out. So they can be "daisy chained". That is to say you connect CAN out from the main board to CAN in on the 3HC. If you wanted to add another expansion board, then you connect the CAN in of that board to the CAN out of the first expansion board and so on.
With regard to you latest post, for 4 extruders you have a number of choices. Firstly, don't forget that a 6HC main board has 6 stepper drivers so you could use one or more of those to drive extruders. If you can't or don't want to use any of the mainboard drivers, then you could use a single 3HC plus a single tool board. Or you could use 4 tool boards plus a tool distribution board. Or you could use a second 6HC as an expansion board although that would give you 6 stepper drivers.
I think it would be best if you peruse the documentation here https://docs.duet3d.com/en/Duet3D_hardware/Duet_3_family
This will give you the capabilities of each board in the Duet 3 range and should answer all your questions about heaters and so forth.
-
@deckingman the 1LC has in and out (2 x CAN_H and 2 x CAN_L on the 4 pin connector) so you could chain them if required.
-
@SageAardvark said in Duet 3 6hc vs some others:
@SageAardvark in my response here I made a slight mistake. I meant that the board that I was thinking of using only has enough room for 3 extruder and 3 temperature sensors as I know of. The board wouldn't have enough slots for all of the extruders so is there any boards that I can use that would have 4 extruder slots or expansion boards I could use. And would the Duet 3 3hc have any slots for extruder heaters.
The 3HC provides 3 high current outputs (e.g. for extruder heaters), 3 thermistor or PT1000 inputs, 6 lower current outputs (e.g. for fans), and additional I/O.
The tool board provides one high current output for an extruder heater, two lower current outputs intended for fans, an accelerometer, two thermistor or PT1000 sensor inputs, and various I/O to handle Z probes, endstop switches etc.
You can use tool boards without the tool distribution board, but the tool distribution board makes wiring easier when you have multiple tool boards. In particular, it provides fused power output connectors for up to 4 tool boards.
-
@jay_s_uk said in Duet 3 6hc vs some others:
@deckingman the 1LC has in and out (2 x CAN_H and 2 x CAN_L on the 4 pin connector) so you could chain them if required.
Having just wired one up a couple of weeks ago, you'd have thought that I'd remember that - thanks for correcting my senility driven error
-
i have a question. I have 2 6HC. Is it possible to use one as a main controller and the second as the expansion board? (connect it via CAN bus)
-
@ablack said in Duet 3 6hc vs some others:
i have a question. I have 2 6HC. Is it possible to use one as a main controller and the second as the expansion board? (connect it via CAN bus)
Yes - it is now (I was the first person to use that configuration and helped the Duet guys iron out any issue so i know it works).
-
@deckingman super. maybe you can briefly explain how to do it properly? and what steps are important to do. thank you
-
@ablack You just need to put an SD card in the second and use M954 in your config.g. Then just connect the two boards together using CAN
-
@ablack As @jay_s_uk has said and you use the "A" parameter in M954 to denote the CAN address you want to use. Plus you need to put a special IAP in the /firmware folder of the main board that you are going to use as an expansion board to facilitate firmware updates by the usual method. Fora 6HC, that file is Duet3_CANiap32_MB6HC.bin
Bear in mind that main boards only have a single CAN connector, so if you have other expansion boards, the 6HC must be the last one in the chain.
Here is a link to everything you need to know. https://docs.duet3d.com/en/User_manual/Machine_configuration/CAN_connection
You might need to scroll down to find the section "Mainboard as expansion board".