Message 1 of 9
G68.2 P1 I,J,K format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I'm trying to configure a post to output G68.2 P1 with the correct I,J,K format for my machine.
Machine is a Doosan DNM6700 with a 3+2 Nikken rotary B and C axis.
what works on the machine is to simply have the I at zero and for the J and K to match the Current B and C axis positions, as below;
G00 B90. C360.
G68.2 P1 Q231 X0. Y0. Z0. I0. J90. K360.
G53.1
I have tried every combination of the Euler parameters from the post training guide. For example;
var eulerConvention = EULER_ZYZ_R;
But unfortunately none have output the code correctly.
Has any one come up with a solution to this? I have tried other threads on this topic but so far haven't found a solution.
Is there a way to force I to zero and ,J,K to current rotary axis positon?