Skip to main content
4-Participant
December 27, 2022
Solved

GPOST

  • December 27, 2022
  • 1 reply
  • 1929 views

I am using Creo Parametric Release 8.0 and Datecode8.0.5.0

Hello,

I will write Gpost for Siemens 840 D control units, but I didn't get the gpost output as below

CS_TOOL("T60")
CS_TP("T11")

When I got the gpost output, I got it as below

T2 M6
T1

How can I change Tool output as CS_TOOL and CS_TP in the Gpost

CS_TOOL= Tool to use
CS_TP=a next tool

Best answer by VipulT

Hi @hakdemir,

 

Please refer below article for more information

 

How to replace the register name in the machine code with another register name, which is already in use in GPost 

 

Hope this helps!

 

Thanks,

Vipul

 

 

 

 


 

1 reply

VipulT16-PearlAnswer
16-Pearl
January 16, 2023

Hi @hakdemir,

 

Please refer below article for more information

 

How to replace the register name in the machine code with another register name, which is already in use in GPost 

 

Hope this helps!

 

Thanks,

Vipul

 

 

 

 


 

hakdemir4-ParticipantAuthor
4-Participant
January 3, 2024

Thank you