Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
I tested the post yesterday and have recognised these issues so far:
1) The control requires the following beginning of the programm
N1 %PM
N2 N9001
It stops transferring data to the machine by error on the original PP code
2) It seems like the comments for tools and the program are created regardless of the choosen option in the PP?
The control does not support displaying comments
3) Radius correction seems to work fine now but the PP creates the G41/G42 command one line too late so that the cutter runs into the material by half diameter before setting back for the right contour. In the programming manual which was posted in the former thread on comment 46 (https://forums.autodesk.com/t5/hsm-post-processor-forum/postprocessor-maho-or-changing-of-axes-in-di...) the coordinates are shown in the G43/G44 one line earlier instead of the G41/G42 command.
Same issure ocurres on the G40 command, the cutter runs into the material and then retracts again;
I´m not 100% sure if this will solve my issue but I´m willing to try it if you could provide the PP with changes included!
@Barbatoss Although I don´t know your nc program, I could imagine that the reason is following:
By looking into the manual it is needed that the G43/G44 movement is perpendicular:
So you have to enable "perpendicular" into your operation and make sure that the lead in sweep angle is set to 90deg:
You will now see that the toolpath looks like this:
The "perpendicular" setting is not enabled by default in HSM, so I could imagine that you have X AND Z coordinates into your G43 line which causes the problem your are talking about.
Please test that and let me know if it worked on your machine.
Into the post processor I will add code to verify that the G43/G44 line has just one coordinate in it to make sure that the movement is perpendicular.
I just test the pp Can you do boring ? I cud not, only do point by point, not with G3/G2 ( yes, I turn on helical) And even with that, he do some wrong circle in last line And why use G98/G99 in frst line ?
@dudukovic_goran 4th axis table is not implementet, but you can switch between vertical and horizontal machining. What do you mean by boring? You mean the drill cycle or bore milling?
Yes I have pp that you relase about 2 year ago, for 532, and for now its olmost perfect, with cosmetic change I done So I dont now why now that new pp, with that error 🙂 https://ibb.co/f2eafG new pp https://ibb.co/jqVWLG my old pp, work fine I hope that link with picture will work
Mistake, code with G1 and strange circle on the end is yor new pp Code with G3 is your old pp And wath is G98 and G99 on the start in new pp I can send you my pp
In my opinion, the depth values for all drilling/tapping/... operations should be (cycle.bottom - cycle.stock) instead of (cycle.bottom) as the programming manual I have (on page 44) defines z-values as incremental.
I have had trouble in the past with my machine drilling holes deeper as I wanted them as soon as I changed the "start height" of my drilling operation from "stock" to "hole start plane". (sorry for my poor german-english translation).
Having changed the PP it seems to work for me now.
Yes, that's a problem... i always change the values by hand cause i'm very bad with changing PP stuff...
Maybe Achim can change this in the official PP ?!'
There is a similar prob with the Heidenhain 155 PP, if there is a bore which is not in Z=0 but deeper, the machine drives down with the boring feed instead of FMAX...