HELLO!. I want to change G28 to G53.

HELLO!. I want to change G28 to G53.

j.hong3MP6V
Contributor Contributor
389 Views
3 Replies
Message 1 of 4

HELLO!. I want to change G28 to G53.

j.hong3MP6V
Contributor
Contributor

HELLO!

 

When moving to the home position after the cycle,

M09
G28 G91 Z0.
G90
G49
G28 G91 X0. Y0.
G90
M30
%
It's being printed like this.

I would like to change this so that G53 G91 X700 Y-30 can be output from G28 G91 X0.Y0. Help me.

 

I am sorry that I am not good at English

jhong3MP6V_0-1679026786159.png

 

 

0 Likes
Accepted solutions (1)
390 Views
3 Replies
Replies (3)
Message 2 of 4

Oguzhan_Sezer
Advisor
Advisor

Hi,

 

Which post processor do you use? Some post processors has options for changing home positions. Modifications are required for post processors without this feature.

 

ogsezer_0-1679032477898.png

 

Oğuzhan SEZER
Manufacturing Engineer
Technical Support Specialist / Artı & Artı Teknoloji Hizmetleri



EESignature


Message 3 of 4

j.hong3MP6V
Contributor
Contributor
I changed it the same way.
M09
G28 G91 Z0. -----> G53 G91 Z0.
G90
G49
G28 G91 X0. Y0.
G90
M30
%
It only changes like this.
0 Likes
Message 4 of 4

Oguzhan_Sezer
Advisor
Advisor
Accepted solution

Okey. To change that, we can override the G28.

 

  • In the "define home positions" section of the post, you must enter the values you mentioned in the first post (X700, Y-30).

 

ogsezer_0-1679039993227.png

 

  • Then let's force write G53 instead of G28 output.

 

ogsezer_1-1679040054851.png

 

  • Also, let's set the "safePositionMethod" value to G53 so that G53 is selected as the standard.

 

ogsezer_2-1679040119993.png

 

  • That's all.

 

ogsezer_3-1679040293651.png

 

For example, I edited a Fanuc post. You can also look at the attached file.

 

 

Oğuzhan SEZER
Manufacturing Engineer
Technical Support Specialist / Artı & Artı Teknoloji Hizmetleri



EESignature