Message 1 of 9
5 Axis Post Processor for Chinese HY-6040 Mill with Mach3
Not applicable
07-14-2020
07:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, i am new to the 5-axis world and starting it all with the HY-6040 machine, so i will try to provide all the information i can regarding my problem.
This machine is controlled by mach3 and since the vendor did not supply me with a post processor for the 5-axis i studied this subject and edited a standard mach3 pp to operate with the 5 axis setup of my machine (image below shows my machine and axis setup).
Basically i added the follwoing:
"
function onOpen() {
if (true) {
var aAxis = createAxis({coordinate:1, table:true, axis:[1, 0, 0], cyclic:true, preference:1});
var bAxis = createAxis({coordinate:0, table:true, axis:[0, 0, 1], cyclic:true, preference:1});
machineConfiguration = new MachineConfiguration(aAxis, bAxis);
setMachineConfiguration(machineConfiguration);
optimizeMachineAngles2(1); // map tip mode
Upon doing this i was able to work perfectly with 3+2 toolpaths, the problem is that for 5-axis continuous toolpaths, the machine behaves nothing like what i programmed in Fusion. The latest test i run is shown in the image below, but, besides the 3 axis toolpaths it has a 5 axis flow.
The machine does not have features like DWO, and my default work offset (my G54) has the axis 100% centered so i know the error can´t be related with this matter.
I have sent an email to the vendor asking for a pp and they answered that they do not have a pp for fusion yet only for UG/NX, powermill and mastercam so i asked them to send me the pp for these softwares instead but im yet to get an answer for this.
Since time is becoming a problem for me and to be honest i am getting kinda mad with this, can someone tell me if my edited pp is wrong and if, upon getting the pp for the other softwares is there anyway to use them on fusion?
I would really appreciate some help 🙂