davidtan20
Aerospace
- Aug 15, 2011
- 27
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
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