Duet controlling 4th axis
-
@dc42 thank you for the info. I suspect that nema23 will have too low torque to hold when milling steel so that's why I'm looking at bigger 34 or a high amp 23 but I'll do some math and see if it will work with 23.. The "original" 4th for my machine usually run a 0,75kW servo like the rest of the machine but then again this is sitting on a worm gear with 90:1 reduction and I have to gear it down even further since 90:1 doesn't add up with full steps of the stepper motor and 360 degrees..
I only need to control this one axis since the fanuc control does the rest. I need features like rigid tap where it sync spindle speed with movement among other thing that would be hard to do with the duet (I guess?). Also I'm not sure how the duet would handle encoder signals and servo control? The control system is rock solid and industrial but it's a pita to change the ladder since it has to be done in dos and burned into two uv eproms. Would love a control system upgrade but I'm sure it will cost more than I would like it to cost..
-
Is it worth going for one of these closed loop variants instead of running it directly off a duet? Oh and how do I configure the duet for cnc use? I want to use it just as a indexer so I don't need all the temperature and other stuff in the webui.
-
@minim said in Duet controlling 4th axis:
Is it worth going for one of these closed loop variants instead of running it directly off a duet?
It may be, if you can afford it!
Oh and how do I configure the duet for cnc use?
https://duet3d.dozuki.com/Wiki/Configuring_RepRapFirmware_for_a_CNC_machine
-
@dc42 good things. I started rewriting the DWC to be better suited for running just one axis (4th). Gotta love open source
-
Cleaned out a lot of stuff that was not needed for running a rotary table. While doing this I saw that additional axes like the A axis I have removed here was parametrized so that it wouldn't show when it was not mapped. Why not include something like this for a cnc mode or modes in general so we could customize the web interface more?
-
@dc42 can the board handle it if I increase the current above the firmware limit of 2,4A? I could really use a beefy nema23 or 34
-
@minim said in Duet controlling 4th axis:
@dc42 can the board handle it if I increase the current above the firmware limit of 2,4A? I could really use a beefy nema23 or 34
Currently the 2.4A are limited in firmware. So if you set it any higher in
M906
will still cap it at 2.4A.I would guess that if you recompile the firmware with a higher limit and some very aggressive cooling (of the backside of the board) it might handle more than 2.4A but also I am pretty sure that this will void the warranty.
-
As @wilriker says, you can increase the firmware limit if you like but that will void the warranty.
-
@dc42 said in Duet controlling 4th axis:
As @wilriker says, you can increase the firmware limit if you like but that will void the warranty.
Yeah I assumed that. I'll sort out the firmware limit but I just wondered if the board could handle it. Have you experimented with how much it takes to make ? Since trinamic rates it higher the chip itself should handle it as long as I take care of the heat?
-
Trinamic only rates the chip above about 2.4A peak for short durations. AFAIR the higher rating they give is for 6 full steps per second or higher.