Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

? make cycle 7.0 work when chose a new origin about heidenhain 5-axies

Status
Not open for further replies.

davidtan20

Aerospace
Aug 15, 2011
27
0
0
CA
Hi guys,

I had a problem when I made my own UG nx7.5 post of DMU eVo linear (5 axis with B & C) with heidenhain control, the result is ok if no rotation involved, but when I have spatial rotation, the cycle 7.0 values keep same but I tried it on CNC turns out not right,some people say that we need put fixture offset(cycle 7.0) right after rotation not before, I tried that too but nothing changed. I knew that as long as keep one origin for whole program everything seems alright, but there is a way that you chose the convenient new origin.

Is there anyone can help me out here ? thank you

following program just finishing for sideway angled face of a square block.

0 BEGIN PGM 100 INCH
10 BLK FORM 0.1 Z X0.0 Y0.0 Z-20.
12 BLK FORM 0.2 X100. Y100. Z0.0
; THIS IS eVo 50
20 CYCL DEF 247 DATUM SETTING ~
Q339= 1 ; DATUM NUMBER
22 CYCL DEF 7.0 DATUM SHIFT
24 CYCL DEF 7.1 X 1.1250
26 CYCL DEF 7.2 Y 1.5000
28 CYCL DEF 7.3 Z -0.5000
(here above is the exact numbers for new origin location in main origin system)
30 TOOL CALL 9 Z
32 TOOL DEF 9
34 M13
40 PLANE SPATIAL SPA77.0158 SPB0.0 SPC135. TURN F+500 TABLE ROT
42 L X-1.0073 Y-.158 FMAX
44 L Z.2 FMAX
46 L Z.1 FMAX
48 L Z0.0 F500.
50 L X-.7634 Y-.1032
52 L X.286 Y.1326
54 L X.1982 Y-.2581
56 L X-.684 Y-.4563
58 L X-.6047 Y-.8095
60 L X.1105 Y-.6488
62 L X.0227 Y-1.0395
64 L X-.5253 Y-1.1626
66 L X-.7693 Y-1.2174
68 L Z.1
70 L Z.2 FMAX
74 PLANE RESET STAY
78 L Z0.0 FMAX M91
80 M5 M9
82 L X-19.5 FMAX M91
84 L B0.0 C0.0
86 M30
88 END PGM 100 INCH
 
Replies continue below

Recommended for you

I do not know if it matters, I tend to have the cycle 7 just before the cycle 19(plane) and after the tool change. The fixture offset should be in the B0 C0 axis system. If repositioning the cycle 7 does not work find out if the parameters required for the machine model on the controller are set. Some evo's do not transform the cs properly. A work around could be to do the cs transformation in the postprocessor.
 
I am going to talk a DMG application guy see if I can get help.

I have tried only running cycle 7 without cancellation, from machine readout the part origin really changed, so I am guessing "Some evo's do not transform the cs properly " is right.

I have tried make a new custom-command TCL file from csys_rotation for the "work around" seems to me no luck

thank you very much jelmerra
 
Status
Not open for further replies.
Back
Top