5 axis milling sequence is always in minus direction

antonicDRCDT
Explorer
Explorer

5 axis milling sequence is always in minus direction

antonicDRCDT
Explorer
Explorer

Regards to all.

I have a situation, when I create a 5 axis index milling the table rotation sequence is always in the negative direction.

The coordinate system of rotation in the milling sequence is set so that when the table is rotated, the workpiece is visible to the operator, but in the code the rotation is on the other side.

I am creating a program for the haidenhaid control unit, a piece of code is in the text below.

 

0 BEGIN PGM 1001 MM
1 ;DF5X 1st Setup
2 BLK FORM 0.1 Z X-26.721 Y-24.992 Z-40
3 BLK FORM 0.2 X+26.721 Y+24.992 Z+1
4 ;-------------------------------------
5 ;Tools
6 ;  #1 D=16 - flat end mill
7 ;-------------------------------------
8 ;
9 PLANE RESET STAY
10 * - Face1
11 M5
12 TOOL CALL 1 Z S3500
13 L M140 MB MAX
14 M126
15 M3
16 PLANE SPATIAL SPA-90 SPB+0 SPC+0 TURN FMAX SEQ-
17 PLANE RESET STAY
18 M128
19 L X+37.121 Y+39.992 R0 FMAX
20 L Z-4.851 R0 FMAX
21 M129
22 PLANE SPATIAL SPA-90 SPB+0 SPC+0 TURN FMAX SEQ-
23 M8

 

I also added a couple of pictures.

 

2.jpg1.jpg

0 Likes
Reply
159 Views
0 Replies
Replies (0)