Duet 3 Mainboard 6HC - initial production run.
-
@t3p3tony said in Duet 3 Mainboard 6HC - initial production run.:
@calvinx Thats the plan - just see if we can get them sorted in time for this initial batch.
Thanks for the clarification.
Whats the plan to cater for those that purchased the initial batch if you cant amass connectors and plugs in time ?
-
@t3p3tony Tony how is the pr-orders going for the first batch I need to order one but won't be able to till the end of this week?
Cheers
Doug
-
@wilriker said in Duet 3 Mainboard 6HC - initial production run.:
@gtj0 said in Duet 3 Mainboard 6HC - initial production run.:
MonoDevelop doesn't support .NET Core projects using .csproj project files. It complains about the project file not having a ProjectGuid.
It does so for me. Which versions of MonoDevelop and .NET Core do you use? I have MonoDevelop 7.8.3 and .NET Core 2.2.401 (with 2.2.6 Runtime).
.NET Core is the same but MonoDevelop is 5.10.0 which is what's packaged for Fedora. Upgrading to 7.8 fixed it. Thanks Manuel!
-
@dougal1957 said in Duet 3 Mainboard 6HC - initial production run.:
@t3p3tony Tony how is the pr-orders going for the first batch I need to order one but won't be able to till the end of this week?
Cheers
Doug
Also curious. I'll order one, just to support you guys, if there are enough left to stand a good chance of the order going through in this first batch.
-
The "Hardware overview" of the Duet 3 says "Ethernet for future expansion", I am guessing that this is a typo and the board has an ethernet connection not using WiFi?
-
@fotomas The RPi has an RJ45 Ethernet which is what will be used for the web server etc. So my guess (and it is just a guess) would be that it's not typo but is indeed an additional Ethernet connector.
-
@deckingman
You are correct the pi 3B+ also has wifiI think you would benefit from reading and analyze and digest the documentation in greater detail, as guessing is the mother of all F******s
-
The ethernet port has been covered earlier in this very thread..
https://forum.duet3d.com/post/104297
https://forum.duet3d.com/post/104241 -
@deckingman said in Duet 3 Mainboard 6HC - initial production run.:
@fotomas The RPi has an RJ45 Ethernet which is what will be used for the web server etc. So my guess (and it is just a guess) would be that it's not typo but is indeed an additional Ethernet connector.
The Ethernet connector is there for 2 reasons:
-
For possible support of EtherCat in future.
-
We have a small number of OEMs who use Duet 2 in print farms, where one PC uploads GCode files to multiple Duets. They will need to replicate this with Duet 3. So there will be the possibility of running the Duet 3 in standalone mode with a local SD card and no RPi. Then the Ethernet port will be used to upload files, send commands and get status, just like the Duet 2. But we haven't yet decided whether to fit the SD card socket as standard to the initial production run.
-
-
@dc42 If you decide to not populate them, will the Duet3's be field upgradable if we decide we'd like that functionality? I.E. Is it just a matter of adding the magnetics/jack and the sd card holder?
-
@deckingman yes 4A but RMS now. David has tested over 4A RMS but I will keep the claim to 4 for now until we have done more testing
-
We still have some of the first batch unallocated. When we have sold out of that production run it will be out of stock on the website.
The "normal" production run later this year will not be a pre-order.
Cheers
Tony
-
@t3p3tony said in Duet 3 Mainboard 6HC - initial production run.:
...yes 4A but RMS now.
Does the gcode current limit now instruct the drivers to maintain an RMS value or use the value as a limit to chop the current at?
-
Judging by the post on ecoansion board testing 4A RMS is roughly 5.7A peak, but I guess the exact relationship between RMS and peak will be related to drive voltage and the electrical properties of the motor.
If the Duet 3 does still control at peak current does it report RMS or was that just read off the test rig equipment?
-
M950 motor currents in RRF have always been peak. This is because when the original Duet 0.6 came out, instructions for setting potentiometers on stepsticks were given in terms of peak current, probably because the Allegro drivers that were generally used referred to peak currents in the datasheet.
Trinamic mostly refers to RMS currents in their datasheet. Somewhat confusingly, Marlin has adopted RMS current in its current-setting commands for Trinamic drivers, even though builds of Marlin for boards with non-Trinamic drivers that support motor current setting (e.g. RAMBO) have almost certainly always used peak current.
The maximum allowed M906 value in the latest RRF3 builds for Duet 3 is 6300.
-
I am probably slow here but I have read the hardware overview and it is not clear if a Raspnerry Pi I needed to use the web interface?
Has the duet 3 network.connectivity on it's own, wired or wireless?
The hardware overview states the following, and what is referred as "It" marked in bold? The duet 3 or a Raspbeery Pi.
The Duet 3 mainboard has a dedicated high speed SPI bus to a single board computer (SBC). The reference implementation is a Raspberry Pi 3B or newer. The SBC provides the user interface (via a browser based control application called Duet Web Control, or a third party application). It also provides a network interface via the local network or VPN depending on how it is configured.
-
@fotomas The Ethernet network interface is mainly there for future support for EtherCat. and also for people who it does not make sense to use a SBC (like the OEMs that David mentioned that have multiple Duets controlled directly from a single computer). It would be possible to use the Duet 3 without a SBC, and just use the Network interface (assuming the uSD card holder is populated), but we are not recommending it because you loose out on all the development we are planning for the SBC (e.g better UI performance, better networking and plugins).
-
@t3p3tony thank you.
-
Is it possible to power the MCU from EXT 5V (to allow it to shut off motors and heaters by turning off the 24V PSU), or has that been replaced by the SBC->5V setup?
-
@martink said in Duet 3 Mainboard 6HC - initial production run.:
Is it possible to power the MCU from EXT 5V (to allow it to shut off motors and heaters by turning off the 24V PSU), or has that been replaced by the SBC->5V setup?
That's still possible.