andyt
05-25-2006, 02:20 PM
Does any one have a Deckel DMU Millplus post processor for UG or at least something close?
|
View Full Version : Post processor andyt 05-25-2006, 02:20 PM Does any one have a Deckel DMU Millplus post processor for UG or at least something close? mikede 05-29-2006, 08:44 PM Unfortunately my company paid for a UG post so I can't give it to you. But I can try and help answer any ?s you have. The post is also for a heidienhain (bad spelling) millplus IT. Ask away and I will try to help Mike andyt 05-30-2006, 05:59 AM I used Postbuilder to get close. The only thing I don't seem to get a good out put on is the C40= and B40= values which are the radius from center of the rotary table to the cut position on each axis. This is what controls the feedrate conversion from deg/min to in/min. Good out put is as follows: G01 X-.9104 Y-1.9381 Z2.5218 B138.317 C75.82 B40=.9996 C40=2.2311. I'm not sure if there are MOM outputs I can capture and calculate these values. mikede 06-02-2006, 07:05 PM Usually you have to replace the basic call with a custom command that outputs what you want. After you get the line created the way you want you output with the MOM_output_literal command. See example below MOM_output_literal "A=$A5 B=$B5 C=$C5" Good luck Sorry it took so long to reply. |