@Phaedrux So, the P4 can't solve our problem. The Z-axis is still on the PanelDue. Doesn't matter how we use the M584.
Posts made by Heisl
-
RE: Delete Y-Axis
-
RE: control 4 axis cnc machine
Finished! We solved our Problem with the Homing. The Problem was the Wire of the Stepper. We had to shield them. Now the Homing does its Job as well!
Thanks for all your ideas and help!!
-
RE: Delete Y-Axis
@phaedrux yes we tried. I'm just reading through the M584 gcode in the Duet3d Docs. I think we applied the P parameter incorrectly. We'll have to take a closer look at that.
Thank you very much for your hint!
-
RE: control 4 axis cnc machine
@o_lampe Hm, well I din't think so. Cause the Y-axis Stepper also have a Gearbox. (the same) And there is no problem with the homing.
-
RE: control 4 axis cnc machine
...here is a further problem with the Duet3D PanelDue 7i that we don't understand to solve:
https://forum.duet3d.com/topic/24040/delete-y-axis?_=1658297009772Many thanks!!!
-
RE: control 4 axis cnc machine
@spoonunit Yes, the Endstop of the B-axis is at a physical switch. Not really, the B-axis should only turn back and forth a few degrees during operation.
-
RE: control 4 axis cnc machine
@3dpmicro Now, as you can see in the next picture, there isn't much torque on the B-axis for skipping a step. Of course, the stepper motor could also be defective. But we're not assuming that for now. Yes, the error repeats itself. First homing after restarting the machine works. If you press homing again, the axis moves by 3-4 degrees. And that every time you continue to press homing. Really strange...
Yes, we have already thought of another host, but unfortunately this project will be over for us at the end of July, so there is no time for a new hostThe B axis can rotate a maximum of 340 degree. In operation it should (depending on the direction of travel of the x-axis) only ever move back and forth by a few degrees. It only controls that the filament is wound onto the cylinder (A axis) in a defined position.
Here's another picture with a caption. (in purple you can see the way of the filament)
Thank you for the reply
-
RE: Delete Y-Axis
@dc42 Hi, we want to deactivate the Z-axis in the web control AND on the paneldue 7i. Cause we only use X, Y as linear and Y, B as rotatary. (CNC Mode)
As you can see in the config.g, we deactivate the z-axis with:
M18 ZI don't know if this ist the right way, what did you mean?
config.gThank you for an answer!
Here is more info about our machine... (solved at 28.07.2022)
https://forum.duet3d.com/topic/29114/control-4-axis-cnc-machine -
RE: control 4 axis cnc machine
@3dpmicro Sorry for the late reply, something went wrong. My answer was not published a week ago and I was wondering why no email came about it.
So now again.Thank you, yes that is really an exciting topic that we have here. I'll ask our professor if that's possible
We have another problem. The B-axis (a rotation axis, which the cfk-filament runs along to the cylinder) can only be homed once. With further homing, the axis is misaligned more and more. Homing only works as it should after a reset.
Any idea why that might be?
The B-axis gcode is the same as for the other axes where homing always works.Furthermore, we would like to see in a live script on the duet paneldue (display) in which line of gcode the machine is currently working. Does anyone have a solution as to how or which gcode is used to solve this?
Thanks again for your answers
...I am attaching the gcodes here...
config.g
homea.g
homeb.g
homex.g
homey.g
homez.g
homeall.g -
RE: control 4 axis cnc machine
@3dpmicro Right, filament winding. Ah ok, so step/unit means it doesn't matter if I choose step/mm or step/degree!?
Well, the gcode is created by "x-winder design" software. But for the first, we have our own gcode to to adjust the config.g file for reprap 3.3.Once all settings are fine, we let "x-winder design" create the gcode for the winding.
Thx for your answering! -
control 4 axis cnc machine
Hello everyone,
first about me. I am a mechanical engineering student and I am currently working on a project involving winding resin-soaked carbon fiber onto a cylinder. These are later the basic body of a model rocket.
Our machine has two linear and two rotary axes. The linear axis X travels along the cylinder and the second linear axis travels towards and away from the cylinder. The rotary axis A turns the cylinder and the other rotary axis B turns the guide head of the carbon fiber.
We have a Duet3D - 6HC board and a PanelDue display for control. RepRap 3.3 is installed on the board. The machine works in CNC mode with the M453 gcode.
The question I have for you is, does anyone have experience with such a control? How are the rotary axes controlled? step/mm or step/degree? Is CNC modus the right modus for the machine.
The linear axes work great and do everything that we specify via gcode. We only have problems with the rotary axes. Can someone help me there?Many Thanks!!
Matthias