mateu5
Automotive
- Feb 8, 2016
- 6
Hello.
I have a problem with the procedure which is used to G68.
The problem looks like this: How do I set kinematics head on the table and it does not generate the second line G68 why (sim07_mill_5ax_fanuc_mm)?
Program.
N1 (OPERATION)
N2 G91 G28 Z0.0
N3 G91 G28 X0.0 Y0.0
N4 G90 G53 G00 B0.0 C0.0
N5 T1 M6
N6 G97 G90 G54
N7 B-20. C45.
N8 G68 X0.0 Y0.0 Z0.0 I0.0 J1. K0.0 R340
>>>> HERE SHOULD BE SECOND LINE G68
N9 G43 H0 S3000 M3 M8
N10
N11
N12 etc.
If I set the kinematics of two in the head it is all ok (sim05_mill_fanuc_mm).
Program.
N1 (OPERATION)
N2 G91 G28 Z0.0
N3 G91 G28 X0.0 Y0.0
N4 G90 G53 G00 B0.0 C0.0
N5 T1 M6
N6 G97 G90 G54
N7 C13.995. B-14,433.
N8 G68 X0.0 Y0.0 Z0.0 I0.0 J1. K0.0 R-14433
N9 G68 X0.0 Y0.0 Z0.0 I1 J0. K0.0 R13.995
N10 G43 H0 S3000 M3 M8
N11
N12
N13 etc.
How to fix it ?
I have a problem with the procedure which is used to G68.
The problem looks like this: How do I set kinematics head on the table and it does not generate the second line G68 why (sim07_mill_5ax_fanuc_mm)?
Program.
N1 (OPERATION)
N2 G91 G28 Z0.0
N3 G91 G28 X0.0 Y0.0
N4 G90 G53 G00 B0.0 C0.0
N5 T1 M6
N6 G97 G90 G54
N7 B-20. C45.
N8 G68 X0.0 Y0.0 Z0.0 I0.0 J1. K0.0 R340
>>>> HERE SHOULD BE SECOND LINE G68
N9 G43 H0 S3000 M3 M8
N10
N11
N12 etc.
If I set the kinematics of two in the head it is all ok (sim05_mill_fanuc_mm).
Program.
N1 (OPERATION)
N2 G91 G28 Z0.0
N3 G91 G28 X0.0 Y0.0
N4 G90 G53 G00 B0.0 C0.0
N5 T1 M6
N6 G97 G90 G54
N7 C13.995. B-14,433.
N8 G68 X0.0 Y0.0 Z0.0 I0.0 J1. K0.0 R-14433
N9 G68 X0.0 Y0.0 Z0.0 I1 J0. K0.0 R13.995
N10 G43 H0 S3000 M3 M8
N11
N12
N13 etc.
How to fix it ?